Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Relative pathing with Qt Creator question
Forum Updated to NodeBB v4.3 + New Features

Relative pathing with Qt Creator question

Scheduled Pinned Locked Moved Qt Creator and other tools
2 Posts 2 Posters 1.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.
  • S Offline
    S Offline
    siliconplains
    wrote on last edited by
    #1

    I started a set of projects with Qt Creator and they did not use relative paths to the build output directory. Is there a way to use relative pathing to the given project for build output?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      (I'm assuming you are using qmake here)
      Yes, just set DESTDIR, OUTDIR, MOC_DIR, RCC_DIR to some relative path, disable shadow building and you are done.

      Or just disable shadow building - it will build in PWD then.

      (Z(:^

      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