64bit/Help/Qt Prefs: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
# | # for 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" says this: "./mac_%{CurrentKit:Name}-%{CurrentBuild:Name}" | ||
# ensure " | ## under the Kit pick "Run" | ||
### ensure "Working Directory is set to "%{sourceDir}/../build/mac_%{CurrentKit:Name}", but for CFTest, add "_%{CurrentBuild:Type}" to the end of that | |||
### ensure "Executable" is set to "%{CurrentRun:WorkingDir}/%{CurrentBuild:Name}.app/Contents/MacOS/%{CurrentBuild:Name}" | |||
Latest revision as of 00:00, 20 August 2020
- for 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" says this: "./mac_%{CurrentKit:Name}-%{CurrentBuild:Name}"
- for each build configuration:
- under the Kit pick "Run"
- ensure "Working Directory is set to "%{sourceDir}/../build/mac_%{CurrentKit:Name}", but for CFTest, add "_%{CurrentBuild:Type}" to the end of that
- ensure "Executable" is set to "%{CurrentRun:WorkingDir}/%{CurrentBuild:Name}.app/Contents/MacOS/%{CurrentBuild:Name}"