summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@digia.com>2012-03-01 15:53:34 +0200
committerQt by Nokia <qt-info@nokia.com>2012-03-07 00:42:38 +0100
commit093929e29f22f116584fc36ccb5d545799c2871a (patch)
tree2da2b93a74ccc79cea2da89732f9f47a30124e5b /mkspecs
parent0324bb17f7cb0e855ca1d7adb2d0e171b19dfd06 (diff)
Move qws/qnx-* mkspec files from unsupported
As QNX in now a supported platform, move mkspec files away from unsupported folder. Change-Id: I31f806b5d5217cfb0420dc74dc7a5eea33c1598d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/qws/qnx-arm-g++/qmake.conf (renamed from mkspecs/unsupported/qws/qnx-arm-g++/qmake.conf)2
-rw-r--r--mkspecs/qws/qnx-arm-g++/qplatformdefs.h (renamed from mkspecs/unsupported/qws/qnx-generic-g++/qplatformdefs.h)2
-rw-r--r--mkspecs/qws/qnx-armv7-g++/qmake.conf (renamed from mkspecs/unsupported/qws/qnx-armv7-g++/qmake.conf)2
-rw-r--r--mkspecs/qws/qnx-armv7-g++/qplatformdefs.h (renamed from mkspecs/unsupported/qws/qnx-arm-g++/qplatformdefs.h)2
-rw-r--r--mkspecs/qws/qnx-generic-g++/qmake.conf (renamed from mkspecs/unsupported/qws/qnx-generic-g++/qmake.conf)2
-rw-r--r--mkspecs/qws/qnx-generic-g++/qplatformdefs.h (renamed from mkspecs/unsupported/qws/qnx-i386-g++/qplatformdefs.h)2
-rw-r--r--mkspecs/qws/qnx-i386-g++/qmake.conf (renamed from mkspecs/unsupported/qws/qnx-i386-g++/qmake.conf)2
-rw-r--r--mkspecs/qws/qnx-i386-g++/qplatformdefs.h (renamed from mkspecs/unsupported/qws/qnx-armv7-g++/qplatformdefs.h)2
-rw-r--r--mkspecs/qws/qnx-ppc-g++/qmake.conf (renamed from mkspecs/unsupported/qws/qnx-ppc-g++/qmake.conf)2
-rw-r--r--mkspecs/qws/qnx-ppc-g++/qplatformdefs.h42
-rw-r--r--mkspecs/unsupported/qws/qnx-ppc-g++/qplatformdefs.h42
11 files changed, 51 insertions, 51 deletions
diff --git a/mkspecs/unsupported/qws/qnx-arm-g++/qmake.conf b/mkspecs/qws/qnx-arm-g++/qmake.conf
index b9f946e6aa..881ca0fae4 100644
--- a/mkspecs/unsupported/qws/qnx-arm-g++/qmake.conf
+++ b/mkspecs/qws/qnx-arm-g++/qmake.conf
@@ -4,7 +4,7 @@
# Written for QNX RTOS v6
#
-include(../../../common/qnx/qmake.conf)
+include(../../common/qnx/qmake.conf)
# modifications to gcc-base.conf and g++-base.conf
diff --git a/mkspecs/unsupported/qws/qnx-generic-g++/qplatformdefs.h b/mkspecs/qws/qnx-arm-g++/qplatformdefs.h
index 1f5daddf84..e848982df6 100644
--- a/mkspecs/unsupported/qws/qnx-generic-g++/qplatformdefs.h
+++ b/mkspecs/qws/qnx-arm-g++/qplatformdefs.h
@@ -39,4 +39,4 @@
**
****************************************************************************/
-#include "../../../common/qnx/qplatformdefs.h"
+#include "../../common/qnx/qplatformdefs.h"
diff --git a/mkspecs/unsupported/qws/qnx-armv7-g++/qmake.conf b/mkspecs/qws/qnx-armv7-g++/qmake.conf
index c6763d5e44..f840ab96a6 100644
--- a/mkspecs/unsupported/qws/qnx-armv7-g++/qmake.conf
+++ b/mkspecs/qws/qnx-armv7-g++/qmake.conf
@@ -4,7 +4,7 @@
# Written for QNX RTOS v6
#
-include(../../../common/qnx/qmake.conf)
+include(../../common/qnx/qmake.conf)
# modifications to gcc-base.conf and g++-base.conf
diff --git a/mkspecs/unsupported/qws/qnx-arm-g++/qplatformdefs.h b/mkspecs/qws/qnx-armv7-g++/qplatformdefs.h
index 1f5daddf84..e848982df6 100644
--- a/mkspecs/unsupported/qws/qnx-arm-g++/qplatformdefs.h
+++ b/mkspecs/qws/qnx-armv7-g++/qplatformdefs.h
@@ -39,4 +39,4 @@
**
****************************************************************************/
-#include "../../../common/qnx/qplatformdefs.h"
+#include "../../common/qnx/qplatformdefs.h"
diff --git a/mkspecs/unsupported/qws/qnx-generic-g++/qmake.conf b/mkspecs/qws/qnx-generic-g++/qmake.conf
index f5e7045ec4..085aae709b 100644
--- a/mkspecs/unsupported/qws/qnx-generic-g++/qmake.conf
+++ b/mkspecs/qws/qnx-generic-g++/qmake.conf
@@ -4,7 +4,7 @@
# Written for QNX RTOS v6
#
-include(../../../common/qnx/qmake.conf)
+include(../../common/qnx/qmake.conf)
# derived from g++-base.conf
#QMAKE_CC = gcc
diff --git a/mkspecs/unsupported/qws/qnx-i386-g++/qplatformdefs.h b/mkspecs/qws/qnx-generic-g++/qplatformdefs.h
index 1f5daddf84..e848982df6 100644
--- a/mkspecs/unsupported/qws/qnx-i386-g++/qplatformdefs.h
+++ b/mkspecs/qws/qnx-generic-g++/qplatformdefs.h
@@ -39,4 +39,4 @@
**
****************************************************************************/
-#include "../../../common/qnx/qplatformdefs.h"
+#include "../../common/qnx/qplatformdefs.h"
diff --git a/mkspecs/unsupported/qws/qnx-i386-g++/qmake.conf b/mkspecs/qws/qnx-i386-g++/qmake.conf
index 6940bd821f..40edc91218 100644
--- a/mkspecs/unsupported/qws/qnx-i386-g++/qmake.conf
+++ b/mkspecs/qws/qnx-i386-g++/qmake.conf
@@ -4,7 +4,7 @@
# Written for QNX RTOS v6
#
-include(../../../common/qnx/qmake.conf)
+include(../../common/qnx/qmake.conf)
# modifications to g++-base.conf
QMAKE_CC = ntox86-gcc
diff --git a/mkspecs/unsupported/qws/qnx-armv7-g++/qplatformdefs.h b/mkspecs/qws/qnx-i386-g++/qplatformdefs.h
index 1f5daddf84..e848982df6 100644
--- a/mkspecs/unsupported/qws/qnx-armv7-g++/qplatformdefs.h
+++ b/mkspecs/qws/qnx-i386-g++/qplatformdefs.h
@@ -39,4 +39,4 @@
**
****************************************************************************/
-#include "../../../common/qnx/qplatformdefs.h"
+#include "../../common/qnx/qplatformdefs.h"
diff --git a/mkspecs/unsupported/qws/qnx-ppc-g++/qmake.conf b/mkspecs/qws/qnx-ppc-g++/qmake.conf
index cb4d391d04..186206f313 100644
--- a/mkspecs/unsupported/qws/qnx-ppc-g++/qmake.conf
+++ b/mkspecs/qws/qnx-ppc-g++/qmake.conf
@@ -4,7 +4,7 @@
# Written for QNX RTOS v6
#
-include(../../../common/qnx/qmake.conf)
+include(../../common/qnx/qmake.conf)
# modifications to g++-base.conf
QMAKE_CC = ntoppc-gcc
diff --git a/mkspecs/qws/qnx-ppc-g++/qplatformdefs.h b/mkspecs/qws/qnx-ppc-g++/qplatformdefs.h
new file mode 100644
index 0000000000..e848982df6
--- /dev/null
+++ b/mkspecs/qws/qnx-ppc-g++/qplatformdefs.h
@@ -0,0 +1,42 @@
+/****************************************************************************
+**
+** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** All rights reserved.
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+** 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 "../../common/qnx/qplatformdefs.h"
diff --git a/mkspecs/unsupported/qws/qnx-ppc-g++/qplatformdefs.h b/mkspecs/unsupported/qws/qnx-ppc-g++/qplatformdefs.h
deleted file mode 100644
index 1f5daddf84..0000000000
--- a/mkspecs/unsupported/qws/qnx-ppc-g++/qplatformdefs.h
+++ /dev/null
@@ -1,42 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
-**
-** 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 "../../../common/qnx/qplatformdefs.h"