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 + +# -------------------------------------------------------