prettyprint/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4ecc2d7e1b2f170bbd2bac745926ef87a185c6ee Author: Andras Timar <[email protected]> AuthorDate: Wed Aug 25 14:54:41 2021 +0200 Commit: Andras Timar <[email protected]> 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
