64bit/Help/Qt Prefs: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (3 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: | |||
# click the "Projects" wrench icon on the left | #### ensure "Shadow Build" is checked | ||
# under the Kit (eg: "64") pick "Build" | #### in the "Shadow Build Directory" says this: "./mac_%{CurrentKit:Name}-%{CurrentBuild:Name}" | ||
## ensure "Shadow Build" is checked | ## under the Kit pick "Run" | ||
## in the "Shadow Build Directory" | ### ensure "Working Directory is set to "%{sourceDir}/../build/mac_%{CurrentKit:Name}", but for CFTest, add "_%{CurrentBuild:Type}" to the end of that | ||
# 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}" | |||
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}"