From 28016e86ff2eb8bedb366279ec1ef434ba5328c5 Mon Sep 17 00:00:00 2001 From: Miroslav Safr Date: Thu, 22 Jul 2010 13:26:38 +0300 Subject: Changes: N900 build: cleaning duplication in QT config, removing -Werror RevBy: MaxW --- mkspecs/common.pri | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mkspecs/common.pri') diff --git a/mkspecs/common.pri b/mkspecs/common.pri index 1f79dc3c..e68b3e7e 100644 --- a/mkspecs/common.pri +++ b/mkspecs/common.pri @@ -5,8 +5,9 @@ QMAKE_TARGET_PRODUCT = DirectUI QMAKE_TARGET_DESCRIPTION = DirectUI Framework QMAKE_TARGET_COPYRIGHT = Copyright (C) 2010 Nokia -contains( DEFINES, HAVE_N900 ) { - QT += opengl network +contains( DEFINES, HAVE_N900 ) { + QMAKE_CFLAGS -= -Werror + QMAKE_CXXFLAGS -= -Werror } # Features -- cgit v1.2.3