aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/designercore/include/corelib_global.h
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@digia.com>2012-11-06 14:30:12 +0100
committerThomas Hartmann <Thomas.Hartmann@digia.com>2012-11-21 16:00:24 +0100
commit5e243dabd95231be106e4d148151bab46c58a7a3 (patch)
treef9dd7581fc408cca419f381c8d27392354aab4f7 /src/plugins/qmldesigner/designercore/include/corelib_global.h
parent960801b52cf4eece1d89ce02d2a40f2a82b6667d (diff)
QmlDesigner: export core functionality
We export the core functionality of the model allowing other plugins to use it. The general functionality was already there, but I had to rename the macro to avoid name clashes. Also I renamed the .pri file to avoid confusion. Change-Id: I88203ce9dbfddc8d734e5e232ff71bc0e244e5b8 Reviewed-by: Marco Bubke <marco.bubke@digia.com>
Diffstat (limited to 'src/plugins/qmldesigner/designercore/include/corelib_global.h')
-rw-r--r--src/plugins/qmldesigner/designercore/include/corelib_global.h56
1 files changed, 0 insertions, 56 deletions
diff --git a/src/plugins/qmldesigner/designercore/include/corelib_global.h b/src/plugins/qmldesigner/designercore/include/corelib_global.h
deleted file mode 100644
index 0d63fc559e..0000000000
--- a/src/plugins/qmldesigner/designercore/include/corelib_global.h
+++ /dev/null
@@ -1,56 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
-** Contact: http://www.qt-project.org/legal
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia. For licensing terms and
-** conditions see http://qt.digia.com/licensing. For further information
-** use the contact form at http://qt.digia.com/contact-us.
-**
-** GNU Lesser General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU Lesser
-** General Public License version 2.1 as published by the Free Software
-** Foundation and appearing in the file LICENSE.LGPL included in the
-** packaging of this file. Please review the following information to
-** ensure the GNU Lesser General Public License version 2.1 requirements
-** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
-**
-** In addition, as a special exception, Digia gives you certain additional
-** rights. These rights are described in the Digia Qt LGPL Exception
-** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
-**
-****************************************************************************/
-
-#ifndef CORELIB_GLOBAL_H
-#define CORELIB_GLOBAL_H
-
-// Unnecessary since core isn't a dll any more.
-
-#define CORESHARED_EXPORT
-#define TEST_CORESHARED_EXPORT
-
-//#if defined(CORE_LIBRARY)
-//# define CORESHARED_EXPORT Q_DECL_EXPORT
-//#else
-//# define CORESHARED_EXPORT Q_DECL_IMPORT
-//#endif
-//
-//#if defined(TEST_EXPORTS)
-//#if defined(CORE_LIBRARY)
-//# define TEST_CORESHARED_EXPORT Q_DECL_EXPORT
-//#else
-//# define TEST_CORESHARED_EXPORT Q_DECL_IMPORT
-//#endif
-//#else
-//# define TEST_CORESHARED_EXPORT
-//#endif
-
-#include <qglobal.h>
-
-#endif // CORELIB_GLOBAL_H