summaryrefslogtreecommitdiffstats
path: root/examples/spectrum/spectrumapp/spectrumapp.pro
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2013-06-20 10:03:04 +0300
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2013-06-20 10:16:53 +0300
commite1ee6e0227144aa9defee3492fa7886c8b55a1c2 (patch)
tree48b95c4ebf1f5fcaa0e7a99ae722c9c0ee3b4dbc /examples/spectrum/spectrumapp/spectrumapp.pro
parent421a89336f6a561123e28687ba86167806a1b883 (diff)
Make examples work without needing to install the module
Change-Id: Iae4ce2f9d97c19a3337e87ad67da120b58cf71c7 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
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 \