aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/CMakeLists.txt
blob: 6b432ef96c0effc3202fc1589c5a0b6dd121ccd7 (plain)
1
2
3
4
5
6
7
8
9
10
install(
  DIRECTORY cplusplus debugger glsl modeleditor qml qmldesigner
    qmlicons qml-type-descriptions schemes snippets styles templates themes welcomescreen
  DESTINATION "${IDE_DATA_PATH}"
)

install(
  FILES indexer_preincludes/qglobal.h indexer_preincludes/windows.h
  DESTINATION "${IDE_DATA_PATH}/indexer_preincludes"
)