How to mark a lib as runtime library?
General and Desktop
3
Posts
3
Posters
872
Views
1
Watching
-
wrote on 3 Jul 2013, 17:22 last edited by
In order to link properly I need to mark a library runtime.How to do this?
-
wrote on 3 Jul 2013, 21:55 last edited by
Maybe using @LIBS += @ in your PRO file is what you need (Well, that was just my approximation to your question (that is unclear for me))
-
wrote on 4 Jul 2013, 10:03 last edited by
Hi,
[quote author="dwsld" date="1372872127"]In order to link properly I need to mark a library runtime.How to do this?[/quote]
What it means?
1/3