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. CMake defined Compile Path & QtCreator default Compile Path
Qt 6.11 is out! See what's new in the release blog

CMake defined Compile Path & QtCreator default Compile Path

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 346 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.
  • J Offline
    J Offline
    Josz
    wrote on last edited by
    #1

    Hi,
    In my Qt- CMake project, I have defined my own out paths with:

    set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${OUT_PATH}/${MySUBPATH})
    

    but QtCreator set its own compile paths too, they are like:

    build-cardea-Qt_5_15_2_gcc_64-Default
    

    Is there a enviroment variable that contains the "build-cardea-Qt_5_15_2_gcc_64-Default" directory? If there is, could I use it to define my CMAKE_RUNTIME_OUTPUT_DIRECTORY?

    If my assumptions are false, How could do, to have all compilation results on the same directory?

    Thanks in advance

    1 Reply Last reply
    0
    • Christian EhrlicherC Offline
      Christian EhrlicherC Offline
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      I don't see what CMAKE_RUNTIME_OUTPUT_DIRECTORY has to do with the build directory. You can't set this in any way.

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved