]> cloud.milkyroute.net Git - dolphin.git/blobdiff - CMakeLists.txt
Port from KComboBox to QComboBox
[dolphin.git] / CMakeLists.txt
index 707160f53cb43335052e7cf315215e414acaf1db..f0e0f59695cc4723f35b083b95bc25c04d4ce4ef 100644 (file)
@@ -94,6 +94,7 @@ if (KF5Baloo_FOUND AND KF5BalooWidgets_FOUND AND KF5FileMetaData_FOUND)
     message(STATUS "Baloo packages are found")
     set(HAVE_BALOO TRUE)
 else()
+    message(WARNING "Baloo packages not found. They are needed for the metadata features of Dolphin.")
     find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
         KDELibs4Support # for KFileMetaDataWidget
     )