Title: [143571] trunk/Source/WebCore
- Revision
- 143571
- Author
- [email protected]
- Date
- 2013-02-21 01:01:38 -0800 (Thu, 21 Feb 2013)
Log Message
[Qt] Fix pkg-config dependencies of QtWebKit itself
Patch by Oswald Buddenhagen <[email protected]> on 2013-02-21
Reviewed by Simon Hausmann.
Don't override QMAKE_PKGCONFIG_REQUIRES needlessly.
* WebCore.pri:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (143570 => 143571)
--- trunk/Source/WebCore/ChangeLog 2013-02-21 09:00:07 UTC (rev 143570)
+++ trunk/Source/WebCore/ChangeLog 2013-02-21 09:01:38 UTC (rev 143571)
@@ -1,3 +1,13 @@
+2013-02-21 Oswald Buddenhagen <[email protected]>
+
+ [Qt] Fix pkg-config dependencies of QtWebKit itself
+
+ Reviewed by Simon Hausmann.
+
+ Don't override QMAKE_PKGCONFIG_REQUIRES needlessly.
+
+ * WebCore.pri:
+
2013-02-21 Nils Barth <[email protected]>
File upload control doesn't apply CSS vertical padding or border to file name
Modified: trunk/Source/WebCore/WebCore.pri (143570 => 143571)
--- trunk/Source/WebCore/WebCore.pri 2013-02-21 09:00:07 UTC (rev 143570)
+++ trunk/Source/WebCore/WebCore.pri 2013-02-21 09:01:38 UTC (rev 143571)
@@ -312,10 +312,6 @@
unix:!mac:*-g++*:QMAKE_LFLAGS += -Wl,--gc-sections
linux*-g++*:QMAKE_LFLAGS += $$QMAKE_LFLAGS_NOUNDEF
-unix|win32-g++* {
- QMAKE_PKGCONFIG_REQUIRES = QtCore QtGui QtNetwork QtWidgets
-}
-
contains(DEFINES, ENABLE_OPENCL=1) {
LIBS += -lOpenCL
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes