QmlJs: use contains syntax

Change-Id: I101292ab259fceda235ac017f812c4698fd7e484
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
Tim Jenssen
2016-11-01 13:10:58 +01:00
parent 9fab59ccb9
commit 30a4c13d1d

View File

@@ -2,7 +2,7 @@ include(../../qtcreatorplugin.pri)
DEFINES += QMLJSTOOLS_LIBRARY
!dll {
!contains(CONFIG, dll) {
DEFINES += QMLJSTOOLS_STATIC
}