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/declarative | |
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/declarative')
-rw-r--r-- | demos/declarative/minehunt/minehunt.pro | 2 |
1 files changed, 1 insertions, 1 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 |