~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to kstyles/highcolor/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
project(kstyle-highcolor)
 
3
add_definitions(-DQT_PLUGIN)
 
4
 
 
5
########### next target ###############
 
6
 
 
7
set(highcolor_PART_SRCS highcolor.cpp )
 
8
 
 
9
 
 
10
kde4_add_plugin(highcolor ${highcolor_PART_SRCS})
 
11
 
 
12
target_link_libraries(highcolor  ${KDE4_KDECORE_LIBS} )
 
13
 
 
14
install(TARGETS highcolor  DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/styles )
 
15
 
 
16
 
 
17
########### install files ###############
 
18
 
 
19
 
 
20
 
 
21
 
 
22