From 3e5a32e9a40916e0bae882ba22b9d2b1131d6326 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Tue, 16 Jun 2015 10:48:15 +0200 Subject: Remove BlackBerry as supported platform from QtNfc [ChangeLog][QtNfc][Platform Specific Changes] Removed support for Blackberry 10 from QtNfc. Change-Id: Ideca878656826de7d04dda96bd213895433a3737 Reviewed-by: Rafael Roquetto --- config.tests/libbb2/libbb2.pro | 5 ----- config.tests/libbb2/main.cpp | 39 --------------------------------------- 2 files changed, 44 deletions(-) delete mode 100644 config.tests/libbb2/libbb2.pro delete mode 100644 config.tests/libbb2/main.cpp (limited to 'config.tests') diff --git a/config.tests/libbb2/libbb2.pro b/config.tests/libbb2/libbb2.pro deleted file mode 100644 index 92c9b765..00000000 --- a/config.tests/libbb2/libbb2.pro +++ /dev/null @@ -1,5 +0,0 @@ -TEMPLATE = app - -TARGET = blackberry - -SOURCES += main.cpp diff --git a/config.tests/libbb2/main.cpp b/config.tests/libbb2/main.cpp deleted file mode 100644 index f606744b..00000000 --- a/config.tests/libbb2/main.cpp +++ /dev/null @@ -1,39 +0,0 @@ -/**************************************************************************** -** -** Copyright (C) 2014 BlackBerry Limited. All rights reserved. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of the QtConnectivity module of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL21$ -** 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 The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/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 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** As a special exception, The Qt Company gives you certain additional -** rights. These rights are described in The Qt Company LGPL Exception -** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. -** -** $QT_END_LICENSE$ -** -****************************************************************************/ -#define BB_CORE_GLOBAL_HPP -#include "bb2/bb/Global" - -int main() -{ - return 0; -} -- cgit v1.2.3