On Tue, Jul 10, 2012 at 11:43 AM, Stephen Kelly <[email protected]> wrote: > On Monday, July 09, 2012 22:35:07 Thiago Macieira wrote: >> On segunda-feira, 9 de julho de 2012 22.29.31, Mark wrote: >> > So, is there anyway for me to use the private class anyway? I know it >> > shouldn't be done, but it's just something i'd like to try if possible >> > and see how much difference it makes if i use that opposed to >> > QSvgRenderer::load. >> > Do i need to include something extra in cmake (not using qmake in this >> > project)? >> >> The equivalent of qmake's: >> >> QT += svg-private > > ... Which is > > find_package(Qt5Svg) > include_directories(${Qt5Svg_PRIVATE_INCLUDE_DIRS}) > > But I still say don't use private API. > > Thanks,
Thanks, both. _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
