summaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
authorXizhi Zhu <xizhi.zhu@nokia.com>2012-01-04 14:07:01 +0200
committerQt by Nokia <qt-info@nokia.com>2012-01-05 07:21:12 +0100
commit6ad9a1e8e88fae91d3119cf381e8bea54cafb58c (patch)
treeee77d38c49ee63fa64a24b9736ceab855e7101f9 /config.tests
parent5b6c041c2437b34763462545dc59e5256fa7689c (diff)
Remove support for ContextKit in P&S.
Change-Id: I6f2178f08ce7921752fafde9a521ca9d3e013bf4 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'config.tests')
-rw-r--r--config.tests/contextkit/contextkit.pro8
-rw-r--r--config.tests/contextkit/main.cpp51
2 files changed, 0 insertions, 59 deletions
diff --git a/config.tests/contextkit/contextkit.pro b/config.tests/contextkit/contextkit.pro
deleted file mode 100644
index 7ebc384e..00000000
--- a/config.tests/contextkit/contextkit.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-TEMPLATE = app
-
-CONFIG += link_pkgconfig
-PKGCONFIG += contextsubscriber-1.0 contextprovider-1.0
-
-TARGET = contextkit
-
-SOURCES += main.cpp
diff --git a/config.tests/contextkit/main.cpp b/config.tests/contextkit/main.cpp
deleted file mode 100644
index ea4eb164..00000000
--- a/config.tests/contextkit/main.cpp
+++ /dev/null
@@ -1,51 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
-**
-** This file is part of the QtSystems module 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 <contextproperty.h>
-#include <context/property.h>
-#include <context/service.h>
-#include <contextregistryinfo.h>
-#include <contextpropertyinfo.h>
-
-int main()
-{
- return 0;
-}