Mercurial > minori
comparison dep/pugixml/pugixml.pc @ 367:8d45d892be88 default tip
*: instead of pugixml, use Qt XML features
this means we have one extra Qt dependency though...
author | Paper <paper@tflc.us> |
---|---|
date | Sun, 17 Nov 2024 22:55:47 -0500 |
parents | 886f66775f31 |
children |
comparison
equal
deleted
inserted
replaced
366:886f66775f31 | 367:8d45d892be88 |
---|---|
1 prefix=/usr | |
2 exec_prefix=${prefix} | |
3 includedir=/usr/include | |
4 libdir=/usr/lib | |
5 | |
6 Name: pugixml | |
7 Description: Light-weight, simple and fast XML parser for C++ with XPath support. | |
8 URL: https://pugixml.org/ | |
9 Version: 1.14 | |
10 Cflags: -I${includedir} | |
11 Libs: -L${libdir} -lpugixml |