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. Qmake determine the build directory with SUBDIR template
Qt 6.11 is out! See what's new in the release blog

Qmake determine the build directory with SUBDIR template

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 2.1k Views 1 Watching
  • 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.
  • A Offline
    A Offline
    aureshinite
    wrote on last edited by
    #1

    I have a project which follow the SUBDIR template, each subdir creating a library. On of them create an executable. I would like to put them in the same directory, for example with DESDIR = bin.
    I tried to create a pri file with :
    @
    isEmpty ( MY_DIR){
    MY_DIR = $${OUT_PWD}
    }
    @

    but $$MY_DIR doesn't have the same value.
    How can I do that the ?

    ps: The build directory is random

    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