forked from qt-creator/qt-creator
Initial testing of the preprocessor.
This commit is contained in:
9
tests/auto/cplusplus/preprocessor/preprocessor.pro
Normal file
9
tests/auto/cplusplus/preprocessor/preprocessor.pro
Normal file
@@ -0,0 +1,9 @@
|
||||
TEMPLATE = app
|
||||
CONFIG += qt warn_on console depend_includepath
|
||||
QT = core testlib
|
||||
TARGET = tst_$$TARGET
|
||||
DEFINES += CPLUSPLUS_WITH_NAMESPACE
|
||||
|
||||
include(../../../../src/libs/cplusplus/cplusplus-lib.pri)
|
||||
|
||||
SOURCES += tst_preprocessor.cpp
|
||||
Reference in New Issue
Block a user