DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 8bf1c6f4bb307e64ba907f5cbbd05e1626470200
parent f9356a084a9cddb1d7afb9b6bdd8fc9cd9f13d47
Author: falkTX <falktx@gmail.com>
Date:   Sun, 19 Jan 2014 02:12:39 +0000

Add test qmake project for app bundle

Diffstat:
Aexamples/app-bundle/nekobi-ui.pro | 17+++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)

diff --git a/examples/app-bundle/nekobi-ui.pro 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 + +# -------------------------------------------------------