diff options
Diffstat (limited to 'utils/alsoft-config')
-rw-r--r-- | utils/alsoft-config/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |