~ubuntu-branches/ubuntu/vivid/kate/vivid-updates

« back to all changes in this revision

Viewing changes to addons/ktexteditor/lumen/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-12-04 16:49:41 UTC
  • mfrom: (1.6.6)
  • Revision ID: package-import@ubuntu.com-20141204164941-l3qbvsly83hhlw2v
Tags: 4:14.11.97-0ubuntu1
* New upstream release
* Update build-deps and use pkg-kde v3 for Qt 5 build
* kate-data now kate5-data for co-installability

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
project(ktexteditor_lumen)
2
 
 
3
 
########### next target ###############
4
 
 
5
 
set(ktexteditor_lumen_SRCS lumen.cpp dcd.cpp completion.cpp)
6
 
 
7
 
kde4_add_plugin(ktexteditor_lumen ${ktexteditor_lumen_SRCS})
8
 
 
9
 
target_link_libraries(ktexteditor_lumen ${KDE4_KDECORE_LIBS} ${KDE4_KTEXTEDITOR_LIBS})
10
 
 
11
 
install(TARGETS ktexteditor_lumen DESTINATION ${PLUGIN_INSTALL_DIR})
12
 
 
13
 
########### install files ###############
14
 
 
15
 
install(FILES ktexteditor_lumen.desktop DESTINATION ${SERVICES_INSTALL_DIR})
 
 
b'\\ No newline at end of file'