Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-50259

QtWebengine build should be supported on embedded linux platforms

XMLWordPrintable

      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.

        For Gerrit Dashboard: QTBUG-50259
        # Subject Branch Project Status CR V

            kkohne Kai Köhne
            qtcomsupport Qt Support
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes