summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/qmake.pro
blob: adb73b5e55f40da81985bd55a205eafd65591827 (plain)
1
2
3
4
5
6
7
8
CONFIG += testcase
# Allow more time since examples are compiled, which may take longer on Windows.
win32:testcase.timeout=900
TARGET = tst_qmake
HEADERS += testcompiler.h
SOURCES += tst_qmake.cpp testcompiler.cpp
QT = core testlib
TESTDATA += testdata/*