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