summaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-06-16 10:48:15 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-06-18 08:03:37 +0000
commit3e5a32e9a40916e0bae882ba22b9d2b1131d6326 (patch)
tree565842aa1aa123cdf1589ca99f6862f2a9d7bcf5 /config.tests
parent9f77e292036b5eaffa353f7a783416be6b8f9902 (diff)
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 <rafael.roquetto@kdab.com>
Diffstat (limited to 'config.tests')
-rw-r--r--config.tests/libbb2/libbb2.pro5
-rw-r--r--config.tests/libbb2/main.cpp39
2 files changed, 0 insertions, 44 deletions
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;
-}