qt5base-lts/tests/auto/tools/qmakelib/qmakelib.pro
Oswald Buddenhagen e507b0148b add test for the qmake library
the existing test is a blackbox test. this one is going to be different.

the first test is a bit trivial ...

Change-Id: Iba1b0b5c32490677551ee92c36f381b884c2765d
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
2015-02-25 13:54:33 +00:00

12 lines
214 B
Prolog

CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qmakelib
QT = core testlib
INCLUDEPATH += ../../../../qmake/library
VPATH += ../../../../qmake/library
SOURCES += \
tst_qmakelib.cpp \
proitems.cpp