https://bugs.webkit.org/show_bug.cgi?id=53172
Reviewed by Andreas Kling.
* Source/WebKit.pri:
* Tools/QtTestBrowser/locationedit.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@76694
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-01-26 Csaba Osztrogonác <ossy@webkit.org>
+
+ Reviewed by Andreas Kling.
+
+ [Qt] Fix qt_minimal build
+ https://bugs.webkit.org/show_bug.cgi?id=53172
+
+ * Source/WebKit.pri:
+
2011-01-25 Patrick Gansterer <paroga@webkit.org>
Reviewed by Adam Barth.
disable_uitools: DEFINES *= QT_NO_UITOOLS
-contains(DEFINES, QT_NO_UITOOLS): CONFIG -= uitools
-
# Disable a few warnings on Windows. The warnings are also
# disabled in WebKitLibraries/win/tools/vsprops/common.vsprops
win32-msvc*|wince*: QMAKE_CXXFLAGS += -wd4291 -wd4344 -wd4396 -wd4503 -wd4800 -wd4819 -wd4996
DEFINES *= QT_NO_UNDOSTACK
DEFINES *= QT_NO_XRENDER
}
+
+contains(DEFINES, QT_NO_UITOOLS): CONFIG -= uitools
+2011-01-26 Csaba Osztrogonác <ossy@webkit.org>
+
+ Reviewed by Andreas Kling.
+
+ [Qt] Fix qt_minimal build
+ https://bugs.webkit.org/show_bug.cgi?id=53172
+
+ * QtTestBrowser/locationedit.h:
+
2011-01-26 Mansi Mithal <mansi.mithal@nokia.com>
Reviewed by Antonio Gomes.
#ifndef locationedit_h
#define locationedit_h
+#include <qconfig.h>
+
#ifndef QT_NO_INPUTDIALOG
#include <QtGui>