summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/macgui/macgui.pro
blob: b557806555f465a75a2aaa47e429aae9ad247ccd (plain)
1
2
3
4
5
6
7
8
9
CONFIG += testcase
TARGET = tst_macgui

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

QT = core-private widgets-private testlib

requires(mac)