]> git.pld-linux.org Git - packages/qt5-qtwebengine.git/blob - remove-compiler-check.patch
BR: libstdc++-{devel,static}; rel 2
[packages/qt5-qtwebengine.git] / remove-compiler-check.patch
1 --- qtwebengine-everywhere-src-5.11.1/mkspecs/features/platform.prf~    2018-06-15 11:13:33.000000000 +0200
2 +++ qtwebengine-everywhere-src-5.11.1/mkspecs/features/platform.prf     2018-08-11 23:35:10.234741469 +0200
3 @@ -12,11 +12,6 @@
4  defineTest(isPlatformSupported) {
5    QT_FOR_CONFIG += gui-private
6    linux {
7 -    if(!gcc:!clang)|intel_icc {
8 -      skipBuild("Qt WebEngine on Linux requires clang or GCC.")
9 -      return(false)
10 -    }
11 -    gcc:!clang:!isGCCVersionSupported(): return(false)
12    } else:win32 {
13      winrt {
14        skipBuild("WinRT is not supported.")
This page took 0.084962 seconds and 3 git commands to generate.