From 13a1e7a4448be3db5a8d718c5a74e5e04df96743 Mon Sep 17 00:00:00 2001 From: Rafael Roquetto Date: Tue, 15 Jan 2013 10:04:55 -0200 Subject: Device mkspec for BlackBerry Playbook MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4a437ce2da7c94b49c747e9fcdc9ec622ef51ddc Reviewed-by: Donald Carr Reviewed-by: Sérgio Martins Reviewed-by: Sean Harmer Reviewed-by: Kevin Krammer Reviewed-by: Oswald Buddenhagen --- .../blackberry-playbook-armv7le-qcc/qmake.conf | 7 ++++ .../qplatformdefs.h | 42 ++++++++++++++++++++++ .../devices/blackberry-playbook-x86-qcc/qmake.conf | 7 ++++ .../blackberry-playbook-x86-qcc/qplatformdefs.h | 42 ++++++++++++++++++++++ 4 files changed, 98 insertions(+) create mode 100644 mkspecs/devices/blackberry-playbook-armv7le-qcc/qmake.conf create mode 100644 mkspecs/devices/blackberry-playbook-armv7le-qcc/qplatformdefs.h create mode 100644 mkspecs/devices/blackberry-playbook-x86-qcc/qmake.conf create mode 100644 mkspecs/devices/blackberry-playbook-x86-qcc/qplatformdefs.h diff --git a/mkspecs/devices/blackberry-playbook-armv7le-qcc/qmake.conf b/mkspecs/devices/blackberry-playbook-armv7le-qcc/qmake.conf new file mode 100644 index 0000000000..07bc437e34 --- /dev/null +++ b/mkspecs/devices/blackberry-playbook-armv7le-qcc/qmake.conf @@ -0,0 +1,7 @@ +# +# qmake configuration for the Blackberry Playbook armv7le +# + +include(../../blackberry-armv7le-qcc/qmake.conf) + +DEFINES += Q_OS_BLACKBERRY_TABLET diff --git a/mkspecs/devices/blackberry-playbook-armv7le-qcc/qplatformdefs.h b/mkspecs/devices/blackberry-playbook-armv7le-qcc/qplatformdefs.h new file mode 100644 index 0000000000..127ca957dd --- /dev/null +++ b/mkspecs/devices/blackberry-playbook-armv7le-qcc/qplatformdefs.h @@ -0,0 +1,42 @@ +/**************************************************************************** +** +** Copyright (C) 2013 Klarälvdalens Datakonsult AB +** Contact: http://www.qt-project.org/legal +** +** This file is part of the QtCore module of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** Commercial License Usage +** Licensees holding valid commercial Qt licenses may use this file in +** accordance with the commercial license agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and Digia. For licensing terms and +** conditions see http://qt.digia.com/licensing. For further information +** use the contact form at http://qt.digia.com/contact-us. +** +** GNU Lesser General Public License Usage +** Alternatively, 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, Digia gives you certain additional +** rights. These rights are described in the Digia 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. +** +** +** $QT_END_LICENSE$ +** +****************************************************************************/ + +#include "../../blackberry-armv7le-qcc/qplatformdefs.h" diff --git a/mkspecs/devices/blackberry-playbook-x86-qcc/qmake.conf b/mkspecs/devices/blackberry-playbook-x86-qcc/qmake.conf new file mode 100644 index 0000000000..054e634ac8 --- /dev/null +++ b/mkspecs/devices/blackberry-playbook-x86-qcc/qmake.conf @@ -0,0 +1,7 @@ +# +# qmake configuration for the Blackberry Playbook x86 +# + +include(../../blackberry-x86-qcc/qmake.conf) + +DEFINES += Q_OS_BLACKBERRY_TABLET diff --git a/mkspecs/devices/blackberry-playbook-x86-qcc/qplatformdefs.h b/mkspecs/devices/blackberry-playbook-x86-qcc/qplatformdefs.h new file mode 100644 index 0000000000..80a62006a0 --- /dev/null +++ b/mkspecs/devices/blackberry-playbook-x86-qcc/qplatformdefs.h @@ -0,0 +1,42 @@ +/**************************************************************************** +** +** Copyright (C) 2013 Klarälvdalens Datakonsult AB +** Contact: http://www.qt-project.org/legal +** +** This file is part of the QtCore module of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** Commercial License Usage +** Licensees holding valid commercial Qt licenses may use this file in +** accordance with the commercial license agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and Digia. For licensing terms and +** conditions see http://qt.digia.com/licensing. For further information +** use the contact form at http://qt.digia.com/contact-us. +** +** GNU Lesser General Public License Usage +** Alternatively, 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, Digia gives you certain additional +** rights. These rights are described in the Digia 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. +** +** +** $QT_END_LICENSE$ +** +****************************************************************************/ + +#include "../../blackberry-x86-qcc/qplatformdefs.h" -- cgit v1.2.3