aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2021-06-01 18:44:55 +0200
committerDominik Holland <dominik.holland@qt.io>2021-06-02 21:18:05 +0200
commit993fac0f65a3b9ed1dd20f9a28777bccd8fb17ef (patch)
treeb6b3fb924193301f1aa593643e701cbc5afdb3fb
parentef492e0bda44ab6de8fc29f1512424665ad3799e (diff)
Remove obsolete config.tests
Because of the cmake port, those are not needed anymore. Change-Id: I948257c5d5d5d8ed39c6cb2ab59b05615abb2448 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
-rw-r--r--config.tests/dlt/CMakeLists.txt23
-rw-r--r--config.tests/dlt/dlt.pro1
-rw-r--r--config.tests/dlt/main.cpp47
-rw-r--r--config.tests/taglib/CMakeLists.txt23
-rw-r--r--config.tests/taglib/main.cpp47
-rw-r--r--config.tests/taglib/taglib.pro1
6 files changed, 0 insertions, 142 deletions
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 <dlt.h>
-
-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 <taglib.h>
-
-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