64bit/Help/Qt Prefs: Difference between revisions

From kJams Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
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" make sure it matches what's in step 3
#### 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}", 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}"
### ensure "Executable" is set to "%{CurrentRun:WorkingDir}/%{CurrentBuild:Name}.app/Contents/MacOS/%{CurrentBuild:Name}"

Latest revision as of 00:00, 20 August 2020

  1. for each project in [CFTest, kJams]: open it
    1. click the "Projects" wrench icon on the left
    2. under the Kit (eg: "64") pick "Build"
      1. for each build configuration:
        1. ensure "Shadow Build" is checked
        2. in the "Shadow Build Directory" says this: "./mac_%{CurrentKit:Name}-%{CurrentBuild:Name}"
    3. under the Kit pick "Run"
      1. ensure "Working Directory is set to "%{sourceDir}/../build/mac_%{CurrentKit:Name}", but for CFTest, add "_%{CurrentBuild:Type}" to the end of that
      2. ensure "Executable" is set to "%{CurrentRun:WorkingDir}/%{CurrentBuild:Name}.app/Contents/MacOS/%{CurrentBuild:Name}"