Change-Id: Iffae3a276bb2b01f871aee76dc069ce006d69fce Reviewed-by: David Schulz <david.schulz@digia.com>
17 lines
366 B
Prolog
17 lines
366 B
Prolog
include(spectrum.pri)
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
# Ensure that library is built before application
|
|
CONFIG += ordered
|
|
QT += widgets
|
|
|
|
!contains(DEFINES, DISABLE_FFT): SUBDIRS += 3rdparty/fftreal
|
|
SUBDIRS += app
|
|
|
|
TARGET = spectrum
|
|
|
|
sources.files = README.txt spectrum.pri spectrum.pro TODO.txt
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/spectrum
|
|
INSTALLS += sources
|