@ -21,6 +21,8 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
Plasma PlasmaQuick WindowSystem Declarative
I18n CoreAddons XmlGui DBusAddons Notifications)
include(FakeTarget.cmake)
FIND_PROGRAM(GETTEXT_MSGFMT_EXECUTABLE msgfmt)
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
@ -1,4 +1,4 @@
execute_process(COMMAND find plasmoid containment -name "*.qml" -o -name "*.js"
execute_process(COMMAND find shell containment plasmoid -name "*.qml" -o -name "*.js"
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
OUTPUT_VARIABLE QML_SRCS_STRING)