summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2014-01-19 02:13:04 +0000
committerfalkTX <falktx@gmail.com>2014-01-19 02:13:04 +0000
commit8bf1c6f4bb307e64ba907f5cbbd05e1626470200 (patch)
treee83245cfd52b184c6181db6ace0fb035790b914c /examples
parentf9356a084a9cddb1d7afb9b6bdd8fc9cd9f13d47 (diff)
Add test qmake project for app bundle
Diffstat (limited to 'examples')
-rw-r--r--examples/app-bundle/nekobi-ui.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/app-bundle/nekobi-ui.pro b/examples/app-bundle/nekobi-ui.pro
new file mode 100644
index 00000000..1b514f5b
--- /dev/null
+++ b/examples/app-bundle/nekobi-ui.pro
@@ -0,0 +1,17 @@
+# qmake project file for app bundle test
+
+TARGET = nekobi-ui
+
+# -------------------------------------------------------
+
+CONFIG = app_bundle warn_on
+TEMPLATE = app
+VERSION = 1.0.0
+
+# -------------------------------------------------------
+
+INCLUDEPATH = ../../dgl
+LIBS = ../../libdgl.a -framework OpenGL -framework Cocoa
+SOURCES = ../nekobi-ui.cpp
+
+# -------------------------------------------------------