diff options
author | Thomas Zander <t.zander@nokia.com> | 2010-03-31 12:06:47 (GMT) |
---|---|---|
committer | Thomas Zander <t.zander@nokia.com> | 2010-03-31 12:06:47 (GMT) |
commit | b75ebb19032ab2b739c848ed1e8cc1fa74f3cd21 (patch) | |
tree | e64024bbc7f5bed5778af640e4a1936bc116e0ba /src/imports/widgets | |
parent | a833d593da01d7ecf48eda4e62514ed56fb2be97 (diff) | |
download | Qt-b75ebb19032ab2b739c848ed1e8cc1fa74f3cd21.zip Qt-b75ebb19032ab2b739c848ed1e8cc1fa74f3cd21.tar.gz Qt-b75ebb19032ab2b739c848ed1e8cc1fa74f3cd21.tar.bz2 |
Fix 'make sis' finding the dll on symbian
Diffstat (limited to 'src/imports/widgets')
-rw-r--r-- | src/imports/widgets/widgets.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/widgets/widgets.pro b/src/imports/widgets/widgets.pro index cccd8b4..408f878 100644 --- a/src/imports/widgets/widgets.pro +++ b/src/imports/widgets/widgets.pro @@ -22,7 +22,7 @@ symbian:{ load(data_caging_paths) include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) - importFiles.sources = widgets.dll \ + importFiles.sources = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH/widgets.dll \ qmldir importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH |