mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-24 17:33:50 +03:00
update CMakeLists.txt
This commit is contained in:
parent
44f9cfc01a
commit
433ac70dbf
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user