I just created tinyxml as a shared library and would like to figure out how to link it. How is this achieved?
You must add includeepath and libs in your pro file.
Something like the following. Just change your ways.
LIBS += -ltinyxml LIBS += -L/libs/tinyxml/lib INCLUDEPATH += /libs/tinyxml/include/
Source: https://habr.com/ru/post/1368856/More articles:binding to privileged port in iPhone simulator - tcpMy LAMP server spills out ï "¿before anything - phpSQLite Managers for Windows - sqliteSetting FullCalendar configuration values dynamically - javascriptChanging the view of the Zend Framework module script path - moduleggplot2 - annotated text with the inscription - rCorrect way to use custom library in Qt? - qtDisplay a control panel with each square as an object - C ++ QT - c ++Why am I getting an ASCII coding error with Unicode data in Python 2.4, but not 2.7? - pythonHow to get the ephemeral client port number in ASP.NET? - .netAll Articles