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

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

requires(mac)