From e02e31c8b9d854cd62cbe9799228f6e08e882773 Mon Sep 17 00:00:00 2001 From: Timothy Pearson <kb9vqf@pearsoncomputing.net> Date: Mon, 5 Dec 2011 22:04:08 -0600 Subject: Sync with latest script --- qmake/book/qmake-tutorial.leaf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qmake/book/qmake-tutorial.leaf') diff --git a/qmake/book/qmake-tutorial.leaf b/qmake/book/qmake-tutorial.leaf index 5e1645fc0..b300f0597 100644 --- a/qmake/book/qmake-tutorial.leaf +++ b/qmake/book/qmake-tutorial.leaf @@ -199,7 +199,7 @@ you build your application with the console setting, you won't see the output. We can easily put \e console on the CONFIG line so that on Windows the makefile will have this setting. But let's say that we only want to add the CONFIG line if we are running on Windows \e and when -\e debug is already on the CONFIG line. This retquires using two +\e debug is already on the CONFIG line. This requires using two nested scopes; just create one scope, then create the other inside that one. Put the settings to be processed inside the last scope, like this: -- cgit v1.2.1