aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/macfunctions/macfunctions.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/macfunctions/macfunctions.pro')
-rw-r--r--tests/auto/macfunctions/macfunctions.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/macfunctions/macfunctions.pro b/tests/auto/macfunctions/macfunctions.pro
new file mode 100644
index 0000000..c34a9ed
--- /dev/null
+++ b/tests/auto/macfunctions/macfunctions.pro
@@ -0,0 +1,12 @@
+QT += testlib
+
+TARGET = tst_qtmacfunctions
+CONFIG += console
+CONFIG -= app_bundle
+
+TEMPLATE = app
+
+include (../../../src/qtmacextras.pri)
+
+OBJECTIVE_SOURCES += $$PWD/tst_qtmacfunctions.mm
+LIBS *= -framework AppKit