]> git.cworth.org Git - apitrace/commitdiff
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 9dcb14f33a31f0158d30826b0527a21f7f6146ec..27778573ea23f5019de33a2c2044edf87013bf68 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)