06ff72e02d
Change-Id: I3c490eb2ce9bd655f4808b232663a530baec5990 Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
20 lines
405 B
Plaintext
20 lines
405 B
Plaintext
QT += declarative
|
|
INCLUDEPATH += $$PWD
|
|
|
|
# DEFINES += ACCESSIBILITYINSPECTOR_NO_UITOOLS
|
|
# CONFIG += uitools
|
|
|
|
HEADERS += \
|
|
$$PWD/screenreader.h \
|
|
$$PWD/optionswidget.h \
|
|
$$PWD/accessibilityscenemanager.h \
|
|
$$PWD/accessibilityinspector.h
|
|
SOURCES += \
|
|
$$PWD/optionswidget.cpp \
|
|
$$PWD/accessibilityscenemanager.cpp \
|
|
$$PWD/screenreader.cpp \
|
|
$$PWD/accessibilityinspector.cpp
|
|
|
|
|
|
|