From: Zack Rusin Date: Sun, 24 Apr 2011 23:28:24 +0000 (-0400) Subject: Specify the Qt version which we require. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=2d7dd22de6002db8187162deed8e85aca8499031;p=apitrace Specify the Qt version which we require. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 9dcb14f..2777857 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)