summaryrefslogtreecommitdiffstats
path: root/demos/spectrum
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-07-01 14:40:11 (GMT)
committeraxis <qt-info@nokia.com>2010-07-02 13:31:21 (GMT)
commite4616afabbdccdbd6f53e5c96086bd4065af9227 (patch)
tree0ff6535e0baa9c3ff0c5580abf8e92add7c95f67 /demos/spectrum
parentf9dfd989197826c88f4d40e232fbbb040250f56f (diff)
downloadQt-e4616afabbdccdbd6f53e5c96086bd4065af9227.zip
Qt-e4616afabbdccdbd6f53e5c96086bd4065af9227.tar.gz
Qt-e4616afabbdccdbd6f53e5c96086bd4065af9227.tar.bz2
Fixed deployment locations for various profiles.
RevBy: Trust me
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 c15edf9..ebeef87 100644
--- a/demos/spectrum/app/app.pro
+++ b/demos/spectrum/app/app.pro
@@ -86,7 +86,7 @@ symbian {
!contains(DEFINES, DISABLE_FFT) {
# Include FFTReal DLL in the SIS file
- fftreal.sources = $${EPOCROOT}epoc32/release/$(PLATFORM)/$(TARGET)/fftreal.dll
+ fftreal.sources = ../3rdparty/fftreal/fftreal.dll
fftreal.path = !:/sys/bin
DEPLOYMENT += fftreal
}