f89ac0101a
Change-Id: I7f9f17e0f44c273e4754d1decc92a8594cad8658 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
26 lines
505 B
Prolog
26 lines
505 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qmakelib
|
|
QT = core testlib
|
|
win32: LIBS += -ladvapi32
|
|
|
|
INCLUDEPATH += ../../../../qmake/library
|
|
VPATH += ../../../../qmake/library
|
|
|
|
HEADERS += \
|
|
tst_qmakelib.h
|
|
|
|
SOURCES += \
|
|
tst_qmakelib.cpp \
|
|
parsertest.cpp \
|
|
evaltest.cpp \
|
|
ioutils.cpp \
|
|
registry.cpp \
|
|
proitems.cpp \
|
|
qmakevfs.cpp \
|
|
qmakeparser.cpp \
|
|
qmakeglobals.cpp \
|
|
qmakebuiltins.cpp \
|
|
qmakeevaluator.cpp
|
|
|
|
DEFINES += PROPARSER_DEBUG PROEVALUATOR_FULL PROEVALUATOR_SETENV
|