summaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-12-14 12:53:21 +0100
committerLars Knoll <lars.knoll@qt.io>2021-01-20 15:08:41 +0000
commit397cb94d6882940114cb6c96a88e8ac0b64203a4 (patch)
treed2ac9e1440a208e9fdf2f04d3b2f13d177021c89 /config.tests
parent46381711557aad4f264470e555c77f7d6d07cbb9 (diff)
Get rid of the unused resource policy and availability control
The only implementation of this was using some Nokia specific library, that hasn't existed since 2012 anymore. Change-Id: Ieaec2176ad8e4fc170bb5254944fffc41edccefa Reviewed-by: Doris Verria <doris.verria@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'config.tests')
-rw-r--r--config.tests/resourcepolicy/main.cpp37
-rw-r--r--config.tests/resourcepolicy/resourcepolicy.pro2
2 files changed, 0 insertions, 39 deletions
diff --git a/config.tests/resourcepolicy/main.cpp b/config.tests/resourcepolicy/main.cpp
deleted file mode 100644
index b1b0ecd5a..000000000
--- a/config.tests/resourcepolicy/main.cpp
+++ /dev/null
@@ -1,37 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of the Qt Mobility Components.
-**
-** $QT_BEGIN_LICENSE:GPL-EXCEPT$
-** 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 https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-#include <policy/resource.h>
-#include <policy/resources.h>
-#include <policy/resource-set.h>
-
-int main(int argc, char** argv)
-{
- ResourcePolicy::ResourceSet *set = new ResourcePolicy::ResourceSet("player", 0);
- return 0;
-}
diff --git a/config.tests/resourcepolicy/resourcepolicy.pro b/config.tests/resourcepolicy/resourcepolicy.pro
deleted file mode 100644
index 3f6c64360..000000000
--- a/config.tests/resourcepolicy/resourcepolicy.pro
+++ /dev/null
@@ -1,2 +0,0 @@
-SOURCES += main.cpp
-