summaryrefslogtreecommitdiffstats
path: root/demos/spectrum
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-10-08 15:10:56 +0100
committerGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-10-11 12:12:16 +0100
commit3c2296647d2e7ddda4df6679a622b0bf46b34c35 (patch)
tree8461498c20fb688b1c4b12772b1341ec80975d9b /demos/spectrum
parent48f18622b6fbfd19ccc77574d3750a8c0c1f6a7d (diff)
Spectrum demo: only use --rpath for linux-g++* mkspecs
Task-number: QTBUG-13940 Reviewed-by: Martin Pejcoch
Diffstat (limited to 'demos/spectrum')
-rw-r--r--demos/spectrum/app/app.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/spectrum/app/app.pro b/demos/spectrum/app/app.pro
index 57be1149ac..b3ff2276ce 100644
--- a/demos/spectrum/app/app.pro
+++ b/demos/spectrum/app/app.pro
@@ -108,7 +108,7 @@ symbian {
../spectrum.app/Contents/MacOS/spectrum
}
} else {
- unix: {
+ linux-g++*: {
# Provide relative path from application to fftreal library
QMAKE_LFLAGS += -Wl,--rpath=\\\$\$ORIGIN
}