52f3a7d9d4
Should improve performance and is going to be required in the future anyway. Change-Id: I89d7c50441d2491da1ab0a4d564dcc91f52ade85 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
26 lines
530 B
Prolog
26 lines
530 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 QT_USE_QSTRINGBUILDER
|