diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2012-05-02 15:29:11 +0200 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2012-07-04 12:04:04 +0200 |
commit | ff961351eb875fe5d078f3586869230ea82711de (patch) | |
tree | 6c77f3b07d6b8769ec4fb0f58a3d8ee064a1e5f3 /src/plugins | |
parent | 00ec7f5e70b5a944676890dfa8b71c1c725ba39a (diff) | |
download | qt-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')
-rw-r--r-- | src/plugins/qtsupport/qtsupport.pri | 2 | ||||
-rw-r--r-- | src/plugins/qtsupport/qtsupport.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qtsupport/qtsupport.pri b/src/plugins/qtsupport/qtsupport.pri index f3f796a6fc..06e0f025e8 100644 --- a/src/plugins/qtsupport/qtsupport.pri +++ b/src/plugins/qtsupport/qtsupport.pri @@ -2,5 +2,5 @@ include(qtsupport_dependencies.pri) LIBS *= -l$$qtLibraryName(QtSupport) DEFINES += \ - PROPARSER_AS_LIBRARY \ + QMAKE_AS_LIBRARY \ PROPARSER_THREAD_SAFE PROEVALUATOR_THREAD_SAFE PROEVALUATOR_CUMULATIVE 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) |