Skip to content

Commit

Permalink
Make it possible again to build Qt without webkit
Browse files Browse the repository at this point in the history
Remove the QT_CONFIG line from the qt_webkit_version.pri file in Qt,
because it is only meaningful for separate builds of WebKit.

(Real fix is in the import script that takes care of always
removing that line)

Task-number: QTBUG-12456
Discussed-with: axis
  • Loading branch information
Simon Hausmann committed Jul 27, 2010
1 parent 29a6377 commit 4cd4139
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mkspecs/modules/qt_webkit_version.pri
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ QT_WEBKIT_VERSION = 4.7.0
QT_WEBKIT_MAJOR_VERSION = 4
QT_WEBKIT_MINOR_VERSION = 7
QT_WEBKIT_PATCH_VERSION = 0
QT_CONFIG *= webkit

0 comments on commit 4cd4139

Please sign in to comment.