summaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-03-15 11:25:05 +1000
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-03-15 11:29:24 +1000
commitad19b397c52186acd76f0bbf43fe9b90ca5a5442 (patch)
treee75f635be9bd257afeb20e5b29d6ca8075151f4f /config.tests
parente7aee79a5606dd7d58d155fb05568f6f3d469a2c (diff)
Remove configure test for NetworkManager.
The NetworkManager plugin for Brearer Management no longer has a compile time dependency on NetworkManager. Task-number: QTBUG-9005
Diffstat (limited to 'config.tests')
-rw-r--r--config.tests/unix/networkmanager/main.cpp51
-rw-r--r--config.tests/unix/networkmanager/networkmanager.pro3
2 files changed, 0 insertions, 54 deletions
diff --git a/config.tests/unix/networkmanager/main.cpp b/config.tests/unix/networkmanager/main.cpp
deleted file mode 100644
index 7b91ae0372..0000000000
--- a/config.tests/unix/networkmanager/main.cpp
+++ /dev/null
@@ -1,51 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
-**
-** This file is part of the config.tests of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:LGPL$
-** No Commercial Usage
-** This file contains pre-release code and may not be distributed.
-** You may use this file in accordance with the terms and conditions
-** contained in the Technology Preview License Agreement accompanying
-** this package.
-**
-** 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, 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.
-**
-** If you have questions regarding the use of this file, please contact
-** Nokia at qt-info@nokia.com.
-**
-**
-**
-**
-**
-**
-**
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-#if defined(QT_NO_DBUS)
-#error Qt is not configured with DBus support.
-#endif
-
-#include <NetworkManager/NetworkManager.h>
-
-int main(int argc, char** argv)
-{
- return 0;
-}
diff --git a/config.tests/unix/networkmanager/networkmanager.pro b/config.tests/unix/networkmanager/networkmanager.pro
deleted file mode 100644
index c41204f49f..0000000000
--- a/config.tests/unix/networkmanager/networkmanager.pro
+++ /dev/null
@@ -1,3 +0,0 @@
-SOURCES = main.cpp
-CONFIG -= qt dylib
-mac:CONFIG -= app_bundle