# kdesrc-build running: 'ninja' '-j' '8' # from directory: /opt/kde/build/kquickimageeditor [1/41] Copying controls/BasicResizeHandle.qml to /opt/kde/build/kquickimageeditor/bin/org/kde/kquickimageeditor/BasicResizeHandle.qml [2/41] Copying controls/SelectionTool.qml to /opt/kde/build/kquickimageeditor/bin/org/kde/kquickimageeditor/SelectionTool.qml [3/41] Copying controls/SelectionHandle.qml to /opt/kde/build/kquickimageeditor/bin/org/kde/kquickimageeditor/SelectionHandle.qml [4/41] Copying controls/CropBackground.qml to /opt/kde/build/kquickimageeditor/bin/org/kde/kquickimageeditor/CropBackground.qml [5/41] Copying controls/SelectionBackground.qml to /opt/kde/build/kquickimageeditor/bin/org/kde/kquickimageeditor/SelectionBackground.qml [6/41] Copying controls/RectangleCutout.qml to /opt/kde/build/kquickimageeditor/bin/org/kde/kquickimageeditor/RectangleCutout.qml [7/41] Automatic MOC for target kquickimageeditorplugin [8/41] Running AUTOMOC file extraction for target kquickimageeditorplugin [9/41] Running rcc for resource qmake_org_kde_kquickimageeditor Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [10/41] Running rcc for resource kquickimageeditorplugin_raw_qml_0 Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [11/41] Running moc --collect-json for target kquickimageeditorplugin [12/41] Generating .rcc/qmlcache/kquickimageeditorplugin_qmlcache_loader.cpp Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [13/41] Automatic QML type registration for target kquickimageeditorplugin Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [14/41] Generating .rcc/qmlcache/kquickimageeditorplugin_controls/CropBackground_qml.cpp Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [15/41] Generating .rcc/qmlcache/kquickimageeditorplugin_controls/BasicResizeHandle_qml.cpp Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [16/41] Generating .rcc/qmlcache/kquickimageeditorplugin_controls/RectangleCutout_qml.cpp Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [17/41] Generating .rcc/qmlcache/kquickimageeditorplugin_controls/SelectionBackground_qml.cpp Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [18/41] Generating .rcc/qmlcache/kquickimageeditorplugin_controls/SelectionHandle_qml.cpp Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [19/41] Generating .rcc/qmlcache/kquickimageeditorplugin_controls/SelectionTool_qml.cpp Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [20/41] Building CXX object src/CMakeFiles/kquickimageeditorplugin.dir/commands/undocommand.cpp.o [21/41] Building CXX object src/CMakeFiles/kquickimageeditorplugin.dir/kquickimageeditorplugin_autogen/mocs_compilation.cpp.o [22/41] Building CXX object src/CMakeFiles/kquickimageeditorplugin.dir/commands/resizecommand.cpp.o [23/41] Building CXX object src/CMakeFiles/kquickimageeditorplugin.dir/kquickimageeditorplugin_qmltyperegistrations.cpp.o [24/41] Building CXX object src/CMakeFiles/kquickimageeditorplugin.dir/commands/mirrorcommand.cpp.o [25/41] Building CXX object src/CMakeFiles/kquickimageeditorplugin.dir/commands/cropcommand.cpp.o [26/41] Building CXX object src/CMakeFiles/kquickimageeditorplugin.dir/kquickimageeditorplugin_org_kde_kquickimageeditorPlugin.cpp.o [27/41] Building CXX object src/CMakeFiles/kquickimageeditorplugin.dir/commands/rotatecommand.cpp.o [28/41] Building CXX object src/CMakeFiles/kquickimageeditorplugin.dir/resizehandle.cpp.o /opt/kde/src/kquickimageeditor/src/resizehandle.cpp: In member function 'virtual void ResizeHandle::mousePressEvent(QMouseEvent*)': /opt/kde/src/kquickimageeditor/src/resizehandle.cpp:106:43: warning: 'QPointF QMouseEvent::windowPos() const' is deprecated: Use scenePosition() [-Wdeprecated-declarations] 106 | m_mouseDownPosition = event->windowPos(); | ~~~~~~~~~~~~~~~~^~ In file included from /usr/include/qt6/QtQuick/qquickitem.h:14, from /usr/include/qt6/QtQuick/QQuickItem:1, from /opt/kde/src/kquickimageeditor/src/resizehandle.h:10, from /opt/kde/src/kquickimageeditor/src/resizehandle.cpp:8: /usr/include/qt6/QtGui/qevent.h:236:13: note: declared here 236 | QPointF windowPos() const { return scenePosition(); } | ^~~~~~~~~ /opt/kde/src/kquickimageeditor/src/resizehandle.cpp: In member function 'virtual void ResizeHandle::mouseMoveEvent(QMouseEvent*)': /opt/kde/src/kquickimageeditor/src/resizehandle.cpp:114:70: warning: 'QPointF QMouseEvent::windowPos() const' is deprecated: Use scenePosition() [-Wdeprecated-declarations] 114 | const QPointF difference = m_mouseDownPosition - event->windowPos(); | ~~~~~~~~~~~~~~~~^~ /usr/include/qt6/QtGui/qevent.h:236:13: note: declared here 236 | QPointF windowPos() const { return scenePosition(); } | ^~~~~~~~~ [29/41] Building CXX object src/CMakeFiles/kquickimageeditorplugin.dir/.rcc/qmlcache/kquickimageeditorplugin_qmlcache_loader.cpp.o [30/41] Building CXX object src/CMakeFiles/kquickimageeditorplugin.dir/.rcc/qmlcache/kquickimageeditorplugin_controls/BasicResizeHandle_qml.cpp.o [31/41] Building CXX object src/CMakeFiles/kquickimageeditorplugin.dir/resizerectangle.cpp.o [32/41] Building CXX object src/CMakeFiles/kquickimageeditorplugin.dir/imagedocument.cpp.o [33/41] Building CXX object src/CMakeFiles/kquickimageeditorplugin.dir/imageitem.cpp.o [34/41] Building CXX object src/CMakeFiles/kquickimageeditorplugin.dir/.rcc/qmlcache/kquickimageeditorplugin_controls/SelectionHandle_qml.cpp.o [35/41] Building CXX object src/CMakeFiles/kquickimageeditorplugin.dir/.qt/rcc/qrc_kquickimageeditorplugin_raw_qml_0.cpp.o [36/41] Building CXX object src/CMakeFiles/kquickimageeditorplugin.dir/.rcc/qmlcache/kquickimageeditorplugin_controls/SelectionTool_qml.cpp.o [37/41] Building CXX object src/CMakeFiles/kquickimageeditorplugin.dir/.rcc/qmlcache/kquickimageeditorplugin_controls/CropBackground_qml.cpp.o [38/41] Building CXX object src/CMakeFiles/kquickimageeditorplugin.dir/.rcc/qmlcache/kquickimageeditorplugin_controls/SelectionBackground_qml.cpp.o [39/41] Building CXX object src/CMakeFiles/kquickimageeditorplugin.dir/.rcc/qmlcache/kquickimageeditorplugin_controls/RectangleCutout_qml.cpp.o [40/41] Building CXX object src/CMakeFiles/kquickimageeditorplugin.dir/.qt/rcc/qrc_qmake_org_kde_kquickimageeditor.cpp.o [41/41] Linking CXX shared module bin/org/kde/kquickimageeditor/libkquickimageeditorplugin.so