Skip to content

Commit aca274f

Browse files
author
wsdfhjxc
committedJul 17, 2019
Update build config
1 parent 9d4cc15 commit aca274f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ set(REQUIRED_QT_VERSION 5.3.0)
2525
set(KF5_MIN_VERSION 5.0.0)
2626

2727
find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Qml X11Extras)
28-
find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Plasma GlobalAccel XmlGui)
28+
find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Plasma WindowSystem GlobalAccel XmlGui)
2929

3030
plasma_install_package(package org.kde.plasma.virtualdesktopbar)
3131

0 commit comments

Comments
 (0)
Please sign in to comment.