Mercurial > minori
comparison dep/pugixml/scripts/pugixml.pc.in @ 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=@CMAKE_INSTALL_PREFIX@ | |
2 exec_prefix=${prefix} | |
3 includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@@INSTALL_SUFFIX@ | |
4 libdir=@CMAKE_INSTALL_FULL_LIBDIR@@INSTALL_SUFFIX@ | |
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: @pugixml_VERSION@ | |
10 Cflags: -I${includedir} | |
11 Libs: -L${libdir} -lpugixml@LIB_POSTFIX@ |