diff options
author | axis <qt-info@nokia.com> | 2010-07-01 14:40:11 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-07-02 13:31:21 (GMT) |
commit | e4616afabbdccdbd6f53e5c96086bd4065af9227 (patch) | |
tree | 0ff6535e0baa9c3ff0c5580abf8e92add7c95f67 /demos | |
parent | f9dfd989197826c88f4d40e232fbbb040250f56f (diff) | |
download | Qt-e4616afabbdccdbd6f53e5c96086bd4065af9227.zip Qt-e4616afabbdccdbd6f53e5c96086bd4065af9227.tar.gz Qt-e4616afabbdccdbd6f53e5c96086bd4065af9227.tar.bz2 |
Fixed deployment locations for various profiles.
RevBy: Trust me
Diffstat (limited to 'demos')
-rw-r--r-- | demos/declarative/minehunt/minehunt.pro | 2 | ||||
-rw-r--r-- | demos/spectrum/app/app.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/declarative/minehunt/minehunt.pro b/demos/declarative/minehunt/minehunt.pro index aac91f6..f85afeb 100644 --- a/demos/declarative/minehunt/minehunt.pro +++ b/demos/declarative/minehunt/minehunt.pro @@ -27,7 +27,7 @@ symbian:{ TARGET.EPOCALLOWDLLDATA = 1 include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) TARGET.CAPABILITY = NetworkServices ReadUserData - importFiles.sources = qmlminehuntplugin.dll \ + importFiles.sources = MinehuntCore/qmlminehuntplugin.dll \ MinehuntCore/Explosion.qml \ MinehuntCore/pics \ MinehuntCore/qmldir 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 } |