Specify the Qt version which we require.
authorZack Rusin <zack@kde.org>
Sun, 24 Apr 2011 23:28:24 +0000 (19:28 -0400)
committerZack Rusin <zack@kde.org>
Sun, 24 Apr 2011 23:28:24 +0000 (19:28 -0400)
CMakeLists.txt

index 9dcb14f..2777857 100755 (executable)
@@ -18,7 +18,7 @@ set (CMAKE_USE_PYTHON_VERSION 2.6)
 
 find_package (PythonInterp REQUIRED)
 find_package (OpenGL REQUIRED)
-find_package (Qt4 COMPONENTS QtCore QtGui QtWebKit)
+find_package (Qt4 4.7 COMPONENTS QtCore QtGui QtWebKit)
 find_package (QJSON)
 
 if (NOT WIN32)