summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/spectrum/spectrum.pro
blob: 0ca2ee554c6610bb762ddc44e7b8137bca38614f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include(spectrum.pri)

TEMPLATE = subdirs

# Ensure that library is built before application
CONFIG  += ordered

!contains(DEFINES, DISABLE_FFT): SUBDIRS += 3rdparty/fftreal
SUBDIRS += app

TARGET = spectrum

EXAMPLE_FILES += \
    README.txt \
    TODO.txt