summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/qmake.pro
blob: ac52fb81fa1cebdec5778dfd7ac15e0ad6db3d06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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

cross_compile: DEFINES += QMAKE_CROSS_COMPILED
debug_and_release {
    CONFIG(debug, debug|release): \
        DEFINES += DEBUG_BUILD
    else: \
        DEFINES += RELEASE_BUILD
}

TESTDATA += testdata/*