diff options
author | Oswald Buddenhagen <oswald.buddenhagen@digia.com> | 2012-12-03 21:37:03 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-12-04 12:40:32 +0100 |
commit | a49d49b4a95ef89be705b03c189697db7e0bfe45 (patch) | |
tree | 68077e9c8afff974b744b75b0af6846c05b41238 | |
parent | 924373b39c3984c193807812c63ff96f2b22161a (diff) | |
download | qtgraphicaleffects-a49d49b4a95ef89be705b03c189697db7e0bfe45.tar.gz |
remove symbian vestigesv5.0.0-rc2v5.0.0-rc1
Change-Id: I7b3c4862af09fa7c0d79938c7729573173891234
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
-rw-r--r-- | tools/pngdumper/pngdumper.pro | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/pngdumper/pngdumper.pro b/tools/pngdumper/pngdumper.pro index 1677049..3395504 100644 --- a/tools/pngdumper/pngdumper.pro +++ b/tools/pngdumper/pngdumper.pro @@ -28,9 +28,7 @@ OTHER_FILES = qmldir \ } qmldir.files = qmldir -symbian { - TARGET.EPOCALLOWDLLDATA = 1 -} else:unix { +unix { maemo5 | !isEmpty(MEEGO_VERSION_MAJOR) { installPath = /usr/lib/qt4/imports/$$replace(uri, \\., /) } else { |