How can i add dll reference to qt project
QML and Qt Quick
2
Posts
2
Posters
1.3k
Views
1
Watching
-
wrote on 20 Aug 2013, 12:21 last edited by
My app using some dll files. How can i add their references in .pro file? (or any other way)
-
Hi,
Have a look at "this":http://qt-project.org/doc/qt-4.8/qmake-variable-reference.html#libs
You can also use QtCreator's"Add Library" feature
1/2