~ubuntu-branches/ubuntu/wily/kmenuedit/wily

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Scarlett Clark
  • Date: 2015-02-23 09:40:21 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20150223094021-v6dd4bdn0qkv0gy0
Tags: 4:5.2.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
project(kmenuedit)
2
 
set(PROJECT_VERSION "5.2.0")
 
2
set(PROJECT_VERSION "5.2.1")
3
3
 
4
4
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
5
5
set(QT_MIN_VERSION "5.3.0")