Browse Source

Add test qmake project for app bundle

gh-pages
falkTX 11 years ago
parent
commit
8bf1c6f4bb
1 changed files with 17 additions and 0 deletions
  1. +17
    -0
      examples/app-bundle/nekobi-ui.pro

+ 17
- 0
examples/app-bundle/nekobi-ui.pro View File

@@ -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

# -------------------------------------------------------

Loading…
Cancel
Save