summaryrefslogtreecommitdiffstats
path: root/mkspecs/unsupported/qws/integrity-arm-cxarm
diff options
context:
space:
mode:
authorDonald Carr <donald.carr@nokia.com>2012-06-28 23:12:28 +0000
committerQt by Nokia <qt-info@nokia.com>2012-06-30 04:29:44 +0200
commit82ca0936ed6f59cd2ea5569ab924c81d2a5e04e8 (patch)
treef785b7860d163bc5e9553dc7c6fa5e038bc5823a /mkspecs/unsupported/qws/integrity-arm-cxarm
parent0bfa3569e2e0f37f86be7fbae9408fd410f4461e (diff)
Remove stale qws related mkspecs
Should be be reintroduced with intent if there is sufficient interest, outside of the QWS context. Change-Id: I598f47b5cf0c10dd66534294d0f27cf0b4e5069a Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'mkspecs/unsupported/qws/integrity-arm-cxarm')
-rw-r--r--mkspecs/unsupported/qws/integrity-arm-cxarm/qmake.conf12
-rw-r--r--mkspecs/unsupported/qws/integrity-arm-cxarm/qplatformdefs.h42
2 files changed, 0 insertions, 54 deletions
diff --git a/mkspecs/unsupported/qws/integrity-arm-cxarm/qmake.conf b/mkspecs/unsupported/qws/integrity-arm-cxarm/qmake.conf
deleted file mode 100644
index acaf3c29e8..0000000000
--- a/mkspecs/unsupported/qws/integrity-arm-cxarm/qmake.conf
+++ /dev/null
@@ -1,12 +0,0 @@
-#
-# qmake configuration for integrity-ghs
-#
-
-INTEGRITY_DIR = /enter/your/path/to/INTEGRITY
-INTEGRITY_BSP = enter_your_bsp_name_here
-QMAKE_CC = ccintarm
-QMAKE_CXX = cxintarm
-QMAKE_LINK = cxintarm
-QMAKE_LINK_SHLIB = cxintarm
-include(../../integrity-ghs/qmake.conf)
-
diff --git a/mkspecs/unsupported/qws/integrity-arm-cxarm/qplatformdefs.h b/mkspecs/unsupported/qws/integrity-arm-cxarm/qplatformdefs.h
deleted file mode 100644
index 8de02bb927..0000000000
--- a/mkspecs/unsupported/qws/integrity-arm-cxarm/qplatformdefs.h
+++ /dev/null
@@ -1,42 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: http://www.qt-project.org/
-**
-** This file is part of the qmake spec 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$
-**
-****************************************************************************/
-
-#include "../../integrity-ghs/qplatformdefs.h"