Skip to content
Snippets Groups Projects
Commit 8fcdd344 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

move qtsupport defines to qtsupport_dependencies.pri


they are used in both the plugin itself and in the plugin's .pri

Change-Id: I6547178e597b370c0a8aa29f69072c8119d1382a
Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
parent 7ce33622
No related branches found
No related tags found
No related merge requests found
include(qtsupport_dependencies.pri)
LIBS *= -l$$qtLibraryName(QtSupport)
DEFINES *= QMAKE_AS_LIBRARY
DEFINES *= PROPARSER_THREAD_SAFE
DEFINES *= PROEVALUATOR_THREAD_SAFE
DEFINES *= PROEVALUATOR_CUMULATIVE
DEFINES *= PROEVALUATOR_SETENV
......@@ -4,9 +4,8 @@ DEFINES += QT_CREATOR QTSUPPORT_LIBRARY
QT += network declarative
include(../../qtcreatorplugin.pri)
DEFINES += \
QMAKE_AS_LIBRARY QMAKE_LIBRARY \
PROPARSER_THREAD_SAFE PROEVALUATOR_THREAD_SAFE PROEVALUATOR_CUMULATIVE PROEVALUATOR_SETENV
DEFINES += QMAKE_LIBRARY
include(../../shared/proparser/proparser.pri)
HEADERS += \
......
include(../../plugins/projectexplorer/projectexplorer.pri)
include(../../libs/qmljs/qmljs.pri)
include(../../libs/utils/utils.pri)
DEFINES *= \
QMAKE_AS_LIBRARY \
PROPARSER_THREAD_SAFE \
PROEVALUATOR_THREAD_SAFE \
PROEVALUATOR_CUMULATIVE \
PROEVALUATOR_SETENV
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment