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

QtWebengine build should be supported on embedded linux platforms

    XMLWordPrintable

Details

    Description

      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.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes