Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. pri
    Log in to post
    • All categories
    • S

      Unsolved Include built libraries in Qt project.
      Qt 6 • pro file pri library build steps qt3d • • surajj4837

      1
      0
      Votes
      1
      Posts
      164
      Views

      No one has replied

    • B

      Solved MSVC2017 compiler "not recognized" inside .pri file.
      General and Desktop • pri msvc2017 • • bwylegly

      4
      0
      Votes
      4
      Posts
      177
      Views

      SGaist

      AFAIR, they match the mkspecs that you can find in your Qt installation.

    • Mohammadsm

      Solved Can't qmake QtWebengine - "qtwebenginecore-config.pri: No such file or directory"
      General and Desktop • qmake qtwebengine configure make pri • • Mohammadsm

      6
      0
      Votes
      6
      Posts
      1636
      Views

      SGaist

      Great !

      Since you have it working now, please mark the thread as solved using the "Topic Tools" button so that other forum users may know a solution has been found :-)

      In case, there's an answer that provides the correct hint, you can also use the three button menu to mark it as the correct answer.

    • B

      Solved How to add qmake commands from .pri correctly
      General and Desktop • qmake pro pri • • Blanky

      2
      0
      Votes
      2
      Posts
      977
      Views

      B

      Since this is pretty old, the solution is to at the bottom of the .pri file to use the export function. For every QMAKE key word you need an export for it.
      In my above example I should append the following to the bottom:

      export(PRE_TARGETDEPS)
      export(QMAKE_EXTRA_TARGETS)