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

« back to all changes in this revision

Viewing changes to pics/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
1
# pics/ contains non-themed icons and other graphical resources
2
2
 
3
3
if(WIN32)
4
 
  set(COMMON_DEPS ${COMMON_DEPS} ../pics/win32.rc PARENT_SCOPE)
 
4
    if(MINGW)
 
5
        set(COMMON_DEPS ${COMMON_DEPS} ../pics/win32.o PARENT_SCOPE)
 
6
    else(MINGW)
 
7
        set(COMMON_DEPS ${COMMON_DEPS} ../pics/win32.rc PARENT_SCOPE)
 
8
    endif(MINGW)
5
9
endif(WIN32)
6
10
 
7
11
if(WANT_MONO OR WANT_QTCLIENT)