summaryrefslogtreecommitdiffstats
path: root/examples/spectrum/spectrumapp/spectrumapp.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/spectrum/spectrumapp/spectrumapp.pro')
-rw-r--r--examples/spectrum/spectrumapp/spectrumapp.pro10
1 files changed, 8 insertions, 2 deletions
diff --git a/examples/spectrum/spectrumapp/spectrumapp.pro b/examples/spectrum/spectrumapp/spectrumapp.pro
index f73336a1..c2455f78 100644
--- a/examples/spectrum/spectrumapp/spectrumapp.pro
+++ b/examples/spectrum/spectrumapp/spectrumapp.pro
@@ -1,4 +1,10 @@
-include(../spectrum.pri)
+!include( ../../examples.pri ) {
+ error( "Couldn't find the examples.pri file!" )
+}
+
+!include( ../spectrum.pri ) {
+ error( "Couldn't find the spectrum.pri file!" )
+}
static: error(This application cannot be statically linked to the fftreal library)
@@ -6,7 +12,7 @@ TEMPLATE = app
TARGET = spectrum
-QT += multimedia datavis3d
+QT += multimedia
SOURCES += main.cpp \
engine.cpp \