3a5f86d784
Based on Asmo Saarela's advice (QTPM-686), adapted on advice from FrogLogic support and converted to a feature so that the selftest and testlib qmake config can be co-ordinated. Task-number: QTPM-1385 Change-Id: Icd706f086009e1e08b3f8c5cd553f792402e28c0 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
10 lines
173 B
Prolog
10 lines
173 B
Prolog
SOURCES += tst_sleep.cpp
|
|
QT = core testlib
|
|
|
|
mac:CONFIG -= app_bundle
|
|
CONFIG -= debug_and_release_target
|
|
|
|
TARGET = sleep
|
|
|
|
include($$QT_SOURCE_TREE/src/testlib/selfcover.pri)
|