summaryrefslogtreecommitdiffstats
path: root/tests/auto/macgui/macgui.pro
blob: 095a5070b10ee6194e0380ba938be933211fd135 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
load(qttest_p4) 
TEMPLATE = app
DEPENDPATH += .
INCLUDEPATH += .

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

requires(mac)

CONFIG+=insignificant_test # QTQAINFRA-428