Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hey guys,
I want to use qtCreator to write a plain C-DLL without any qt dependencies. Is there any guide how to setup my project?
THX mts
When creating a new project, select C++ library, then you have a list of checkboxes of Qt modules you want to link in your library. Just uncheck all of them. (Using QtCreator 4.2.1).
Sorry, I found it: QT -= core
CU mts
@themts said in How to create a plain C-DLL in qtCreator?:
Sorry, I found it: QT -= core CU mts
I'm glad you found it, please mark your post as solved.