D25989: Don't build and install app templates on android
Nicolas Fella
noreply at phabricator.kde.org
Sat Dec 14 13:48:46 GMT 2019
nicolasfella added inline comments.
INLINE COMMENTS
> CMakeLists.txt:123
> add_subdirectory(src)
> -add_subdirectory(templates)
> +if (NOT CMAKE_SYSTEM_NAME STREQUAL "Android")
> + add_subdirectory(templates)
if(ANDROID) is enough
REPOSITORY
R169 Kirigami
REVISION DETAIL
https://phabricator.kde.org/D25989
To: jbbgameich, #kirigami, #android
Cc: nicolasfella, plasma-devel, fbampaloukas, GB_2, domson, dkardarakos, ngraham, apol, ahiemstra, davidedmundson, mart, hein
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20191214/5c1fdcb5/attachment.html>
More information about the Plasma-devel
mailing list