~ubuntu-branches/ubuntu/trusty/ktp-filetransfer-handler/trusty-proposed

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-04-03 11:15:28 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20130403111528-ebv85vefnojsatnr
Tags: 0.6.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
project (ktp-filetransfer-handler)
2
2
 
3
 
set(KTP_FILETRANSFER_HANDLER_VERSION "0.5.80")
 
3
set(KTP_FILETRANSFER_HANDLER_VERSION "0.6.0")
4
4
 
5
5
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ${CMAKE_MODULE_PATH})
 
6
cmake_policy(SET CMP0002 OLD)
6
7
 
7
8
set(IS_KTP_INTERNAL_MODULE TRUE)
8
9
set(KDE_MIN_VERSION "4.6.0")