-
Eskil Abrahamsen Blomfeldt authored
Command line applications for target architecture does not work on Android, since apps there are Java applications which call into a shared library. Thus, these command line tools which are not built for host architecture are not usable in a SUBDIRS build. They need to be built and deployed separately in apk packages. Change-Id: Ia7322ee143a1b73ac40459f078e9f51a4e29a3ab Reviewed-by:
BogDan Vatra <bogdan@kde.org>
84700da0
src.pro 649 B
TEMPLATE = subdirs
qtHaveModule(widgets) {
no-png {
message("Some graphics-related tools are unavailable without PNG support")
} else {
SUBDIRS = assistant \
pixeltool \
qtestlib \
designer
# unix:!mac:!embedded:!qpa:SUBDIRS += qtconfig
linguist.depends = designer
}
}
SUBDIRS += linguist
!android|android_app: SUBDIRS += qtpaths
mac {
SUBDIRS += macdeployqt
}
android {
SUBDIRS += androiddeployqt
}
qtHaveModule(dbus): SUBDIRS += qdbus
win32|winrt:SUBDIRS += windeployqt
qtNomakeTools( \
pixeltool \
qtconfig \
macdeployqt \
)