~ubuntu-branches/ubuntu/lucid/kmess/lucid

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2009-12-05 21:19:26 UTC
  • mfrom: (1.1.7 upstream) (0.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20091205211926-r26u8j38kysf6o2p
Tags: 2.0.2-1
* New upstream release 
  - Fixes friendly names (LP: #485640)
* Update Homepage: http://kmess.org
* Add Build-Depends: libphonon-dev | libqt4-phonon-dev (ubuntu friendly)
* kmess.1 fix lintian:hyphen-used-as-minus-sign

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
   chat/contactframe.cpp
14
14
   chat/contactswidget.cpp
15
15
   chat/emoticonswidget.cpp
16
 
   chat/inkedit.cpp
17
16
   chat/chatstatusbar.cpp
18
17
   chat/xsltransformation.cpp
19
18
   chat/winkswidget.cpp
71
70
   network/soap/msnappdirectoryservice.cpp
72
71
   network/soap/offlineimservice.cpp
73
72
   network/soap/passportloginservice.cpp
 
73
   network/soap/roamingservice.cpp
74
74
   network/soap/soapmessage.cpp
75
75
   notification/chatnotification.cpp
76
76
   notification/contactstatusnotification.cpp
121
121
   chat/chatwindow.ui
122
122
   chat/contactframe.ui
123
123
   chat/contactswidget.ui
124
 
   chat/inkedit.ui
125
124
   dialogs/addcontactdialog.ui
126
125
   dialogs/addemoticondialog.ui
127
126
   dialogs/awaymessagedialog.ui
163
162
  SET( kmess_LIBS ${kmess_LIBS} ${GIF_LIBRARIES} )
164
163
ENDIF( ${GIF_FOUND} )
165
164
 
 
165
IF( ISFQT_FOUND )
 
166
  INCLUDE_DIRECTORIES( ${ISFQT_INCLUDE_DIR} )
 
167
  SET( kmess_LIBS ${kmess_LIBS} ${ISFQT_LIBRARIES} )
 
168
ENDIF( ISFQT_FOUND )
 
169
 
166
170
# If LikeBack is enabled, compile it
167
171
IF( NOT ${KMESS_DISABLE_LIKEBACK} EQUAL 1 )
168
172
  # Enable LikeBack
192
196
 
193
197
# Add XScreensaver library for away-idle detection.
194
198
IF( X11_Xscreensaver_FOUND )
195
 
  SET(kmess_LIBS    ${kmess_LIBS} ${X11_Xscreensaver_LIB})
 
199
  SET(kmess_LIBS    ${kmess_LIBS} ${X11_Xscreensaver_LIB} ${X11_X11_LIB})
196
200
ENDIF( X11_Xscreensaver_FOUND )
197
201
 
198
202
# Set our new shiny KDE debug number to be the default