summaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
authorXizhi Zhu <xizhi.zhu@nokia.com>2011-08-24 09:52:22 +0300
committerQt by Nokia <qt-info@nokia.com>2011-08-24 09:52:50 +0200
commitd39aa4b04902d50208cd54e0f0b54a88b2176bfa (patch)
tree79c138441aed78f02b1696895b5b2ecb9236a817 /config.tests
parent928bfc79181b5ecd2d12c68a7b9e1aaaf268fadc (diff)
Remove compile test for blkid.
Change-Id: I9dd424e2fe24ea8043b3e8f912a533b8e9d0dc6d Reviewed-on: http://codereview.qt.nokia.com/3451 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Xizhi Zhu <xizhi.zhu@nokia.com>
Diffstat (limited to 'config.tests')
-rw-r--r--config.tests/blkid/blkid.pro8
-rw-r--r--config.tests/blkid/main.cpp47
2 files changed, 0 insertions, 55 deletions
diff --git a/config.tests/blkid/blkid.pro b/config.tests/blkid/blkid.pro
deleted file mode 100644
index 5e57822e..00000000
--- a/config.tests/blkid/blkid.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-TEMPLATE = app
-
-CONFIG += link_pkgconfig
-PKGCONFIG += blkid
-
-TARGET = blkid
-
-SOURCES += main.cpp
diff --git a/config.tests/blkid/main.cpp b/config.tests/blkid/main.cpp
deleted file mode 100644
index 9e461606..00000000
--- a/config.tests/blkid/main.cpp
+++ /dev/null
@@ -1,47 +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 <blkid/blkid.h>
-
-int main()
-{
- return 0;
-}