diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-03-15 01:25:05 (GMT) |
---|---|---|
committer | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-03-15 01:29:24 (GMT) |
commit | ad19b397c52186acd76f0bbf43fe9b90ca5a5442 (patch) | |
tree | e75f635be9bd257afeb20e5b29d6ca8075151f4f /config.tests/unix | |
parent | e7aee79a5606dd7d58d155fb05568f6f3d469a2c (diff) | |
download | Qt-ad19b397c52186acd76f0bbf43fe9b90ca5a5442.zip Qt-ad19b397c52186acd76f0bbf43fe9b90ca5a5442.tar.gz Qt-ad19b397c52186acd76f0bbf43fe9b90ca5a5442.tar.bz2 |
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/unix')
-rw-r--r-- | config.tests/unix/networkmanager/main.cpp | 51 | ||||
-rw-r--r-- | config.tests/unix/networkmanager/networkmanager.pro | 3 |
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 7b91ae0..0000000 --- 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 c41204f..0000000 --- a/config.tests/unix/networkmanager/networkmanager.pro +++ /dev/null @@ -1,3 +0,0 @@ -SOURCES = main.cpp -CONFIG -= qt dylib -mac:CONFIG -= app_bundle |