forked from qt-creator/qt-creator
Avoid adding the same DEFINE multiple times to the command line
E.g. on MSVC, QT_CREATOR was passed 14 times ... Change-Id: Ife39267b0d6f2def1706b823abfd0226325437ae Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
include(qmljstools_dependencies.pri)
|
||||
|
||||
INCLUDEPATH += $$PWD/..
|
||||
INCLUDEPATH *= $$PWD/..
|
||||
|
||||
LIBS *= -l$$qtLibraryName(QmlJSTools)
|
||||
|
||||
Reference in New Issue
Block a user