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

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

QT = core-private widgets-private testlib

osx: LIBS += -framework ApplicationServices

requires(mac)
requires(widgets)