Files
qt-creator/share/CMakeLists.txt
Eike Ziller d7520dece5 CMake build/Linux: Install desktop and appstream files
Fixes: QTCREATORBUG-23906
Change-Id: I9d796c8826dbb4beb980aa29b75526fe96093921
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
2020-04-30 07:06:20 +00:00

12 lines
157 B
CMake

add_subdirectory(qtcreator)
if (NOT APPLE AND NOT WIN32)
install(
DIRECTORY
applications
metainfo
DESTINATION
share
)
endif()