summaryrefslogtreecommitdiffstats
path: root/examples/spectrum/spectrum.pro
blob: 0dbb77108863edb3cafb87d117f56cd336ead37c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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