26 lines
508 B
Prolog
26 lines
508 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qmakelib
|
|
QT = core testlib
|
|
win32: QMAKE_USE += advapi32
|
|
|
|
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
|