aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2011-07-22 15:54:38 -0300
committerRenato Filho <renato.filho@openbossa.org>2011-07-22 15:54:38 -0300
commit0ab2c09705e3af7c110aa8505d15ecbed11d7054 (patch)
treef034b87a5ced8c2176f7a59711ddd1802401b4ab
parent8909adf84ae1453b25cffee6de0ea3bc793b0b89 (diff)
Updated pyside version dependency.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 65033d3..9593381 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ project(pyside-tools)
find_package(PythonInterp REQUIRED)
find_package(Qt4 4.5.0 REQUIRED)
-find_package(PySide 1.0.4 REQUIRED)
+find_package(PySide 1.0.5 REQUIRED)
set(pyside_tools_MAJOR_VERSION "0")
set(pyside_tools_MINOR_VERSION "2")