From 2d7dd22de6002db8187162deed8e85aca8499031 Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Sun, 24 Apr 2011 19:28:24 -0400 Subject: [PATCH] Specify the Qt version which we require. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.43.0