2012-05-10 21:52:05 +00:00
|
|
|
CONFIG += testcase
|
2012-10-16 12:34:14 +00:00
|
|
|
|
|
|
|
# This is temporary to start running the test as part of normal CI.
|
2012-10-27 09:46:37 +00:00
|
|
|
CONFIG += insignificant_test # QTBUG-27732
|
2012-10-16 12:34:14 +00:00
|
|
|
|
2012-11-01 16:50:56 +00:00
|
|
|
include($$QT_SOURCE_TREE/src/platformsupport/linuxaccessibility/linuxaccessibility.pri)
|
2012-10-16 12:34:14 +00:00
|
|
|
|
2012-05-10 21:52:05 +00:00
|
|
|
TARGET = tst_qaccessibilitylinux
|
2012-11-01 16:50:56 +00:00
|
|
|
SOURCES += tst_qaccessibilitylinux.cpp
|
2012-05-10 21:52:05 +00:00
|
|
|
|
|
|
|
CONFIG += gui
|
|
|
|
|
2012-08-21 11:18:40 +00:00
|
|
|
QT += gui gui-private widgets dbus testlib
|
2012-05-10 21:52:05 +00:00
|
|
|
|