summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/qaccessibility/qaccessibility.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/qaccessibility/qaccessibility.pro')
-rw-r--r--tests/auto/other/qaccessibility/qaccessibility.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/auto/other/qaccessibility/qaccessibility.pro b/tests/auto/other/qaccessibility/qaccessibility.pro
deleted file mode 100644
index 65fdbdc103..0000000000
--- a/tests/auto/other/qaccessibility/qaccessibility.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qaccessibility
-requires(qtConfig(accessibility))
-QT += testlib core-private gui-private widgets-private testlib-private
-SOURCES += tst_qaccessibility.cpp
-HEADERS += accessiblewidgets.h
-
-unix:!darwin:!haiku:!integity: LIBS += -lm
-
-win32 {
- LIBS += -loleacc -loleaut32
- QMAKE_USE += ole32 uuid
-}