64bit/Help/Qt Prefs: Difference between revisions

From kJams Wiki
Jump to navigation Jump to search
Created page with "# go to Qt Prefs (mac: "Qt Creator->Preferences...", win: "Tools->Options...") # go to "Build & Run"->"Default Build Properties" # set "Default build directory" to "./{plat}_%..."
 
No edit summary
Line 2: Line 2:
# go to "Build & Run"->"Default Build Properties"
# go to "Build & Run"->"Default Build Properties"
# set "Default build directory" to "./{plat}_%{CurrentKit:Name}-%{CurrentBuild:Name}", where "{plat}" is either "mac" or "win")
# set "Default build directory" to "./{plat}_%{CurrentKit:Name}-%{CurrentBuild:Name}", where "{plat}" is either "mac" or "win")
# Open the project (eg: CFTest or kJams)
# click the "Projects" wrench icon on the left
# under the Kit (eg: "64") pick "Build"
# ensure "Shadow Build" is checked
# in the "Shadow Build Directory" make sure it matches what's in step 3

Revision as of 23:01, 18 August 2020

  1. go to Qt Prefs (mac: "Qt Creator->Preferences...", win: "Tools->Options...")
  2. go to "Build & Run"->"Default Build Properties"
  3. set "Default build directory" to "./{plat}_%{CurrentKit:Name}-%{CurrentBuild:Name}", where "{plat}" is either "mac" or "win")
  4. Open the project (eg: CFTest or kJams)
  5. click the "Projects" wrench icon on the left
  6. under the Kit (eg: "64") pick "Build"
  7. ensure "Shadow Build" is checked
  8. in the "Shadow Build Directory" make sure it matches what's in step 3