~ubuntu-branches/ubuntu/oneiric/polkit-qt-1/oneiric

« back to all changes in this revision

Viewing changes to core/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2010-12-09 08:31:42 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20101209083142-afdb8t0gs3lgca3f
Tags: 0.99.0-0ubuntu1
* New upstream release:
  - Update libpolkit-qt-1-dev.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
include_directories(
2
 
      ${CMAKE_CURRENT_BINARY_DIR}
3
 
      ${CMAKE_CURRENT_SOURCE_DIR}
 
2
    ${CMAKE_CURRENT_BINARY_DIR}
 
3
    ${CMAKE_CURRENT_SOURCE_DIR}
4
4
)
5
5
 
6
6
set(polkit_qt_core_SRCS
15
15
automoc4_add_library(polkit-qt-core-1 SHARED ${polkit_qt_core_SRCS})
16
16
 
17
17
target_link_libraries(polkit-qt-core-1
18
 
        ${QT_QTCORE_LIBRARY}
19
 
        ${QT_QTDBUS_LIBRARY}
20
 
        ${QT_QTXML_LIBRARY}
21
 
        ${POLKIT_LIBRARIES}
22
 
        ${GLIB2_LIBRARIES}
23
 
        ${GOBJECT_LIBRARIES}
24
 
        ${GIO_LIBRARIES}
 
18
    ${QT_QTCORE_LIBRARY}
 
19
    ${QT_QTDBUS_LIBRARY}
 
20
    ${QT_QTXML_LIBRARY}
 
21
    ${POLKIT_LIBRARIES}
 
22
    ${GLIB2_LIBRARIES}
 
23
    ${GOBJECT_LIBRARIES}
 
24
    ${GIO_LIBRARIES}
25
25
)
26
26
 
27
 
set_target_properties(polkit-qt-core-1 PROPERTIES VERSION ${CMAKE_POLKITQT-1_VERSION_STRING}
28
 
                                SOVERSION ${CMAKE_MAJOR_POLKITQT-1_VERSION}
29
 
                                DEFINE_SYMBOL MAKE_POLKITQT1_LIB
30
 
                      )
 
27
set_target_properties(polkit-qt-core-1 PROPERTIES VERSION ${POLKITQT-1_LIBRARY_VERSION}
 
28
                                SOVERSION ${POLKITQT-1_ABI_VERSION}
 
29
                                DEFINE_SYMBOL MAKE_POLKITQT1_LIB)
31
30
 
32
31
install(TARGETS polkit-qt-core-1 ${INSTALL_TARGETS_DEFAULT_ARGS})