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

« back to all changes in this revision

Viewing changes to gui/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_gui_SRCS
12
12
automoc4_add_library(polkit-qt-gui-1 SHARED ${polkit_qt_gui_SRCS})
13
13
 
14
14
target_link_libraries(polkit-qt-gui-1
15
 
        polkit-qt-core-1
16
 
        ${QT_QTCORE_LIBRARY}
17
 
        ${QT_QTGUI_LIBRARY}
18
 
        ${QT_QTDBUS_LIBRARY}
19
 
        ${POLKIT_LIBRARIES}
 
15
    ${QT_QTCORE_LIBRARY}
 
16
    ${QT_QTGUI_LIBRARY}
 
17
    ${QT_QTDBUS_LIBRARY}
 
18
    ${POLKIT_LIBRARIES}
 
19
    polkit-qt-core-1
20
20
)
21
21
 
22
 
set_target_properties(polkit-qt-gui-1 PROPERTIES VERSION ${CMAKE_POLKITQT-1_VERSION_STRING}
23
 
                                SOVERSION ${CMAKE_MAJOR_POLKITQT-1_VERSION}
24
 
                                DEFINE_SYMBOL MAKE_POLKITQT1_LIB
25
 
                      )
 
22
set_target_properties(polkit-qt-gui-1 PROPERTIES VERSION ${POLKITQT-1_LIBRARY_VERSION}
 
23
                                SOVERSION ${POLKITQT-1_ABI_VERSION}
 
24
                                DEFINE_SYMBOL MAKE_POLKITQT1_LIB)
26
25
 
27
26
install(TARGETS polkit-qt-gui-1 ${INSTALL_TARGETS_DEFAULT_ARGS})