From 1933fedbe66b9461a547ee65ad13ef38ff16ceb5 Mon Sep 17 00:00:00 2001 From: Peter Lohrmann Date: Tue, 18 Mar 2014 09:03:04 -0700 Subject: [PATCH] Update qtcreator.md Use buildDir env var instead of hardcoded paths to mkvogl. Fix a few typos. --- qtcreator/qtcreator.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/qtcreator/qtcreator.md b/qtcreator/qtcreator.md index 96b6f62..0e19829 100644 --- a/qtcreator/qtcreator.md +++ b/qtcreator/qtcreator.md @@ -22,7 +22,7 @@ You should now be able to click in bottom left "Type to locate" control (or hit * Mouse over the "Make: make" step and click the 'x' to delete it. * Click , and select "Custom Process Step". - Command: /home/mikesart/dev/voglproj/vogl/bin/mkvogl.sh + Command: %{buildDir}/../bin/mkvogl.sh Arguments: --amd64 --debug 3>&1 1>&2 2>&3 * Now select "Choose Build / Build Project..." or (Ctrl+B) @@ -34,7 +34,7 @@ You should now be able to click in bottom left "Type to locate" control (or hit * Mouse over the "Make: make clean" step and click the 'x' to delete it. * Click "Add Clean Step", select "Custom Process Step". - Command: /home/mikesart/dev/voglproj/vogl/bin/mkvogl.sh + Command: %{buildDir}/../bin/mkvogl.sh Arguments: --amd64 --debug --cleanonly @@ -45,9 +45,9 @@ You should now be able to click in bottom left "Type to locate" control (or hit * Click "Add"; select "Clone selected"; follow steps below * Repeat the steps above for the remaining build configurations: - * amd64_release": Arguments: --amd64 --release --verbose 3>&1 1>&2 2>&3 - * i386_debug: Arguments: --i386 --debug --verbose 3>&1 1>&2 2>&3 - * i386_release": Arguments: --i386 --release --verbose 3>&1 1>&2 2>&3 + * "amd64_release": Arguments: --amd64 --release --verbose 3>&1 1>&2 2>&3 + * "i386_debug": Arguments: --i386 --debug --verbose 3>&1 1>&2 2>&3 + * "i386_release": Arguments: --i386 --release --verbose 3>&1 1>&2 2>&3 -Not that you can use the "--usemake" flag with mkvolg.sh if you don't want to use Ninja. If you do this, remove the "3>&1 1>&2 2>&3" redirections also. +Note that you can use the "--usemake" flag with mkvolg.sh if you don't want to use Ninja. If you do this, remove the "3>&1 1>&2 2>&3" redirections also. -- 2.43.0