Hello !
I created a project Qt dll, It compiles and runs perfectly.
I get in the output files:
test.dll
test.lib
also have the following files:
test.h
test_global.h
Now, faced with the task, to connect the library to the project in C + + (without Qt!!!)
but in the files
test.h
test_global.h
there is a connection # include <Qt\qglobal.h>
And the project is not going to, and not linked.
Prompt how to create a header file that can connect the library to the project Win32 ?
Bookmarks