Collection of tools useful for audio production
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.

34 lines
585B

  1. # QtCreator project file
  2. QT = core gui
  3. CONFIG = debug link_pkgconfig qt resources uic warn_on
  4. PKGCONFIG = jack
  5. TARGET = xycontroller
  6. TEMPLATE = app
  7. VERSION = 0.5.0
  8. DEFINES = HAVE_JACKSESSION
  9. SOURCES = \
  10. ../xycontroller.cpp \
  11. ../../widgets/pixmapdial.cpp \
  12. ../../widgets/pixmapkeyboard.cpp
  13. HEADERS = \
  14. ../../jack_utils.h \
  15. ../../widgets/pixmapdial.h \
  16. ../../widgets/pixmapkeyboard.h
  17. FORMS = \
  18. ../../../src/ui/xycontroller.ui
  19. RESOURCES = \
  20. ../../../resources/resources.qrc
  21. INCLUDEPATH = \
  22. ../../widgets
  23. QMAKE_CXXFLAGS *= -std=c++0x