DISTRHO Plugin Framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
421B

  1. # qmake project file for app bundle test
  2. TARGET = nekobi-ui
  3. # -------------------------------------------------------
  4. CONFIG = app_bundle warn_on
  5. TEMPLATE = app
  6. VERSION = 1.0.0
  7. # -------------------------------------------------------
  8. INCLUDEPATH = ../../dgl
  9. LIBS = ../../libdgl.a -framework OpenGL -framework Cocoa
  10. SOURCES = ../nekobi-ui.cpp
  11. # -------------------------------------------------------