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.

23 lines
367B

  1. # QtCreator project file
  2. QT = core gui
  3. CONFIG = debug link_pkgconfig qt warn_on
  4. PKGCONFIG = jack
  5. TARGET = jackmeter
  6. TEMPLATE = app
  7. VERSION = 0.5.0
  8. DEFINES = HAVE_JACKSESSION
  9. SOURCES = \
  10. ../jackmeter.cpp \
  11. ../../widgets/digitalpeakmeter.cpp
  12. HEADERS = \
  13. ../../jack_utils.h \
  14. ../../widgets/digitalpeakmeter.h
  15. QMAKE_CXXFLAGS *= -std=c++0x