Reviewed by Laszlo Gombos.
[Qt] Mobile Devices should include Model and Firmware Version in Webkit Generated User Agent String
https://bugs.webkit.org/show_bug.cgi?id=48636
Fix a typo in features.pri that turns on this feature on mobile
devices by default.
* features.pri:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@80720
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-03-10 Qi Zhang <qi.2.zhang@nokia.com>
+
+ Reviewed by Laszlo Gombos.
+
+ [Qt] Mobile Devices should include Model and Firmware Version in Webkit Generated User Agent String
+ https://bugs.webkit.org/show_bug.cgi?id=48636
+
+ Fix a typo in features.pri that turns on this feature on mobile
+ devices by default.
+
+ * features.pri:
+
2011-03-10 Alexander Pavlov <apavlov@chromium.org>
Reviewed by Pavel Feldman.
symbian|maemo5|maemo6 {
!CONFIG(QTDIR_build):!contains(DEFINES, ENABLE_QT_USERAGENT_DEVICEMODEL=.) {
contains(MOBILITY_CONFIG, systeminfo) {
- DEFINES += QT_USERAGENT_DEVICEMODEL=1
+ DEFINES += ENABLE_QT_USERAGENT_DEVICEMODEL=1
}
}
}