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.

37 lines
646B

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