summaryrefslogtreecommitdiff
path: root/dist/CMakeLists.txt
blob: 14c8d31a1dd630150d0ab76161039b80f1c923df (plain)
1
2
3
4
5
6
7
8
9
10
11
# copy resource directories during build
qtc_copy_to_builddir(copy_changelog_to_builddir
  DIRECTORIES changelog
  DESTINATION "${IDE_DATA_PATH}"
  CREATE_SUBDIRS
)

install(
  DIRECTORY changelog
  DESTINATION ${IDE_DATA_PATH}
)