This follows suit with aeb036e in qtbase. Change-Id: Ie8580d0a1f38ab9858b0e44c9f99bdc552a1752a Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: hjk <qthjk@ovi.com>
14 lines
223 B
Prolog
14 lines
223 B
Prolog
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
|
|
|