From c14694621aab2e7df13830f80621fb5680b432e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20K=C3=BCmmel?= Date: Mon, 17 Sep 2012 10:33:04 +0200 Subject: undo variable renaming in backport backport in commit fc6569921d4bc06e3d526f18d4b4cd3ef05c2025 was incomplete and broke building of configure.exe Change-Id: I2c8b3b38beeca5629bec5bb2ca814242b12f0318 Reviewed-by: Oswald Buddenhagen --- tools/configure/configureapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index bc3ee6e..d805cde 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -2950,7 +2950,7 @@ void Configure::generateOutputVars() qtConfig += "qpa"; if (dictionary["CROSS_COMPILE"] == "yes") - configStream << " cross_compile"; + qtConfig << " cross_compile"; if (dictionary["NIS"] == "yes") qtConfig += "nis"; -- cgit v0.12