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

New commits:
commit 937ec1d808b5609d8f9904d1d13ce9dcdccdcd09
Author:     Rico Tzschichholz <[email protected]>
AuthorDate: Thu Aug 29 22:36:31 2024 +0200
Commit:     Michael Stahl <[email protected]>
CommitDate: Thu Sep 5 10:48:50 2024 +0200

    kf6: Use the intended qt6 includes
    
    Change-Id: Ieaed72cbb0f915be4676d0df9bffe20e9fbfd0da
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172616
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <[email protected]>

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