~fcitx-team/fcitx/debian-qimpanel

« back to all changes in this revision

Viewing changes to uk-default-skin/CMakeLists.txt

  • Committer: Aron Xu
  • Date: 2015-07-18 13:02:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: git-v1:dc667920c970a8502d6d20cf9f60dec0db7dda21
Merge tag 'upstream/2.1.2'

Upstream version 2.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
set(pkgbindir   /usr/bin/)
3
 
set(pkgdatadir  /usr/share/fcitx-qimpanel)
4
 
 
5
 
foreach(skin ubuntukylin-dark1 ubuntukylin-dark2 ubuntukylin-light1 ubuntukylin-light2)
6
 
    install(DIRECTORY ${skin} DESTINATION ${pkgdatadir}/skin)
7
 
endforeach(skin default classic dark)
8