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.

31 lines
499B

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