summaryrefslogtreecommitdiffstats
path: root/tests/auto/macgui/macgui.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/macgui/macgui.pro')
-rw-r--r--tests/auto/macgui/macgui.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/auto/macgui/macgui.pro b/tests/auto/macgui/macgui.pro
new file mode 100644
index 0000000..dc64627
--- /dev/null
+++ b/tests/auto/macgui/macgui.pro
@@ -0,0 +1,15 @@
+load(qttest_p4)
+TEMPLATE = app
+DEPENDPATH += .
+INCLUDEPATH += .
+
+# Input
+SOURCES += tst_gui.cpp
+
+mac {
+ SOURCES += guitest.cpp
+ HEADERS += guitest.h
+}
+
+
+