summaryrefslogtreecommitdiff
path: root/src/plugins/qtsupport/qtsupport.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-05-02 15:29:11 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-07-04 12:04:04 +0200
commitff961351eb875fe5d078f3586869230ea82711de (patch)
tree6c77f3b07d6b8769ec4fb0f58a3d8ee064a1e5f3 /src/plugins/qtsupport/qtsupport.pro
parent00ec7f5e70b5a944676890dfa8b71c1c725ba39a (diff)
downloadqt-creator-ff961351eb875fe5d078f3586869230ea82711de.tar.gz
proparser => qmake
namely: - proparser_global.h => qmake_global.h, - PROPARSER_EXPORT => QMAKE_EXPORT - PROPARSER_AS_LIBRARY => QMAKE_AS_LIBRARY - PROPARSER_LIBRARY => QMAKE_LIBRARY Change-Id: I6db1e6339b4dced59819f047874d84dff826f398 Reviewed-by: Daniel Teske <daniel.teske@nokia.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 26cbceaae8..dd9bd0b965 100644
--- a/src/plugins/qtsupport/qtsupport.pro
+++ b/src/plugins/qtsupport/qtsupport.pro
@@ -11,7 +11,7 @@ greaterThan(QT_MAJOR_VERSION, 4) {
include(../../qtcreatorplugin.pri)
include(qtsupport_dependencies.pri)
DEFINES += \
- PROPARSER_AS_LIBRARY PROPARSER_LIBRARY \
+ QMAKE_AS_LIBRARY QMAKE_LIBRARY \
PROPARSER_THREAD_SAFE PROEVALUATOR_THREAD_SAFE PROEVALUATOR_CUMULATIVE
include(../../shared/proparser/proparser.pri)