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. how to get a configure script to find a static Qt plugin
QtWS25 Last Chance

how to get a configure script to find a static Qt plugin

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 88 Views
  • 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.
  • L Offline
    L Offline
    Linenoise
    wrote on last edited by
    #1

    I have a built qt5 with static libraries on Ubuntu. It appeared to have built fine, I installed in /opt/qt5/.

    Now using a configure script for an app and it does all the checks. It finds QT5, it finds the static QT. But then it does 'checking for static Qt plugins: -lqminimal... no'

    /opt/qt5/plugins/platforms/libqminimal.a does exist
    I tried exporting a few things without any luck
    QT_PLUGIN_PATH=/opt/qt5/plugins/platforms
    PKG_CONFIG_PATH="/opt/qt5/lib/pkgconfig

    I tried running configure with
    LDFLAGS="-L/opt/qt5/plugins/platforms"

    I feel like I'm missing something simple here. Any suggestions?

    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