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.
|
- # QtCreator project file
-
- QT = core gui
-
- CONFIG = debug link_pkgconfig qt warn_on
- PKGCONFIG = jack
-
- TARGET = jackmeter
- TEMPLATE = app
- VERSION = 0.5.0
-
- DEFINES = HAVE_JACKSESSION
-
- SOURCES = \
- ../jackmeter.cpp \
- ../../widgets/digitalpeakmeter.cpp
-
- HEADERS = \
- ../../jack_utils.h \
- ../../widgets/digitalpeakmeter.h
-
- QMAKE_CXXFLAGS *= -std=c++0x
|