aboutsummaryrefslogtreecommitdiffstats
path: root/examples/macextras/macfunctions/macfunctions.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/macextras/macfunctions/macfunctions.pro')
-rw-r--r--examples/macextras/macfunctions/macfunctions.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/macextras/macfunctions/macfunctions.pro b/examples/macextras/macfunctions/macfunctions.pro
new file mode 100644
index 0000000..8d11880
--- /dev/null
+++ b/examples/macextras/macfunctions/macfunctions.pro
@@ -0,0 +1,11 @@
+TEMPLATE = app
+TARGET = macfunctions
+DEPENDPATH += .
+INCLUDEPATH += .
+QT += widgets macextras
+
+# Input
+SOURCES += main.cpp
+
+RESOURCES += \
+ macfunctions.qrc