cff475f339
Change-Id: Ifc032c511aea72a8f7a4ec62d304e89718f712db Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>
26 lines
516 B
Plaintext
26 lines
516 B
Plaintext
QT += declarative
|
|
INCLUDEPATH += $$PWD
|
|
|
|
# DEFINES += ACCESSIBILITYINSPECTOR_NO_UITOOLS
|
|
# CONFIG += uitools
|
|
|
|
mac {
|
|
# for text-to-speach
|
|
LIBS += -framework AppKit
|
|
}
|
|
|
|
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
|
|
|
|
OBJECTIVE_SOURCES += $$PWD/screenreader_mac.mm
|
|
|
|
|