~ubuntu-branches/ubuntu/natty/plasma-mobile/natty

« back to all changes in this revision

Viewing changes to bindings/mobilecomponents/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Belem
  • Date: 2011-01-01 16:58:27 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110101165827-vij700zj247uxcdr
Tags: 0.0~svn20110101-0ubuntu1
* New svn snapshot
* Remove kubuntu_01_library_version.diff and
  debian-changes-0.0~svn20100830-0ubuntu4, they don't apply and aren't
  needed in the current snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
project(mobilecomponents)
 
2
 
 
3
include(KDE4Defaults)
 
4
 
 
5
set(mobilecomponents_SRCS
 
6
    mobilecomponentsplugin.cpp
 
7
    pagedproxymodel.cpp
 
8
    )
 
9
 
 
10
INCLUDE_DIRECTORIES(
 
11
        ${CMAKE_SOURCE_DIR}
 
12
        ${CMAKE_BINARY_DIR}
 
13
        ${KDE4_INCLUDES}
 
14
)
 
15
 
 
16
qt4_automoc(${mobilecomponents_SRCS})
 
17
 
 
18
 
 
19
add_library(mobilecomponentsplugin SHARED ${mobilecomponents_SRCS})
 
20
target_link_libraries(mobilecomponentsplugin ${QT_QTCORE_LIBRARY} ${QT_QTDBUS_LIBRARY}  ${QT_QTGUI_LIBRARY} ${QT_QTSCRIPT_LIBRARY} ${QT_QTDECLARATIVE_LIBRARY} ${KDE4_KDECORE_LIBRARY})
 
21
 
 
22
install(TARGETS mobilecomponentsplugin DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/mobilecomponents)
 
23
 
 
24
install(FILES IconGrid.qml DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/mobilecomponents)
 
25
install(FILES qmldir DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/mobilecomponents)
 
26
install(FILES IconDelegate.qml DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/mobilecomponents)
 
27
install(FILES qmldir DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/mobilecomponents)
 
 
b'\\ No newline at end of file'