From 981dd3b3147df213608981d347c998dcf0230fe1 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 4 Nov 2011 13:51:20 +0100 Subject: qmake: remove symbian support Change-Id: I1db834500921681676a6f46e7750bdd81bf0093d Reviewed-by: Oswald Buddenhagen --- qmake/generators/symbian/symmake_abld.h | 68 --------------------------------- 1 file changed, 68 deletions(-) delete mode 100644 qmake/generators/symbian/symmake_abld.h (limited to 'qmake/generators/symbian/symmake_abld.h') diff --git a/qmake/generators/symbian/symmake_abld.h b/qmake/generators/symbian/symmake_abld.h deleted file mode 100644 index 91bfb12b88..0000000000 --- a/qmake/generators/symbian/symmake_abld.h +++ /dev/null @@ -1,68 +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 qmake application 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 SYMMAKE_ABLD_H -#define SYMMAKE_ABLD_H - -#include - -QT_BEGIN_NAMESPACE - -class SymbianAbldMakefileGenerator : public SymbianMakefileGenerator -{ -protected: - - // Inherited from parent - virtual void writeBldInfExtensionRulesPart(QTextStream& t, const QString &iconTargetFile); - virtual void writeBldInfMkFilePart(QTextStream& t, bool addDeploymentExtension); - virtual void writeMkFile(const QString& wrapperFileName, bool deploymentOnly); - virtual void writeWrapperMakefile(QFile& wrapperFile, bool isPrimaryMakefile); - virtual void appendAbldTempDirs(QStringList& sysincspaths, QString includepath); - - bool writeDeploymentTargets(QTextStream &t, bool isRom); - QString gnuMakefileName; -public: - - SymbianAbldMakefileGenerator(); - ~SymbianAbldMakefileGenerator(); -}; - -#endif // SYMMAKE_ABLD_H -- cgit v1.2.3