ea913750b8
lumping together all kinds of unrelated stuff has caused problems with spurious dependencies from the beginning. as the modularization infra is now in a state which supports many small private libraries just fine, take advantage of it. Change-Id: Ic40f47ce76a308bbfd32deae281f6f064fe1ef4c Reviewed-by: Jake Petroules <jake.petroules@qt.io>
8 lines
198 B
Prolog
8 lines
198 B
Prolog
CONFIG += testcase
|
|
|
|
TARGET = tst_qaccessibilitylinux
|
|
SOURCES += tst_qaccessibilitylinux.cpp
|
|
|
|
QT += gui-private widgets dbus testlib accessibility_support-private linuxaccessibility_support-private
|
|
|