vcl/Library_vclplug_kf6.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a6d4e3e4624c7bb250e8e4b86788b30637982be4
Author:     Rico Tzschichholz <ric...@ubuntu.com>
AuthorDate: Thu Aug 29 22:36:31 2024 +0200
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Thu Sep 5 11:52:20 2024 +0200

    kf6: Use the intended qt6 includes
    
    Change-Id: Ieaed72cbb0f915be4676d0df9bffe20e9fbfd0da
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172861
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>
    Tested-by: Jenkins

diff --git a/vcl/Library_vclplug_kf6.mk b/vcl/Library_vclplug_kf6.mk
index 1e7ece07037c..fc9cbd6bccdf 100644
--- a/vcl/Library_vclplug_kf6.mk
+++ b/vcl/Library_vclplug_kf6.mk
@@ -26,7 +26,7 @@ $(eval $(call 
gb_Library_use_custom_headers,vclplug_kf6,vcl/unx/kf6))
 $(eval $(call gb_Library_set_include,vclplug_kf6,\
     $$(INCLUDE) \
     -I$(SRCDIR)/vcl/inc \
-    -I$(SRCDIR)/vcl/inc/qt5 \
+    -I$(SRCDIR)/vcl/inc/qt6 \
 ))
 
 $(eval $(call gb_Library_add_defs,vclplug_kf6,\

Reply via email to