From 414a61978932a6525bb15c2d6c06bd5e3be6608a Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Tue, 6 Aug 2019 18:45:24 +0200 Subject: Move alsa test to configure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ifdd476c0b58763be009d208a5f9d4c23305b6baa Reviewed-by: Jörg Bornemann --- config.tests/alsa/alsa.pro | 2 -- config.tests/alsa/alsatest.cpp | 37 ------------------------------------- 2 files changed, 39 deletions(-) delete mode 100644 config.tests/alsa/alsa.pro delete mode 100644 config.tests/alsa/alsatest.cpp (limited to 'config.tests') diff --git a/config.tests/alsa/alsa.pro b/config.tests/alsa/alsa.pro deleted file mode 100644 index 7322b6fb8..000000000 --- a/config.tests/alsa/alsa.pro +++ /dev/null @@ -1,2 +0,0 @@ -SOURCES = alsatest.cpp - diff --git a/config.tests/alsa/alsatest.cpp b/config.tests/alsa/alsatest.cpp deleted file mode 100644 index 0b0ca71ec..000000000 --- a/config.tests/alsa/alsatest.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 QtWebEngine module of the Qt Toolkit. -** -** $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 -#if SND_LIB_VERSION < 0x1000a // 1.0.10 -#error "Alsa version found too old, require >= 1.0.10" -#endif - -int main(int argc, char **argv) -{ -} - -- cgit v1.2.1 From 8b45a0998c6f4cf28ebb51e816018a2a7416bdfd Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Wed, 7 Aug 2019 10:39:58 +0200 Subject: Move xml2,glibc test to configure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I047f04a48d489730922093a9929e3609524dd06f Reviewed-by: Jörg Bornemann --- config.tests/glibc/glibc.cpp | 38 -------------------------------------- config.tests/glibc/glibc.pro | 5 ----- config.tests/xml2/xml2.cpp | 37 ------------------------------------- config.tests/xml2/xml2.pro | 3 --- 4 files changed, 83 deletions(-) delete mode 100644 config.tests/glibc/glibc.cpp delete mode 100644 config.tests/glibc/glibc.pro delete mode 100644 config.tests/xml2/xml2.cpp delete mode 100644 config.tests/xml2/xml2.pro (limited to 'config.tests') diff --git a/config.tests/glibc/glibc.cpp b/config.tests/glibc/glibc.cpp deleted file mode 100644 index e78994b64..000000000 --- a/config.tests/glibc/glibc.cpp +++ /dev/null @@ -1,38 +0,0 @@ -/**************************************************************************** -** -** Copyright (C) 2019 The Qt Company Ltd. -** Contact: https://www.qt.io/licensing/ -** -** This file is part of the QtWebEngine module of the Qt Toolkit. -** -** $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 - -#if __GLIBC__ < 2 || __GLIBC_MINOR__ < 27 -#error glibc versions below 2.27 are not supported -#endif - -int main(int , char **) { - return 0; -} - diff --git a/config.tests/glibc/glibc.pro b/config.tests/glibc/glibc.pro deleted file mode 100644 index f72bfb804..000000000 --- a/config.tests/glibc/glibc.pro +++ /dev/null @@ -1,5 +0,0 @@ -TARGET = glibc -SOURCES = glibc.cpp -CONFIG -= qt -CONFIG += console - diff --git a/config.tests/xml2/xml2.cpp b/config.tests/xml2/xml2.cpp deleted file mode 100644 index 497653d9c..000000000 --- a/config.tests/xml2/xml2.cpp +++ /dev/null @@ -1,37 +0,0 @@ -/**************************************************************************** -** -** Copyright (C) 2018 The Qt Company Ltd. -** Contact: https://www.qt.io/licensing/ -** -** This file is part of the QtWebEngine module of the Qt Toolkit. -** -** $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 -#if !defined(LIBXML_ICU_ENABLED) -#error "libxml icu not enabled" -#endif - -int main(int argc, char **argv) -{ -} - diff --git a/config.tests/xml2/xml2.pro b/config.tests/xml2/xml2.pro deleted file mode 100644 index 6fad45f2f..000000000 --- a/config.tests/xml2/xml2.pro +++ /dev/null @@ -1,3 +0,0 @@ -SOURCES = xml2.cpp -CONFIG += link_pkgconfig -PKGCONFIG += libxml-2.0 -- cgit v1.2.1 From 63b6f748f1073599845d57ee4f73aecad8182a33 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Wed, 7 Aug 2019 15:24:20 +0200 Subject: Move snappy test to configure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I585e7f9aa19d03ca164e9419e55997526aeaca86 Reviewed-by: Jörg Bornemann --- config.tests/snappy/snappy.cpp | 36 ------------------------------------ config.tests/snappy/snappy.pro | 3 --- 2 files changed, 39 deletions(-) delete mode 100644 config.tests/snappy/snappy.cpp delete mode 100644 config.tests/snappy/snappy.pro (limited to 'config.tests') diff --git a/config.tests/snappy/snappy.cpp b/config.tests/snappy/snappy.cpp deleted file mode 100644 index d52c73bd0..000000000 --- a/config.tests/snappy/snappy.cpp +++ /dev/null @@ -1,36 +0,0 @@ -/**************************************************************************** -** -** Copyright (C) 2016 The Qt Company Ltd. -** Contact: https://www.qt.io/licensing/ -** -** This file is part of the QtWebEngine module of the Qt Toolkit. -** -** $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 - -int main(int, char **) -{ - snappy::Source* src = 0; - snappy::Sink* sink = 0; - return 0; -} diff --git a/config.tests/snappy/snappy.pro b/config.tests/snappy/snappy.pro deleted file mode 100644 index 890174a13..000000000 --- a/config.tests/snappy/snappy.pro +++ /dev/null @@ -1,3 +0,0 @@ -linux:SOURCES += snappy.cpp -LIBS += -lsnappy -CONFIG -= qt -- cgit v1.2.1 From b92aa117eb84a4023eca7f9e4def7a71f603b586 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Wed, 7 Aug 2019 17:37:08 +0200 Subject: Move libvpx test to configure Change-Id: I669b9d4cc28765b134386752d1fc14d14fa5b1dc Reviewed-by: Allan Sandfeld Jensen --- config.tests/libvpx/libvpx.cpp | 41 ----------------------------------------- config.tests/libvpx/libvpx.pro | 4 ---- 2 files changed, 45 deletions(-) delete mode 100644 config.tests/libvpx/libvpx.cpp delete mode 100644 config.tests/libvpx/libvpx.pro (limited to 'config.tests') diff --git a/config.tests/libvpx/libvpx.cpp b/config.tests/libvpx/libvpx.cpp deleted file mode 100644 index 06c34476b..000000000 --- a/config.tests/libvpx/libvpx.cpp +++ /dev/null @@ -1,41 +0,0 @@ -/**************************************************************************** -** -** Copyright (C) 2016 The Qt Company Ltd. -** Contact: https://www.qt.io/licensing/ -** -** This file is part of the QtWebEngine module of the Qt Toolkit. -** -** $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 - -int main(int, char **) -{ - vpx_codec_cx_pkt pkt; - // Members added (as ints) by - // https://chromium-review.googlesource.com/c/webm/libvpx/+/798222 - // And changed to int arrays by - // https://chromium-review.googlesource.com/c/webm/libvpx/+/879089 - pkt.data.frame.width[0] = 0u; - pkt.data.frame.height[0] = 0u; - return 0; -} diff --git a/config.tests/libvpx/libvpx.pro b/config.tests/libvpx/libvpx.pro deleted file mode 100644 index 13ce13647..000000000 --- a/config.tests/libvpx/libvpx.pro +++ /dev/null @@ -1,4 +0,0 @@ -SOURCES += libvpx.cpp -CONFIG += link_pkgconfig -PKGCONFIG += vpx -CONFIG -= qt -- cgit v1.2.1 From f45e938472f64e9bf2d38a2000e9e93db52016d9 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Wed, 7 Aug 2019 18:10:21 +0200 Subject: Move khr test to configure Change-Id: Ic213555705f12a46283c62410bf9a477f03c05c0 Reviewed-by: Allan Sandfeld Jensen --- config.tests/khr/khr.cpp | 34 ---------------------------------- config.tests/khr/khr.pro | 6 ------ 2 files changed, 40 deletions(-) delete mode 100644 config.tests/khr/khr.cpp delete mode 100644 config.tests/khr/khr.pro (limited to 'config.tests') diff --git a/config.tests/khr/khr.cpp b/config.tests/khr/khr.cpp deleted file mode 100644 index df81bd6b2..000000000 --- a/config.tests/khr/khr.cpp +++ /dev/null @@ -1,34 +0,0 @@ -/**************************************************************************** -** -** Copyright (C) 2016 The Qt Company Ltd. -** Contact: https://www.qt.io/licensing/ -** -** This file is part of the QtWebEngine module of the Qt Toolkit. -** -** $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 - -int main(int, char **) -{ - return 0; -} diff --git a/config.tests/khr/khr.pro b/config.tests/khr/khr.pro deleted file mode 100644 index b8e935f5a..000000000 --- a/config.tests/khr/khr.pro +++ /dev/null @@ -1,6 +0,0 @@ -!isEmpty(QMAKE_INCDIR_EGL): INCLUDEPATH += $$QMAKE_INCDIR_EGL -!isEmpty(QMAKE_INCDIR_OPENGL): INCLUDEPATH += $$QMAKE_INCDIR_OPENGL - -CONFIG-=qt - -linux:SOURCES += khr.cpp -- cgit v1.2.1 From 113f866f4d0d60f11de0aa6cb19b5e20e64695d9 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Wed, 7 Aug 2019 18:17:07 +0200 Subject: Move re2 test to configure Change-Id: I76aa5c544a5930982e1d1b0ed28a75e88ec65e48 Reviewed-by: Allan Sandfeld Jensen --- config.tests/re2/re2.cpp | 36 ------------------------------------ config.tests/re2/re2.pro | 3 --- 2 files changed, 39 deletions(-) delete mode 100644 config.tests/re2/re2.cpp delete mode 100644 config.tests/re2/re2.pro (limited to 'config.tests') diff --git a/config.tests/re2/re2.cpp b/config.tests/re2/re2.cpp deleted file mode 100644 index bd3b80a82..000000000 --- a/config.tests/re2/re2.cpp +++ /dev/null @@ -1,36 +0,0 @@ -/**************************************************************************** -** -** Copyright (C) 2017 The Qt Company Ltd. -** Contact: https://www.qt.io/licensing/ -** -** This file is part of the QtWebEngine module of the Qt Toolkit. -** -** $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 - -int main(int, char **) -{ - std::string s("dummytest"); - RE2 re2(s); - return 0; -} diff --git a/config.tests/re2/re2.pro b/config.tests/re2/re2.pro deleted file mode 100644 index b1a26d918..000000000 --- a/config.tests/re2/re2.pro +++ /dev/null @@ -1,3 +0,0 @@ -SOURCES += re2.cpp -LIBS += -lre2 -CONFIG -= qt -- cgit v1.2.1 From f7197bd7e106fb3dc875616e26a22e131ed733e4 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Wed, 7 Aug 2019 18:26:29 +0200 Subject: Move winversion test to configure Change-Id: I5e0544415298b0e6b10e55f91d93d05eef81ccc4 Reviewed-by: Allan Sandfeld Jensen --- config.tests/winversion/winversion.cpp | 36 ---------------------------------- config.tests/winversion/winversion.pro | 3 --- 2 files changed, 39 deletions(-) delete mode 100644 config.tests/winversion/winversion.cpp delete mode 100644 config.tests/winversion/winversion.pro (limited to 'config.tests') diff --git a/config.tests/winversion/winversion.cpp b/config.tests/winversion/winversion.cpp deleted file mode 100644 index e9a4cff59..000000000 --- a/config.tests/winversion/winversion.cpp +++ /dev/null @@ -1,36 +0,0 @@ -/**************************************************************************** -** -** Copyright (C) 2017 The Qt Company Ltd. -** Contact: https://www.qt.io/licensing/ -** -** This file is part of the QtWebEngine module of the Qt Toolkit. -** -** $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$ -** -****************************************************************************/ - -#if !defined(__clang__) && _MSC_FULL_VER < 191426428 -#error unsupported Visual Studio version -#endif - -int main(int, char **) -{ - return 0; -} diff --git a/config.tests/winversion/winversion.pro b/config.tests/winversion/winversion.pro deleted file mode 100644 index dc501a2f6..000000000 --- a/config.tests/winversion/winversion.pro +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG-=qt -CONFIG+=console -win32: SOURCES += winversion.cpp -- cgit v1.2.1