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.

35 lines
610B

  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. ../../midi_queue.h \
  16. ../../widgets/pixmapdial.h \
  17. ../../widgets/pixmapkeyboard.h
  18. FORMS = \
  19. ../../../src/ui/xycontroller.ui
  20. RESOURCES = \
  21. ../../../resources/resources.qrc
  22. INCLUDEPATH = \
  23. ../../widgets
  24. QMAKE_CXXFLAGS *= -std=c++0x