From a2cc5bd09b2c16d130ebe7f450872cb5fdc7a502 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Thu, 9 Sep 2010 15:56:55 -0300 Subject: Bump version required for Shiboken. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9810f7cc6..bd2146ad1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules/ ${CMAKE_MODULE_PATH}) find_package(PythonLibs REQUIRED) find_package(PythonInterpWithDebug REQUIRED) -find_package(Shiboken 0.4.0 REQUIRED) +find_package(Shiboken 0.5 REQUIRED) find_package(Qt4 4.5.0 REQUIRED) find_program(XVFB_RUN NAMES xvfb-run) -- cgit v1.2.3