summaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-12-18 08:54:44 +0100
committerLars Knoll <lars.knoll@qt.io>2021-01-20 19:14:09 +0000
commitaa441d63a1ed0843f4632da2d0a97a7b8bb24b43 (patch)
tree0059466afbde487245696891431d4cfbc26ee557 /config.tests
parent5acdceb51f18e46d31ae3a99844a751c6742c8dc (diff)
Remove the DirectShow backend
It's been deprecated by Microsoft since quite some time. We should only have one backend on Windows, and then WMF seems to be the correct one. WMF is missing features like Camera, so some additional implementation work on WMF will be required. Change-Id: I5c3db4020b130efa78575c9da116a8ae6c34f7a1 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/directshow/directshow.pro4
-rw-r--r--config.tests/directshow/main.cpp36
-rw-r--r--config.tests/wshellitem/main.cpp37
-rw-r--r--config.tests/wshellitem/wshellitem.pro4
4 files changed, 0 insertions, 81 deletions
diff --git a/config.tests/directshow/directshow.pro b/config.tests/directshow/directshow.pro
deleted file mode 100644
index abb9ba83a..000000000
--- a/config.tests/directshow/directshow.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-CONFIG -= qt
-CONFIG += console
-
-SOURCES += main.cpp
diff --git a/config.tests/directshow/main.cpp b/config.tests/directshow/main.cpp
deleted file mode 100644
index 25e36f966..000000000
--- a/config.tests/directshow/main.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 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 <dshow.h>
-#include <d3d9.h>
-#include <vmr9.h>
-
-int main(int, char**)
-{
- return 0;
-}
diff --git a/config.tests/wshellitem/main.cpp b/config.tests/wshellitem/main.cpp
deleted file mode 100644
index 459992b77..000000000
--- a/config.tests/wshellitem/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 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 <shlobj.h>
-
-int main(int, char**)
-{
- IShellItem2 *item;
- IPropertyStore *store;
-
- return 0;
-}
diff --git a/config.tests/wshellitem/wshellitem.pro b/config.tests/wshellitem/wshellitem.pro
deleted file mode 100644
index abb9ba83a..000000000
--- a/config.tests/wshellitem/wshellitem.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-CONFIG -= qt
-CONFIG += console
-
-SOURCES += main.cpp