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

-linuxfb option is not properly recognized

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.1.0 Beta 1
    • 5.0.0
    • Build System
    • None
    • 1b69786a3f08b642576462e9882533839c7d3c9d

    Description

      I was trying to configure qt5 with the following
      ./configure \
      -prefix $(qt_embedded_install_dir) \
      -opensource \
      -openssl \
      -platform linux-g++-64 \
      -arch arm \
      -xplatform linux-arm-gnueabi-g++ \
      -linuxfb \
      -qpa linuxfb\
      -no-rpath \
      -no-neon \
      -nomake examples \
      -nomake demos \
      -nomake docs \
      -release && \
      touch $(qt_embedded_configured_file); \

      I am getting this error
      "No QPA platform plugin enabled!
      If you really want to build without a QPA platform plugin you must pass
      -no-qpa-platform-guard to configure. Doing this will
      produce a Qt that can not run GUI applications.
      The dependencies needed for xcb to build are listed in
      src/plugins/platforms/xcb/README

          • qtbase/configure exited with non-zero status."

      Attachments

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

        Activity

          People

            buddenha Oswald Buddenhagen
            srav219 Sravan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes