-
Bug
-
Resolution: Done
-
P2: Important
-
5.5.1, 5.6.0 Beta
-
embedded linux
qt-everywhere-enterprise-src-5.6.0-beta/qtwebengine/tools/qmake/mkspecs/features/functions.prf contains:
defineTest(isPlatformSupported) { !linux-g++*:!linux-clang:!win32-msvc2013*:!win32-msvc2015*:!macx-clang*:!boot2qt { skipBuild("Qt WebEngine can currently only be built for Linux (GCC/clang), Windows (MSVC 2013 or 2015), OS X (10.9/XCode 5.1+) or Qt for Device Creation.") return(false) } }
which prevents building on embedded linux platforms other then boot2qt. One possible workaround would be to add linux-*-g++ there.
- relates to
-
QTBUG-49249 QtWebEngine build in Qt 5.6 is not allowed for linux imx6 platform
-
- Closed
-
For Gerrit Dashboard: QTBUG-50259 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
144993,9 | Allow build on all Linux platforms | 5.6 | qt/qtwebengine | Status: MERGED | +2 | 0 |