Skip to content
Snippets Groups Projects
Commit 0f2688d6 authored by juergen's avatar juergen
Browse files

fixing missing QT include in python_shellwidget and increased minimum version of QT to 4.5.0

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/branches/new_shell@2058 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent a6a21d1b
Branches
Tags
No related merge requests found
......@@ -192,7 +192,7 @@ set(BOOST_REGEX_LIBRARIES ${Boost_LIBRARIES})
#find_package(Boost ${_BOOST_MIN_VERSION} COMPONENTS math REQUIRED)
#set(BOOST_MATH_LIBRARIES ${Boost_LIBRARIES})
find_package(Qt4 4.4.3 REQUIRED)
find_package(Qt4 4.5.0 REQUIRED)
find_package(OpenGL REQUIRED)
find_package(PNG REQUIRED)
find_package(Eigen 2.0.0 REQUIRED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment