~ubuntu-branches/ubuntu/trusty/kdevelop/trusty

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-11-04 16:02:55 UTC
  • mfrom: (1.7.18)
  • Revision ID: package-import@ubuntu.com-20131104160255-2c0ve1quekwwb9hs
Tags: 4:4.5.2-0ubuntu1
* New upstream release
* Bump required version of kdevplatform-dev to 1.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
set( KDEVELOP_VERSION_MAJOR 4 )
8
8
set( KDEVELOP_VERSION_MINOR 5 )
9
 
set( KDEVELOP_VERSION_PATCH 1 )
 
9
set( KDEVELOP_VERSION_PATCH 2 )
10
10
 
11
11
set(KDE_MIN_VERSION "4.7.0")
12
12
find_package(KDE4 4.7.0 REQUIRED)