summaryrefslogtreecommitdiff
path: root/src/plugins/qtsupport/qtsupport.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-03-27 20:16:05 +0100
committerOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-04-02 12:20:37 +0200
commitc61210089fa3da9e4b40a2dbcb33e0ed814edd89 (patch)
treeb74e666852d4ae0cd810853c527cacda50b4294e /src/plugins/qtsupport/qtsupport.pro
parent629e05ea1b9548367b64e7649f8ae501d2ce24d3 (diff)
downloadqt-creator-c61210089fa3da9e4b40a2dbcb33e0ed814edd89.tar.gz
define QT_CREATOR centrally
numerous "3rdparty" libraries have respective #ifdefs, and consequently the define is added in several places. it's quite a mess with the .pr? and .qbs files, though. solve the problem by sidestepping it. Change-Id: I5a6b1ba7cfe96b44f0a4f4ef9738900906a44316 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src/plugins/qtsupport/qtsupport.pro')
-rw-r--r--src/plugins/qtsupport/qtsupport.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qtsupport/qtsupport.pro b/src/plugins/qtsupport/qtsupport.pro
index 4ca5ea206a..3c9e29d59b 100644
--- a/src/plugins/qtsupport/qtsupport.pro
+++ b/src/plugins/qtsupport/qtsupport.pro
@@ -1,6 +1,6 @@
TEMPLATE = lib
TARGET = QtSupport
-DEFINES += QT_CREATOR QTSUPPORT_LIBRARY
+DEFINES += QTSUPPORT_LIBRARY
QT += network declarative
include(../../qtcreatorplugin.pri)