Don't compile the ICO plugin when building against Qt >= 4.4
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@29714
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-01-22 Simon Hausmann <hausmann@webkit.org>
+
+ Reviewed by Lars.
+
+ Don't compile the ICO plugin when building against Qt >= 4.4
+
+
+ * WebKit.pro:
+
2008-01-21 Jan Michael Alonzo <jmalonzo@unpluggable.com>
Reviewed by Alp Toker.
TEMPLATE = subdirs
CONFIG += ordered
!gtk-port:CONFIG += qt-port
-qt-port:!win32-*:SUBDIRS += WebKit/qt/Plugins
+qt-port {
+ lessThan(QT_MINOR_VERSION, 4) {
+ !win32-*:SUBDIRS += WebKit/qt/Plugins
+ }
+}
SUBDIRS += \
WebCore \
JavaScriptCore/kjs/testkjs.pro