e39f50154f
Ensure the right test macro is run. Change-Id: I84d58038f25b000c05fd52e8bda92e4484d53a6e Reviewed-on: http://codereview.qt.nokia.com/3805 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
15 lines
246 B
Prolog
15 lines
246 B
Prolog
load(qttest_p4)
|
|
TEMPLATE = app
|
|
DEPENDPATH += .
|
|
INCLUDEPATH += .
|
|
|
|
# Input
|
|
SOURCES += tst_macgui.cpp guitest.cpp
|
|
HEADERS += guitest.h
|
|
|
|
QT = core-private gui-private widgets
|
|
|
|
requires(mac)
|
|
|
|
CONFIG+=insignificant_test # QTBUG-20984, fails unstably
|