~lxqt/lxqt/lxqt-common

« back to all changes in this revision

Viewing changes to config/CMakeLists.txt

  • Committer: Jörn Schönyan
  • Date: 2016-10-20 07:18:18 UTC
  • Revision ID: joern.schoenyan@web.de-20161020071818-papbpqe2c2dld2fb
v0.11.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
install(FILES
3
3
    lxqt.conf   
4
4
    session.conf
5
 
    windowmanagers.conf 
 
5
    windowmanagers.conf
 
6
    globalkeyshortcuts.conf
6
7
    DESTINATION "${LXQT_ETC_XDG_DIR}/lxqt"
7
8
    COMPONENT Runtime
8
9
)
9
10
install(DIRECTORY openbox
10
 
    DESTINATION "${LXQT_SHARE_DIR}"
 
11
    DESTINATION "${LXQT_ETC_XDG_DIR}"
11
12
    COMPONENT Runtime
12
13
)
13
14