summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/macgui/macgui.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/macgui/macgui.pro')
-rw-r--r--tests/auto/other/macgui/macgui.pro12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/auto/other/macgui/macgui.pro b/tests/auto/other/macgui/macgui.pro
deleted file mode 100644
index 6ee22bdaec..0000000000
--- a/tests/auto/other/macgui/macgui.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-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)