Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. qmake variables

    Log in to post
    • All categories
    • T

      Unsolved Which QMAKE variable contains the final library being build?
      Tools • qmake variables • • ThisIsEusch

      6
      0
      Votes
      6
      Posts
      216
      Views

      SGaist

      In that case you can use DESTDIR and TARGET. But ensure you use OUT_PWD so you ensure that your get the proper build folder to store the build artefact.

    • S

      Unsolved qmake custom compiler use output
      Tools • qmake qmake variables compilers • • Skycoder

      1
      0
      Votes
      1
      Posts
      543
      Views

      No one has replied

    • E

      Solved Using a string defined in project(.pro)
      Tools • qmake qmake variables defines string • • evanol

      5
      0
      Votes
      5
      Posts
      12392
      Views

      E

      @Wieland Thanks for the reference - that has worked for me.

      Also, thanks for the Qbs information - i hadn't seen this before but will look into it

      @SGaist - thanks for the info

      I had previously tried something similar but I think it may have been the escaping of quotes which caught me out.

    • S

      Unsolved Difference between HEADERS and INCLUDEPATH
      General and Desktop • qmake variables • • StrikeEagleIII

      4
      0
      Votes
      4
      Posts
      16690
      Views

      SGaist

      AFAIK, no.

      However I'd recommend to rather have a comms.pri file that you include in your application .pro file that will do that.

    • P

      Use QMAKE variables in QtCreator (as a QtCreator: variable)
      Tools • qtcreator 3.5.0 qmake variables translate varia • • peter999

      1
      0
      Votes
      1
      Posts
      601
      Views

      No one has replied