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:
Kai Koehne
2012-08-21 11:37:49 +02:00
committed by Eike Ziller
parent 655962a2c3
commit 5064933944
9 changed files with 18 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
include(qmljstools_dependencies.pri)
INCLUDEPATH += $$PWD/..
INCLUDEPATH *= $$PWD/..
LIBS *= -l$$qtLibraryName(QmlJSTools)