summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/qmake.pro
blob: e091a74d7c33deae9b0ab47e8ae3abb8f5b920ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase
CONFIG += parallel_test
# 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

cross_compile: DEFINES += QMAKE_CROSS_COMPILED

TESTDATA += testdata/*
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0