PDA

View Full Version : How do I create a DLL for QT



zartoch
7th May 2009, 22:56
I need to create a Qt 4 Dynamic-link library. I’m working in visual studio 2008. Does anyone know of a good tutorial of how to create a dll and add it to another project? I found one yesterday but forgot to bookmark it. Now I cannot find it.

munna
8th May 2009, 07:13
In your qmake file set the variable TEMPLATE to dll. The code will then be built as a dynamic library.

spirit
8th May 2009, 07:28
read this (http://www.qtcentre.org/forum/p-dll-using-qt-post86389/postcount2.html) thread and also you can seach by forum. ;)