756d5502f9
Change-Id: I63700a57e0edf5aec02abfffdc7601743379f12c Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
13 lines
232 B
Prolog
13 lines
232 B
Prolog
CONFIG += testcase
|
|
CONFIG += parallel_test
|
|
TARGET = tst_qmakelib
|
|
QT = core testlib
|
|
|
|
INCLUDEPATH += ../../../../qmake/library
|
|
VPATH += ../../../../qmake/library
|
|
|
|
SOURCES += \
|
|
tst_qmakelib.cpp \
|
|
ioutils.cpp \
|
|
proitems.cpp
|