aboutsummaryrefslogtreecommitdiffstats
path: root/share/CMakeLists.txt
blob: b1e61d596ef046d26a96d1af76e5baa107b5f237 (plain)
1
2
3
4
5
6
7
8
9
10
11
add_subdirectory(qtcreator)

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