forked from qt-creator/qt-creator
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>
12 lines
180 B
CMake
12 lines
180 B
CMake
add_subdirectory(qtcreator)
|
|
|
|
if (NOT APPLE AND NOT WIN32)
|
|
install(
|
|
DIRECTORY
|
|
applications
|
|
metainfo
|
|
DESTINATION
|
|
${CMAKE_INSTALL_DATAROOTDIR}
|
|
)
|
|
endif()
|