diff options
author | Renato Filho <renato.filho@openbossa.org> | 2011-08-22 18:13:45 -0300 |
---|---|---|
committer | Renato Filho <renato.filho@openbossa.org> | 2011-08-22 18:13:45 -0300 |
commit | e6ac7155a09f66c96428c7e2970fa22dbe60783c (patch) | |
tree | 05f9e87332843407a014543213b0f06ef3b74f03 | |
parent | ef09666f25bc2fbb9327d0a158e8311ca0ed1372 (diff) | |
download | pyside-e6ac7155a09f66c96428c7e2970fa22dbe60783c.tar.gz pyside-e6ac7155a09f66c96428c7e2970fa22dbe60783c.tar.xz pyside-e6ac7155a09f66c96428c7e2970fa22dbe60783c.zip |
Dependency version update.1.0.6
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d87a1ac..02f435c 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) |