diff options
author | Rafael Roquetto <rafael.roquetto@kdab.com> | 2012-10-09 12:31:44 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-11-28 12:29:35 (GMT) |
commit | 5b01e3d9b0295e962a329e02e8ccd9a2e94a45e3 (patch) | |
tree | 97bcaafe7397167c6beb7567b35712e54720284d /mkspecs | |
parent | 966d08028c8499db2c12c33a4de79ea261a689a6 (diff) | |
download | Qt-5b01e3d9b0295e962a329e02e8ccd9a2e94a45e3.zip Qt-5b01e3d9b0295e962a329e02e8ccd9a2e94a45e3.tar.gz Qt-5b01e3d9b0295e962a329e02e8ccd9a2e94a45e3.tar.bz2 |
Device mkspec for Blackberry Playbook
This defines Q_OS_BLACKBERRY_TABLET. This define is not necessary on Qt5.
Change-Id: I2e2553f3b33d896df9e219c12e738251eed8a231
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
Diffstat (limited to 'mkspecs')
4 files changed, 98 insertions, 0 deletions
diff --git a/mkspecs/blackberry-playbook-armv7le-qcc/qmake.conf b/mkspecs/blackberry-playbook-armv7le-qcc/qmake.conf new file mode 100644 index 0000000..ed3174c --- /dev/null +++ b/mkspecs/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/blackberry-playbook-armv7le-qcc/qplatformdefs.h b/mkspecs/blackberry-playbook-armv7le-qcc/qplatformdefs.h new file mode 100644 index 0000000..bd9bc8b --- /dev/null +++ b/mkspecs/blackberry-playbook-armv7le-qcc/qplatformdefs.h @@ -0,0 +1,42 @@ +/**************************************************************************** +** +** Copyright (C) 2012 Klarälvdalens Datakonsult AB <info@kdab.com> +** 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/blackberry-playbook-x86-qcc/qmake.conf b/mkspecs/blackberry-playbook-x86-qcc/qmake.conf new file mode 100644 index 0000000..f9f4303 --- /dev/null +++ b/mkspecs/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/blackberry-playbook-x86-qcc/qplatformdefs.h b/mkspecs/blackberry-playbook-x86-qcc/qplatformdefs.h new file mode 100644 index 0000000..f12e5dc --- /dev/null +++ b/mkspecs/blackberry-playbook-x86-qcc/qplatformdefs.h @@ -0,0 +1,42 @@ +/**************************************************************************** +** +** Copyright (C) 2012 Klarälvdalens Datakonsult AB <info@kdab.com> +** 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" |