summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/qmake.pro
blob: 1d9c5bec6e4588b7864656a42bb2bfbce92ea4fb (plain)
1
2
3
4
5
6
7
8
9
CONFIG += testcase
TARGET = tst_qmake
HEADERS += testcompiler.h
SOURCES += tst_qmake.cpp testcompiler.cpp
QT = core testlib

cross_compile: DEFINES += QMAKE_CROSS_COMPILED

TESTDATA += testdata/*