Add the minimum CMake version to projects built standalone.

Change-Id: If9d2a464d94faee0dccd77bc54946d91dd117db3
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
bb10
Stephen Kelly 2012-08-10 11:12:15 +02:00 committed by Qt by Nokia
parent 4ef1ddc641
commit 4ff51dd8b2
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,6 @@
cmake_minimum_required(VERSION 2.8)
project(no_link_gui)
set(CMAKE_INCLUDE_CURRENT_DIR ON)

View File

@ -1,4 +1,6 @@
cmake_minimum_required(VERSION 2.8)
project(no_link_widgets)
set(CMAKE_INCLUDE_CURRENT_DIR ON)