summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmakelib/qmakelib.pro
blob: 29f17f6a1430dbee453bd333431e80ecc1064ee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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