summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/spectrum/spectrum.pro
blob: 81006a24c6748741f9eb15f7f6df0a1e3f9c7b63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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