summaryrefslogtreecommitdiff
path: root/config.tests
diff options
context:
space:
mode:
authorVaL Doroshchuk <valentyn.doroshchuk@qt.io>2020-06-02 10:56:48 +0200
committerVaL Doroshchuk <valentyn.doroshchuk@qt.io>2020-08-03 11:31:17 +0200
commit9c9bc7e6b95bb3c3d4f5347b6c70cbd15c74c69c (patch)
tree74df82b4ea1e7c617f7664ac90eef5ec3be94207 /config.tests
parenta553c7d1b63defc963a043e363f8d75d255e9c72 (diff)
downloadqtmultimedia-9c9bc7e6b95bb3c3d4f5347b6c70cbd15c74c69c.tar.gz
Remove AudioEngine
Task-number: QTBUG-74423 Fixes: QTBUG-84596 Change-Id: I21184ee24cbcbd5091e3466b132301e80bfad7d8 Reviewed-by: Liang Qi <liang.qi@qt.io>
Diffstat (limited to 'config.tests')
-rw-r--r--config.tests/openal/main.cpp38
-rw-r--r--config.tests/openal/openal.pro3
2 files changed, 0 insertions, 41 deletions
diff --git a/config.tests/openal/main.cpp b/config.tests/openal/main.cpp
deleted file mode 100644
index 32175396f..000000000
--- a/config.tests/openal/main.cpp
+++ /dev/null
@@ -1,38 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of the plugins 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(HEADER_OPENAL_PREFIX)
-#include <OpenAL/al.h>
-#else
-#include <AL/al.h>
-#endif
-
-int main(int argc, char** argv)
-{
- return 0;
-}
diff --git a/config.tests/openal/openal.pro b/config.tests/openal/openal.pro
deleted file mode 100644
index 1aa1271c6..000000000
--- a/config.tests/openal/openal.pro
+++ /dev/null
@@ -1,3 +0,0 @@
-SOURCES += main.cpp
-
-mac: DEFINES += HEADER_OPENAL_PREFIX