8924506992
The test compiles examples, which takes a long time. Task-number: 26023 Change-Id: If794b046aa07737f3076aace8d585dc44027cc6b Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
14 lines
370 B
Prolog
14 lines
370 B
Prolog
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
|