~ubuntu-branches/ubuntu/gutsy/kdebase-workspace/gutsy

« back to all changes in this revision

Viewing changes to kcontrol/accessibility/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-09-05 20:45:14 UTC
  • Revision ID: james.westby@ubuntu.com-20070905204514-632hhspl0nvrc84i
Tags: upstream-3.93.0
ImportĀ upstreamĀ versionĀ 3.93.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
 
3
 
 
4
add_definitions (-DQT3_SUPPORT)
 
5
 
 
6
########### next target ###############
 
7
 
 
8
set(kcm_accessibility_PART_SRCS accessibility.cpp )
 
9
 
 
10
 
 
11
kde4_add_ui3_files(kcm_accessibility_PART_SRCS accessibilityconfigwidget.ui )
 
12
 
 
13
kde4_add_plugin(kcm_accessibility ${kcm_accessibility_PART_SRCS})
 
14
 
 
15
 
 
16
target_link_libraries(kcm_accessibility  ${KDE4_KDE3SUPPORT_LIBS}) 
 
17
 
 
18
install(TARGETS kcm_accessibility  DESTINATION ${PLUGIN_INSTALL_DIR} )
 
19
 
 
20
 
 
21
########### install files ###############
 
22
 
 
23
install( FILES accessibility.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )
 
24