From 8bf1c6f4bb307e64ba907f5cbbd05e1626470200 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 19 Jan 2014 02:13:04 +0000 Subject: [PATCH] Add test qmake project for app bundle --- examples/app-bundle/nekobi-ui.pro | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 examples/app-bundle/nekobi-ui.pro 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 + +# -------------------------------------------------------