~ubuntu-branches/ubuntu/karmic/quassel/karmic-security

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2009-09-18 10:10:58 UTC
  • mfrom: (1.1.25 upstream)
  • Revision ID: james.westby@ubuntu.com-20090918101058-rynq2d8oj6eqph1o
Tags: 0.5.0~rc1+vcshead090918-0ubuntu1
New git snapshot (from head since the libindicate branch was merged)

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
qt4_add_resources(CORE_DEPS ${CORE_RCS})
35
35
qt4_add_resources(COMMON_DEPS ${COMMON_RCS})
36
36
 
 
37
if(INDICATEQT_FOUND)
 
38
  link_directories(${INDICATEQT_LIBRARY_DIRS})
 
39
endif(INDICATEQT_FOUND)
 
40
 
37
41
if(WANT_CORE)
38
42
  setup_qt4_variables(NETWORK SCRIPT SQL)
39
43
  add_executable(quasselcore common/main.cpp ${COMMON_DEPS} ${CORE_DEPS})