~ubuntu-branches/ubuntu/jaunty/quassel/jaunty-backports

« back to all changes in this revision

Viewing changes to pics/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2009-01-25 23:37:07 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090125233707-bwa28h4y9aew4e5x
Tags: 0.4.0~git090124-0ubuntu1
* New upstream git snapshot
  - Possible undocumented client/core protocol incompatibility that may
    require client and core to be updated together - see Quassel's bug
    tracker for details http://bugs.quassel-irc.org/issues/show/502
  - Fixes minimize to tray bug
  - Other bug fixes
  - XDG compliant data paths (with auto migration from old locations)
  - Adjust quassel.install, quassel-date, and quassel-client.install for new
    file locations
  - Replace -DQUASSEL_ICONS=External with -DEMBED_DATA=OFF to use external
    files where possible with the new build system
  - Don't ship oxygen or non-application specific hicolor icons, depend on
    kde-icons-oxygen | hicolor-icon-theme instead
  - Add translations files to quassel-data.install
* Adjust kubuntu_01_default_network_channel.patch to use irc.ubuntu.com
  instead of the Freenode url for the default channel (irc.ubuntu.com points
  to Freenode)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# pics/ contains non-themed icons and other graphical resources
 
2
 
 
3
if(WIN32)
 
4
  set(COMMON_DEPS ${COMMON_DEPS} ../pics/win32.rc PARENT_SCOPE)
 
5
endif(WIN32)
 
6
 
 
7
if(WANT_MONO OR WANT_QTCLIENT)
 
8
  if(EMBED_DATA)
 
9
    set(CLIENT_RCS ${CLIENT_RCS} ../pics/pics.qrc PARENT_SCOPE)
 
10
  else(EMBED_DATA)
 
11
    # We don't find them yet externally, so disable installation
 
12
    set(CLIENT_RCS ${CLIENT_RCS} ../pics/pics.qrc PARENT_SCOPE)
 
13
    # install(FILES qt-logo.png
 
14
    #               quassel-large.png
 
15
    #         DESTINATION ${DATA_INSTALL_DIR}/quassel/pics)
 
16
  endif(EMBED_DATA)
 
17
endif(WANT_MONO OR WANT_QTCLIENT)