~ubuntu-branches/ubuntu/lucid/skrooge/lucid

« back to all changes in this revision

Viewing changes to skrooge_monthly/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2009-07-28 15:38:43 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090728153843-91b74m0vcam50krt
Tags: 0.2.9-0ubuntu1
* New upstream release
* Added kubuntu_01_cmake_fix.patch:
  Fix FTBFS

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
PROJECT(plugin_monthly)
4
4
 
5
 
FIND_PACKAGE(KDE4 REQUIRED)
6
 
INCLUDE (KDE4Defaults)
7
 
 
8
5
INCLUDE_DIRECTORIES( ${PROJECT_BINARY_DIR} ${KDE4_INCLUDES} ${QT_INCLUDES}
9
6
${CMAKE_SOURCE_DIR}/skgbasemodeler ${CMAKE_SOURCE_DIR}/skgbasegui ${CMAKE_SOURCE_DIR}/skgbankmodeler
10
7
${CMAKE_BINARY_DIR}/skgbasegui
15
12
        skgmonthlyplugin.cpp
16
13
        skgmonthlypluginwidget.cpp)
17
14
 
18
 
QT4_AUTOMOC(${skrooge_monthly_SRCS})
19
15
 
20
16
kde4_add_ui_files(skrooge_monthly_SRCS skgmonthlypluginwidget_base.ui skgmonthlypluginwidget_pref.ui)
21
17
kde4_add_kcfg_files(skrooge_monthly_SRCS skrooge_monthly.kcfgc )
22
18
 
23
19
kde4_add_plugin(skrooge_monthly ${skrooge_monthly_SRCS})
24
 
TARGET_LINK_LIBRARIES(skrooge_monthly ${KDE4_KDEUI_LIBS} ${KDE4_KPARTS_LIBS} QtWebKit skgbasemodeler skgbasegui skgbankmodeler)
 
20
TARGET_LINK_LIBRARIES(skrooge_monthly ${KDE4_KDEUI_LIBS} ${KDE4_KPARTS_LIBS} ${QT_QTWEBKIT_LIBRARY} skgbasemodeler skgbasegui skgbankmodeler)
25
21
 
26
22
########### install files ###############
27
23
INSTALL(TARGETS skrooge_monthly DESTINATION ${PLUGIN_INSTALL_DIR})