Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Build QT5 static on linux

Build QT5 static on linux

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 2.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    acacio.egas
    wrote on last edited by
    #1

    Hello ,

    After trying to generate static QT5 'm having problems running my application . The following error is displayed :

    QFactoryLoader :: QFactoryLoader ( ) ignoring " org.qt - project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.2 " since plugins are disabled in static builds
    This application failed to start because it Could not find or load the Qt platform plugin " xcb " .

    Reinstalling the application may fix this problem .
    Aborted

    Evaluating sources QT5 found the passage that displays the message on the console:

    Method: QFactoryLoader :: update ( )

    Q_D ( QFactoryLoader );
        if ( qt_debug_component ()) {
            qDebug ( ) << " :: QFactoryLoader QFactoryLoader ( ) ignoring " << d - > iid
                     << " Since plugins are disabled in static builds" ;
        }

    This section is only displayed when the build is static .

    I'm using the modules Qt5Core , Qt5Gui , Qt5Widgets , Qt5Xml , Qt5Network , Qt5Svg , Qt5X11Extras .

    The QT5 can be generated in all static linux using these Modules ?

    Thank you.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved