76cf88157f
The keyword no longer has a meaning for the new CI. Change-Id: Ibcea4c7a82fb7f982cf4569fdff19f82066543d1 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
24 lines
460 B
Prolog
24 lines
460 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qmakelib
|
|
QT = core testlib
|
|
|
|
INCLUDEPATH += ../../../../qmake/library
|
|
VPATH += ../../../../qmake/library
|
|
|
|
HEADERS += \
|
|
tst_qmakelib.h
|
|
|
|
SOURCES += \
|
|
tst_qmakelib.cpp \
|
|
parsertest.cpp \
|
|
evaltest.cpp \
|
|
ioutils.cpp \
|
|
proitems.cpp \
|
|
qmakevfs.cpp \
|
|
qmakeparser.cpp \
|
|
qmakeglobals.cpp \
|
|
qmakebuiltins.cpp \
|
|
qmakeevaluator.cpp
|
|
|
|
DEFINES += PROPARSER_DEBUG PROEVALUATOR_FULL PROEVALUATOR_SETENV
|