[Libreoffice-commits] dev-tools.git: prettyprint/Makefile
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Wed Aug 25 12:55:03 UTC 2021
prettyprint/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4ecc2d7e1b2f170bbd2bac745926ef87a185c6ee
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Wed Aug 25 14:54:41 2021 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Aug 25 14:54:41 2021 +0200
prettyprint/formatxml: get this to work with qt5
diff --git a/prettyprint/Makefile b/prettyprint/Makefile
index 04cbd23..7a1b6f8 100644
--- a/prettyprint/Makefile
+++ b/prettyprint/Makefile
@@ -1,2 +1,2 @@
formatxml: formatxml.cpp
- g++ -Wall -I/usr/include/QtCore -I/usr/include formatxml.cpp -lQtCore -L/usr/lib -o formatxml
+ g++ -Wall -I/usr/include/qt5/QtCore -I/usr/include/qt5 formatxml.cpp -lQt5Core -L/usr/lib -o formatxml
More information about the Libreoffice-commits
mailing list