From c9ef22b18585b228b47a9f1a20e000bd1b1b0f54 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Mon, 31 Oct 2011 13:34:01 +0100 Subject: Remove S60/symbian specific mkspec Clean up and remove Symbian specific mkspec. Change-Id: I0fa75287720db92983422611e0090301d06814ec Reviewed-by: Lars Knoll Reviewed-by: Thiago Macieira --- mkspecs/common/symbian/symbianincludes.h | 58 -------------------------------- 1 file changed, 58 deletions(-) delete mode 100644 mkspecs/common/symbian/symbianincludes.h (limited to 'mkspecs/common/symbian/symbianincludes.h') diff --git a/mkspecs/common/symbian/symbianincludes.h b/mkspecs/common/symbian/symbianincludes.h deleted file mode 100644 index b4fb1e25b9..0000000000 --- a/mkspecs/common/symbian/symbianincludes.h +++ /dev/null @@ -1,58 +0,0 @@ -/**************************************************************************** -** -** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). -** All rights reserved. -** Contact: Nokia Corporation (qt-info@nokia.com) -** -** This file is part of the mkspecs of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL$ -** GNU Lesser General Public License Usage -** This file may be used under the terms of the GNU Lesser General Public -** License version 2.1 as published by the Free Software Foundation and -** appearing in the file LICENSE.LGPL included in the packaging of this -** file. Please review the following information to ensure the GNU Lesser -** General Public License version 2.1 requirements will be met: -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** In addition, as a special exception, Nokia gives you certain additional -** rights. These rights are described in the Nokia Qt LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** GNU General Public License Usage -** Alternatively, this file may be used under the terms of the GNU General -** Public License version 3.0 as published by the Free Software Foundation -** and appearing in the file LICENSE.GPL included in the packaging of this -** file. Please review the following information to ensure the GNU General -** Public License version 3.0 requirements will be met: -** http://www.gnu.org/copyleft/gpl.html. -** -** Other Usage -** Alternatively, this file may be used in accordance with the terms and -** conditions contained in a signed written agreement between you and Nokia. -** -** -** -** -** -** $QT_END_LICENSE$ -** -****************************************************************************/ - -#ifndef __PRODUCT_INCLUDE__ -# ifdef __QT_PRODUCT_INCLUDE_IS_LOWERCASE__ -# define __PRODUCT_INCLUDE__ -# else -# define __PRODUCT_INCLUDE__ -# endif -#endif - -#ifndef __QT_SYMBIAN_RESOURCE__ -# if defined(__ARMCC__) || defined(__CC_ARM) -# ifdef __QT_RVCT_HEADER_IS_2_2__ -# include -# else -# include -# endif -# endif -#endif -- cgit v1.2.3