Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. qt.conf
    Log in to post

    • SOLVED Failed to load Qt platform plugin "xcb"
      General and Desktop • linux plugins xcb qt.conf • • lolopolosko  

      7
      0
      Votes
      7
      Posts
      16163
      Views

      Because it's a dependency of the plugin not of the application.
    • All includes of Qt widgets says file not found. I've edited pro file but no luck
      General and Desktop • windows qt5.5 deployment pro file run qt.conf file not found helios • • carlos91moreira  

      4
      0
      Votes
      4
      Posts
      4053
      Views

      After so many attempts without luck, the first attempt I try after writing this reply is a dfferent error :) So the boost is no longer my problem. For other people that my face the same problem as me, in the includepath just add: '$(BOOST_ROOT)'
    • [SOLVED] Problems with setting paths to libs and plugins in Qt app's executable file
      Installation and Deployment • qml deployment plugins path lib qt.conf • • Eyeless  

      6
      0
      Votes
      6
      Posts
      22754
      Views

      @JKSH, @hskoglund, thank you very much! Using both qt.conf file and "QMAKE_LFLAGS += -Wl,--rpath=\$$ORIGIN/lib" line in my app's .pro file helped me.
    • [SOLVED]Deploying a Qt Quick 2 plugin with a static build
      QML and Qt Quick • deployment static build qmldir qt.conf extension plugi • • Monomix  

      6
      1
      Votes
      6
      Posts
      4649
      Views

      On it. Merci!