summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/qaccessibility/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/qaccessibility/.prev_CMakeLists.txt')
-rw-r--r--tests/auto/other/qaccessibility/.prev_CMakeLists.txt40
1 files changed, 0 insertions, 40 deletions
diff --git a/tests/auto/other/qaccessibility/.prev_CMakeLists.txt b/tests/auto/other/qaccessibility/.prev_CMakeLists.txt
deleted file mode 100644
index edbea40cc2..0000000000
--- a/tests/auto/other/qaccessibility/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,40 +0,0 @@
-# Generated from qaccessibility.pro.
-
-if(NOT QT_FEATURE_accessibility)
- return()
-endif()
-
-#####################################################################
-## tst_qaccessibility Test:
-#####################################################################
-
-qt_add_test(tst_qaccessibility
- SOURCES
- accessiblewidgets.h
- tst_qaccessibility.cpp
- PUBLIC_LIBRARIES
- Qt::CorePrivate
- Qt::Gui
- Qt::GuiPrivate
- Qt::TestPrivate
- Qt::WidgetsPrivate
-)
-
-#### Keys ignored in scope 1:.:.:qaccessibility.pro:<TRUE>:
-# _REQUIREMENTS = "qtConfig(accessibility)"
-
-## Scopes:
-#####################################################################
-
-qt_extend_target(tst_qaccessibility CONDITION UNIX AND NOT APPLE AND NOT HAIKU AND NOT integity
- PUBLIC_LIBRARIES
- m
-)
-
-qt_extend_target(tst_qaccessibility CONDITION WIN32
- PUBLIC_LIBRARIES
- ole32
- oleacc
- oleaut32
- uuid
-)