~ubuntu-branches/ubuntu/saucy/quassel/saucy-proposed

« back to all changes in this revision

Viewing changes to data/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-02-17 12:49:50 UTC
  • mto: This revision was merged to the branch mainline in revision 59.
  • Revision ID: james.westby@ubuntu.com-20100217124950-v9hajw5d2xa6fszn
Tags: upstream-0.6~beta1
ImportĀ upstreamĀ versionĀ 0.6~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
if(NOT WIN32 AND NOT APPLE)
 
1
if((UNIX AND NOT APPLE) OR HAVE_KDE)
2
2
  if(WANT_QTCLIENT)
3
3
    install(FILES quasselclient.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
4
4
  endif(WANT_QTCLIENT)
12
12
      install(FILES quassel.notifyrc DESTINATION ${DATA_INSTALL_DIR}/quassel)
13
13
    endif(HAVE_KDE)
14
14
  endif(WANT_MONO OR WANT_QTCLIENT)
15
 
endif(NOT WIN32 AND NOT APPLE)
 
15
endif((UNIX AND NOT APPLE) OR HAVE_KDE)
16
16
 
17
17
if(WANT_MONO OR WANT_QTCLIENT)
18
18
  if(EMBED_DATA)