From 993fac0f65a3b9ed1dd20f9a28777bccd8fb17ef Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Tue, 1 Jun 2021 18:44:55 +0200 Subject: Remove obsolete config.tests Because of the cmake port, those are not needed anymore. Change-Id: I948257c5d5d5d8ed39c6cb2ab59b05615abb2448 Reviewed-by: Robert Griebl --- config.tests/dlt/CMakeLists.txt | 23 ------------------- config.tests/dlt/dlt.pro | 1 - config.tests/dlt/main.cpp | 47 -------------------------------------- config.tests/taglib/CMakeLists.txt | 23 ------------------- config.tests/taglib/main.cpp | 47 -------------------------------------- config.tests/taglib/taglib.pro | 1 - 6 files changed, 142 deletions(-) delete mode 100644 config.tests/dlt/CMakeLists.txt delete mode 100644 config.tests/dlt/dlt.pro delete mode 100644 config.tests/dlt/main.cpp delete mode 100644 config.tests/taglib/CMakeLists.txt delete mode 100644 config.tests/taglib/main.cpp delete mode 100644 config.tests/taglib/taglib.pro diff --git a/config.tests/dlt/CMakeLists.txt b/config.tests/dlt/CMakeLists.txt deleted file mode 100644 index f85954f..0000000 --- a/config.tests/dlt/CMakeLists.txt +++ /dev/null @@ -1,23 +0,0 @@ -# Generated from dlt.pro. - -cmake_minimum_required(VERSION 3.14.0) -project(config_test_dlt LANGUAGES C CXX) - -foreach(p ${QT_CONFIG_COMPILE_TEST_PACKAGES}) - find_package(${p}) -endforeach() - -if(QT_CONFIG_COMPILE_TEST_LIBRARIES) - link_libraries(${QT_CONFIG_COMPILE_TEST_LIBRARIES}) -endif() -if(QT_CONFIG_COMPILE_TEST_LIBRARY_TARGETS) - foreach(lib ${QT_CONFIG_COMPILE_TEST_LIBRARY_TARGETS}) - if(TARGET ${lib}) - link_libraries(${lib}) - endif() - endforeach() -endif() - -add_executable(${PROJECT_NAME} - main.cpp -) diff --git a/config.tests/dlt/dlt.pro b/config.tests/dlt/dlt.pro deleted file mode 100644 index 28dcadc..0000000 --- a/config.tests/dlt/dlt.pro +++ /dev/null @@ -1 +0,0 @@ -SOURCES += main.cpp diff --git a/config.tests/dlt/main.cpp b/config.tests/dlt/main.cpp deleted file mode 100644 index acba278..0000000 --- a/config.tests/dlt/main.cpp +++ /dev/null @@ -1,47 +0,0 @@ -/**************************************************************************** -** -** Copyright (C) 2021 The Qt Company Ltd. -** Copyright (C) 2019 Luxoft Sweden AB -** Copyright (C) 2018 Pelagicore AG -** Contact: https://www.qt.io/licensing/ -** -** This file is part of the QtIvi module of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL$ -** 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 Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 3 as published by the Free Software -** Foundation and appearing in the file LICENSE.LGPL3 included in the -** packaging of this file. Please review the following information to -** ensure the GNU Lesser General Public License version 3 requirements -** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. -** -** GNU General Public License Usage -** Alternatively, this file may be used under the terms of the GNU -** General Public License version 2.0 or (at your option) the GNU General -** Public license version 3 or any later version approved by the KDE Free -** Qt Foundation. The licenses are as published by the Free Software -** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 -** 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-2.0.html and -** https://www.gnu.org/licenses/gpl-3.0.html. -** -** $QT_END_LICENSE$ -** -****************************************************************************/ - -#include - -int main() -{ - return 0; -} diff --git a/config.tests/taglib/CMakeLists.txt b/config.tests/taglib/CMakeLists.txt deleted file mode 100644 index 3924bb2..0000000 --- a/config.tests/taglib/CMakeLists.txt +++ /dev/null @@ -1,23 +0,0 @@ -# Generated from taglib.pro. - -cmake_minimum_required(VERSION 3.14.0) -project(config_test_taglib LANGUAGES C CXX) - -foreach(p ${QT_CONFIG_COMPILE_TEST_PACKAGES}) - find_package(${p}) -endforeach() - -if(QT_CONFIG_COMPILE_TEST_LIBRARIES) - link_libraries(${QT_CONFIG_COMPILE_TEST_LIBRARIES}) -endif() -if(QT_CONFIG_COMPILE_TEST_LIBRARY_TARGETS) - foreach(lib ${QT_CONFIG_COMPILE_TEST_LIBRARY_TARGETS}) - if(TARGET ${lib}) - link_libraries(${lib}) - endif() - endforeach() -endif() - -add_executable(${PROJECT_NAME} - main.cpp -) diff --git a/config.tests/taglib/main.cpp b/config.tests/taglib/main.cpp deleted file mode 100644 index f37e9b6..0000000 --- a/config.tests/taglib/main.cpp +++ /dev/null @@ -1,47 +0,0 @@ -/**************************************************************************** -** -** Copyright (C) 2021 The Qt Company Ltd. -** Copyright (C) 2019 Luxoft Sweden AB -** Copyright (C) 2018 Pelagicore AG -** Contact: https://www.qt.io/licensing/ -** -** This file is part of the QtIvi module of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL$ -** 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 Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 3 as published by the Free Software -** Foundation and appearing in the file LICENSE.LGPL3 included in the -** packaging of this file. Please review the following information to -** ensure the GNU Lesser General Public License version 3 requirements -** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. -** -** GNU General Public License Usage -** Alternatively, this file may be used under the terms of the GNU -** General Public License version 2.0 or (at your option) the GNU General -** Public license version 3 or any later version approved by the KDE Free -** Qt Foundation. The licenses are as published by the Free Software -** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 -** 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-2.0.html and -** https://www.gnu.org/licenses/gpl-3.0.html. -** -** $QT_END_LICENSE$ -** -****************************************************************************/ - -#include - -int main() -{ - return 0; -} diff --git a/config.tests/taglib/taglib.pro b/config.tests/taglib/taglib.pro deleted file mode 100644 index 28dcadc..0000000 --- a/config.tests/taglib/taglib.pro +++ /dev/null @@ -1 +0,0 @@ -SOURCES += main.cpp -- cgit v1.2.3