summaryrefslogtreecommitdiffstats
path: root/src/s60installs/s60installs.pro
diff options
context:
space:
mode:
authorSami Merila <sami.merila@nokia.com>2010-11-18 11:06:10 (GMT)
committerSami Merila <sami.merila@nokia.com>2010-11-18 11:17:31 (GMT)
commit31feffb92570c6e13618cc2d0d03a5f243a7e350 (patch)
treeeae333e0003de10dd548e325fe64153d0b0638db /src/s60installs/s60installs.pro
parent7b11aaf3c4e95afd4eacd84296705557d8467a9d (diff)
downloadQt-31feffb92570c6e13618cc2d0d03a5f243a7e350.zip
Qt-31feffb92570c6e13618cc2d0d03a5f243a7e350.tar.gz
Qt-31feffb92570c6e13618cc2d0d03a5f243a7e350.tar.bz2
Tactile Feedback plugin is not compiled in latest Sym^3 RnD envs
Due to somewhat questionable .pro-file flagging, the plugin is not currently compiled at all for latest Sym^3 environments. Flagging is now more bulletproof (not 3.1 & not 3.2), so even if the upcoming platform versions change, this should work in the future. Task-number: QTBUG-15428 Reviewed-by: Miikka Heikkinen
Diffstat (limited to 'src/s60installs/s60installs.pro')
-rw-r--r--src/s60installs/s60installs.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s60installs/s60installs.pro b/src/s60installs/s60installs.pro
index 65b8781..7827fb6 100644
--- a/src/s60installs/s60installs.pro
+++ b/src/s60installs/s60installs.pro
@@ -87,7 +87,7 @@ symbian: {
DEPLOYMENT += bearer_plugin
}
- contains(S60_VERSION, 5.0)|contains(S60_VERSION, symbian3) {
+ !contains(S60_VERSION, 3.1):!contains(S60_VERSION, 3.2) {
feedback_plugin.sources = $$QT_BUILD_TREE/plugins/s60/feedback/qtactilefeedback$${QT_LIBINFIX}.dll
feedback_plugin.path = c:$$QT_PLUGINS_BASE_DIR/feedback
DEPLOYMENT += feedback_plugin