[rkward/work/qtwebengine] /: Typo

Thomas Friedrichsmeier null at kde.org
Sun Mar 29 17:05:18 BST 2020


Git commit bf9c1b3deeee6d8eafb62a47758b5ff5ec2964be by Thomas Friedrichsmeier.
Committed on 29/03/2020 at 16:05.
Pushed by tfry into branch 'work/qtwebengine'.

Typo

M  +1    -1    CMakeLists.txt

https://commits.kde.org/rkward/bf9c1b3deeee6d8eafb62a47758b5ff5ec2964be

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 619a4ce2..0df4c9ce 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ FIND_PACKAGE(Qt5 5.2 CONFIG REQUIRED COMPONENTS Widgets Core Xml Network Script
 FIND_PACKAGE(KF5 5.2 REQUIRED COMPONENTS CoreAddons DocTools I18n XmlGui TextEditor WidgetsAddons Parts Config Notifications WindowSystem OPTIONAL_COMPONENTS Crash)
 IF(NOT NO_QT_WEBENGINE)
 	FIND_PACKAGE(Qt5 OPTIONAL_COMPONENTS WebEngine)
-ENDIF(NOT NoQtWebEngine)
+ENDIF(NOT NO_QT_WEBENGINE)
 IF(NOT Qt5WebEngine_FOUND)
 	FIND_PACKAGE(KF5 5.2 OPTIONAL_COMPONENTS WebKit)
 	IF(NOT KF5_WebKit_FOUND)



More information about the rkward-tracker mailing list