summaryrefslogtreecommitdiffstats
path: root/tests/spectrum/spectrum.pro
blob: 2f44bface3962d026d7de3ed9fb7c353e3daba1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
qtHaveModule(multimedia) {
!include( ../tests.pri ) {
    error( "Couldn't find the tests.pri file!" )
}
include(spectrum.pri)

TEMPLATE = subdirs

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

SUBDIRS += 3rdparty/fftreal
SUBDIRS += spectrumapp

TARGET = spectrum
}