From 84b0364b5da72196a8356d1c4e0cfcb3b55beb8a Mon Sep 17 00:00:00 2001 From: Renato Filho Date: Mon, 22 Aug 2011 18:13:45 -0300 Subject: Dependency version update. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d87a1ac31..02f435c3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,8 +5,8 @@ project(pysidebindings) cmake_minimum_required(VERSION 2.6) set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Macros/ ${CMAKE_MODULE_PATH}) -find_package(GeneratorRunner 0.6.11 REQUIRED) -find_package(Shiboken 1.0.5 REQUIRED) +find_package(GeneratorRunner 0.6.12 REQUIRED) +find_package(Shiboken 1.0.6 REQUIRED) find_package(Qt4 4.5.0 REQUIRED) find_file(GL_H "gl.h" PATH_SUFFIXES "GL") include(FindQt4Extra) -- cgit v1.2.3