Using custom dll in Qt Application
Posted
by Donotalo
on Stack Overflow
See other posts from Stack Overflow
or by Donotalo
Published on 2010-05-07T17:57:25Z
Indexed on
2010/05/07
18:08 UTC
Read the original article
Hit count: 316
First, my compiler and OS:
- Qt Creator 1.3
- Qt 4.6 (32 bit)
- Windows 7 Ultimate
I want to learn how to create and import a dll in Qt. I've created a *.dll file using Qt Creator, called Shared1.dll which contains nothing but an empty class named Shared1. Now I'd like to use Shared1 class in another Qt project. How can I do that?
Thanks in advance.
© Stack Overflow or respective owner