Files
qt-creator/share/CMakeLists.txt
T
Heiko Becker 0de044d479 Use GNUInstallDirs to install desktop and appstream files
c81baf1a9c introduced the usage of
GNUInstallDirs for Linux. Use it to install desktop files and
appstream metadata, too.

Change-Id: I13a363e5383e1150fd9b8d7e33d55ac53bee63ff
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2021-02-26 09:44:11 +00:00

12 lines
180 B
CMake

add_subdirectory(qtcreator)
if (NOT APPLE AND NOT WIN32)
install(
DIRECTORY
applications
metainfo
DESTINATION
${CMAKE_INSTALL_DATAROOTDIR}
)
endif()