qt5base-lts/tests/auto/other/macgui/macgui.pro

12 lines
202 B
Prolog
Raw Normal View History

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)