diff options
-rw-r--r-- | modules/FindKDE4.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4.cmake b/modules/FindKDE4.cmake index 8e4c4d4d..e0099107 100644 --- a/modules/FindKDE4.cmake +++ b/modules/FindKDE4.cmake @@ -38,7 +38,7 @@ ELSE(UNIX) ENDIF(UNIX) #this line includes FindQt.cmake, which searches the Qt library and headers -INCLUDE(FindQt4) +FIND_PACKAGE(Qt4 REQUIRED) #add the definitions found by FindQt to the current definitions #ADD_DEFINITIONS(${QT_DEFINITIONS} -DQT_CLEAN_NAMESPACE) |