e8ed514e35
by default QT contains both core and gui already Change-Id: I6f5b551104e40a024468e7cb62e302134e9472ec Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
15 lines
349 B
Prolog
15 lines
349 B
Prolog
CONFIG += testcase
|
|
|
|
# This is temporary to start running the test as part of normal CI.
|
|
CONFIG += insignificant_test # QTBUG-27732
|
|
|
|
include($$QT_SOURCE_TREE/src/platformsupport/linuxaccessibility/linuxaccessibility.pri)
|
|
|
|
TARGET = tst_qaccessibilitylinux
|
|
SOURCES += tst_qaccessibilitylinux.cpp
|
|
|
|
CONFIG += gui
|
|
|
|
QT += gui-private widgets dbus testlib
|
|
|