From d984cec3a18f9a8977898ac06848b53c92fc1322 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 24 Jun 2013 17:40:41 -0700 Subject: Properly check that Qt4 4.8+ was found --- utils/alsoft-config/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/alsoft-config/CMakeLists.txt') diff --git a/utils/alsoft-config/CMakeLists.txt b/utils/alsoft-config/CMakeLists.txt index 12e0ae48..511628cb 100644 --- a/utils/alsoft-config/CMakeLists.txt +++ b/utils/alsoft-config/CMakeLists.txt @@ -4,7 +4,7 @@ include_directories("${alsoft-config_BINARY_DIR}") # Need Qt 4.8.0 or newer for the iconset theme attribute to work find_package(Qt4 4.8.0 COMPONENTS QtCore QtGui) -if(QT_QTCORE_FOUND AND QT_QTGUI_FOUND) +if(QT4_FOUND) include(${QT_USE_FILE}) set(alsoft-config_SRCS main.cpp -- cgit v1.2.3