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

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

QT = core-private gui-private

requires(mac)