~ubuntu-branches/ubuntu/vivid/kdesdk/vivid

« back to all changes in this revision

Viewing changes to okteta/kasten/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-06-06 11:49:54 UTC
  • mfrom: (0.4.21)
  • Revision ID: package-import@ubuntu.com-20120606114954-rdls73fzlpzxglbx
Tags: 4:4.8.80-0ubuntu1
* New uptream beta release
* Update dont_export_private_classes.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
add_definitions( -DKDE_DEFAULT_DEBUG_AREA=1806 )
4
4
 
5
 
set( KASTEN_ABI_VERSION 1 )
 
5
set( KASTEN_ABI_VERSION 2 )
6
6
set( KASTENCORE_LIBS  kasten${KASTEN_ABI_VERSION}core )
7
7
set( KASTENGUI_LIBS  kasten${KASTEN_ABI_VERSION}gui )
8
8
set( KASTENCONTROLLERS_LIBS  kasten${KASTEN_ABI_VERSION}controllers )