forked from qt-creator/qt-creator
Autotests: Compile on Windows
Reviewed-by: Roberto Raggi <qtc-committer@nokia.com>
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
DEFINES += CPLUSPLUS_BUILD_LIB
|
||||
contains(CONFIG, dll) {
|
||||
DEFINES += CPLUSPLUS_BUILD_LIB
|
||||
} else {
|
||||
DEFINES += CPLUSPLUS_BUILD_STATIC_LIB
|
||||
}
|
||||
|
||||
INCLUDEPATH += $$PWD
|
||||
|
||||
include(../../shared/cplusplus/cplusplus.pri)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TEMPLATE = lib
|
||||
|
||||
CONFIG+=dll
|
||||
TARGET = CPlusPlus
|
||||
|
||||
DEFINES += NDEBUG
|
||||
|
||||
Reference in New Issue
Block a user