summaryrefslogtreecommitdiffstats
path: root/tests/auto/integrationtests/macgui/macgui.pro
blob: 9d7773135880aa974c75014b625f0a17dc3b6af8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CONFIG += testcase
TARGET = tst_macgui
TEMPLATE = app
DEPENDPATH += .
INCLUDEPATH += .

# Input
SOURCES += tst_macgui.cpp guitest.cpp
HEADERS += guitest.h

QT = core-private gui-private widgets testlib

requires(mac)

CONFIG+=insignificant_test  # QTBUG-20984, fails unstably