aboutsummaryrefslogtreecommitdiffstats
path: root/share/CMakeLists.txt
blob: eb3c779b4001d06f463292df03731c249072f73a (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
      share
  )
endif()