Change-Id: I9daec1e1ec1bc163d451ac03685ef6caba7dbde7 Reviewed-by: Yoann Lopes <yoann.lopes@qt.io>
16 lines
258 B
Prolog
16 lines
258 B
Prolog
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
|