From 99bd83c15e1c9c44968dc132a63c86b2cbce341d Mon Sep 17 00:00:00 2001 From: Vadim Kurland Date: Thu, 12 Jun 2008 18:56:36 +0000 Subject: [PATCH] control whether we build debug or release in ../../qmake.inc --- src/gui/gui.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gui/gui.pro b/src/gui/gui.pro index 6e2f7047e..f08c59337 100644 --- a/src/gui/gui.pro +++ b/src/gui/gui.pro @@ -14,7 +14,9 @@ exists(qmake.inc){ } PRECOMPILED_HEADER = fwbuilder_ph.h -CONFIG += debug_and_release precompile_header + +# control whether we build debug or release in ../../qmake.inc +CONFIG += precompile_header HEADERS += ../../config.h \ FWWindow.h \