b02bc68066
These projects are conceptually not autotests, but more like helper programs for the tst_selftests autotest. Some of them are expected to fail, so they should not be run except via tst_selftests. Change-Id: Iba8e4242e8dad9f92874ae690c9f4d9814758f4b Reviewed-on: http://codereview.qt.nokia.com/1791 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
14 lines
231 B
Prolog
14 lines
231 B
Prolog
load(qttest_p4)
|
|
|
|
# this is not a real testcase ('make check' should not run it)
|
|
CONFIG -= testcase
|
|
|
|
QT -= gui
|
|
SOURCES += tst_waitwithoutgui.cpp
|
|
|
|
mac:CONFIG -= app_bundle
|
|
CONFIG -= debug_and_release_target
|
|
|
|
|
|
TARGET = waitwithoutgui
|