From: Yuchen Deng Date: Mon, 17 Sep 2012 23:33:03 +0000 (+0800) Subject: Build tools in release mode if using -debug-and-release option X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2084b48a794966bbc0b51de690fa103cfef7e817;p=profile%2Fivi%2Fqtbase.git Build tools in release mode if using -debug-and-release option Change-Id: I1d4b69e6954526b4f999e248f4f2cde6a9da26cd Reviewed-by: Oswald Buddenhagen --- diff --git a/mkspecs/features/qt_tool.prf b/mkspecs/features/qt_tool.prf index d17e06a..b52362a 100644 --- a/mkspecs/features/qt_tool.prf +++ b/mkspecs/features/qt_tool.prf @@ -3,10 +3,7 @@ TEMPLATE = app CONFIG += qt warn_on console isEmpty(QMAKE_INFO_PLIST): CONFIG -= app_bundle -build_all:!build_pass { - CONFIG -= build_all - CONFIG += release -} +!build_pass:contains(QT_CONFIG, build_all): CONFIG += release target.path = $$[QT_INSTALL_BINS] INSTALLS += target