12 lines
648 B
Diff
12 lines
648 B
Diff
--- qt-everywhere-opensource-src-5.4.0/qtwebengine/tools/qmake/mkspecs/features/functions.prf.orig 2014-12-05 16:25:19.000000000 +0000
|
|
+++ qt-everywhere-opensource-src-5.4.0/qtwebengine/tools/qmake/mkspecs/features/functions.prf 2015-02-03 18:15:21.775257200 +0000
|
|
@@ -7,7 +7,7 @@
|
|
|
|
linux-g++*:!isGCCVersionSupported():return(false)
|
|
!isPythonVersionSupported(): return(false)
|
|
- linux-g++*|win32-msvc2013|macx-clang: return(true)
|
|
+ linux-g++*|win32-*|macx-clang: return(true)
|
|
boot2qt: return(true)
|
|
|
|
warning("Qt WebEngine can currently only be built for Linux (GCC), Windows (MSVC 2013), OS X (XCode 5.1+) or Qt for Device Creation".)
|