64bit/Help/Qt Prefs: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
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") | ||
# | # fore each project in [CFTest, kJams]: open it | ||
# click the "Projects" wrench icon on the left | ## click the "Projects" wrench icon on the left | ||
# under the Kit (eg: "64") pick "Build" | ## under the Kit (eg: "64") pick "Build" | ||
## ensure "Shadow Build" is checked | ### for each build configuration: | ||
## in the "Shadow Build Directory" make sure it matches what's in step 3 | #### ensure "Shadow Build" is checked | ||
# under the Kit pick "Run" | #### in the "Shadow Build Directory" make sure it matches what's in step 3 | ||
## ensure "Working Directory is set to "%{sourceDir}/../build/mac_%{CurrentKit:Name}_%{CurrentBuild:Type}" | ## under the Kit pick "Run" | ||
## ensure "Executable" is set to "%{CurrentRun:WorkingDir}/%{CurrentBuild:Name}.app/Contents/MacOS/%{CurrentBuild:Name}" | ### ensure "Working Directory is set to "%{sourceDir}/../build/mac_%{CurrentKit:Name}_%{CurrentBuild:Type}" | ||
### ensure "Executable" is set to "%{CurrentRun:WorkingDir}/%{CurrentBuild:Name}.app/Contents/MacOS/%{CurrentBuild:Name}" | |||
Revision as of 20:44, 19 August 2020
- go to Qt Prefs (mac: "Qt Creator->Preferences...", win: "Tools->Options...")
- go to "Build & Run"->"Default Build Properties"
- set "Default build directory" to "./{plat}_%{CurrentKit:Name}-%{CurrentBuild:Name}", where "{plat}" is either "mac" or "win")
- fore each project in [CFTest, kJams]: open it
- click the "Projects" wrench icon on the left
- under the Kit (eg: "64") pick "Build"
- for each build configuration:
- ensure "Shadow Build" is checked
- in the "Shadow Build Directory" make sure it matches what's in step 3
- for each build configuration:
- under the Kit pick "Run"
- ensure "Working Directory is set to "%{sourceDir}/../build/mac_%{CurrentKit:Name}_%{CurrentBuild:Type}"
- ensure "Executable" is set to "%{CurrentRun:WorkingDir}/%{CurrentBuild:Name}.app/Contents/MacOS/%{CurrentBuild:Name}"