Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. what is auto generating LIBS path in makefile "qt creator"
Forum Updated to NodeBB v4.3 + New Features

what is auto generating LIBS path in makefile "qt creator"

Scheduled Pinned Locked Moved Unsolved General and Desktop
22 Posts 3 Posters 1.7k 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.
  • M micha_eleric

    @jsulm said in what is auto generating LIBS path in makefile "qt creator":

    @micha_eleric said in what is auto generating LIBS path in makefile "qt creator":

    Then create a Kit in QtCreator pointing to this Qt build...
    And as already suggested take a look at https://doc.qt.io/qt-6/deployment.html to learn how to deploy a Qt application.

    Set up new Qt versions

    To add a Qt version:

    Select Preferences > Kits > Qt Versions > Add.    [done]
    Select the qmake executable for the Qt version to add.    [[nothing, and no clue where qmake(qmake**) is, what it looks like, nor what folder it might be in]
    

    [ did a search for "qmake", it gave .h .cpp .pro .pri .qdoc Makefile .conf , all i would guess is not close to the qmake that it is looking for. ]
    [ i found /usr/bin/qmake, which list as an executable, but when selected and Open, it says The qmake executable /usr/lib/qt5/bin/qmake could not be added: qmake "/usr/lib/qt5/bin/qmake" is not an executable.]
    [well, i found /usr/local/Qt-5.15.13/bin/qmake, compiled, but gave:
    name
    qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
    This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. ]
    [ well, found:
    "Set the environment variable QT_DEBUG_PLUGINS=1 and then run your application. This should give more detailed information on why it failed." results in:
    name
    QFactoryLoader::QFactoryLoader() ignoring "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3" since plugins are disabled in static builds
    qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
    This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. ]

    Select the Qt version to view and edit it.
    In the Name field, edit the name that Qt Creator suggests for the Qt version.
    In the qmake path field, you can change the qmake location.
    If the Qt version is for QNX, enter the path to the QNX SDK in the QNX SDK field.
    

    still wander if i found the correct qmake

    jsulmJ Offline
    jsulmJ Offline
    jsulm
    Lifetime Qt Champion
    wrote on last edited by
    #21

    @micha_eleric said in what is auto generating LIBS path in makefile "qt creator":

    i found /usr/local/Qt-5.15.13/bin/qmake

    Bellow you write something about Qt 6.6.3 - so what Qt version did you actually build and where did you install it?

    "qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in """ - was XCB plug-in enabled when running configure before building?

    "[[nothing, and no clue where qmake(qmake**) is" - where you installed your Qt build...

    https://forum.qt.io/topic/113070/qt-code-of-conduct

    M 1 Reply Last reply
    0
    • jsulmJ jsulm

      @micha_eleric said in what is auto generating LIBS path in makefile "qt creator":

      i found /usr/local/Qt-5.15.13/bin/qmake

      Bellow you write something about Qt 6.6.3 - so what Qt version did you actually build and where did you install it?

      "qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in """ - was XCB plug-in enabled when running configure before building?

      "[[nothing, and no clue where qmake(qmake**) is" - where you installed your Qt build...

      M Offline
      M Offline
      micha_eleric
      wrote on last edited by micha_eleric
      #22

      @jsulm said in what is auto generating LIBS path in makefile "qt creator":

      @micha_eleric said in what is auto generating LIBS path in makefile "qt creator":

      i found /usr/local/Qt-5.15.13/bin/qmake

      Bellow you write something about Qt 6.6.3 - so what Qt version did you actually build and where did you install it?

      "qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in """ - was XCB plug-in enabled when running configure before building?

      "[[nothing, and no clue where qmake(qmake**) is" - where you installed your Qt build...

      Qt 5.12.12 build from QT creator offline install, which went to Home and somewheres sudo is needed, but did not have features that online install has
      Qt 6.6.2 built from Qt Creator online install, which went to Home and somewheres sudo is needed
      Qt 5.15.13 built from https://download.qt.io/official_releases/qt/5.15/, which has some in Home and somewheres sudo is needed

      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