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.

21 lines
336B

  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. SOURCES = \
  9. ../jackmeter.cpp \
  10. ../../widgets/digitalpeakmeter.cpp
  11. HEADERS = \
  12. ../../jack_utils.h \
  13. ../../widgets/digitalpeakmeter.h
  14. QMAKE_CXXFLAGS *= -std=c++0x