64bit/Help/Qt Prefs: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
### for each build configuration: | ### for each build configuration: | ||
#### ensure "Shadow Build" is checked | #### ensure "Shadow Build" is checked | ||
#### in the "Shadow Build Directory" | #### in the "Shadow Build Directory" says this: "./mac_%{CurrentKit:Name}-%{CurrentBuild:Name}" | ||
## under the Kit pick "Run" | ## under the Kit pick "Run" | ||
### ensure "Working Directory is set to "%{sourceDir}/../build/mac_%{CurrentKit:Name}_%{CurrentBuild:Type}" | ### 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}" | ### ensure "Executable" is set to "%{CurrentRun:WorkingDir}/%{CurrentBuild:Name}.app/Contents/MacOS/%{CurrentBuild:Name}" | ||
Revision as of 22:57, 19 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}_%{CurrentBuild:Type}"
- ensure "Executable" is set to "%{CurrentRun:WorkingDir}/%{CurrentBuild:Name}.app/Contents/MacOS/%{CurrentBuild:Name}"