How can I use a DLL, in VS, without needing to load the moc files from the DLL?
-
In this example, I am not using ui files
-
In this example, I am not using ui files
Dear All;
I finally found the problem.
I was creating a DLL project, and within this project I created the EXE project.
When declaring the path of the inclusion directories of the EXE project, it was not correctly including the address of the path where the libAnd indeed my initial confusion was due to the fact of trying to export a template as a class T that is not known.
Excuse me
.\GeneratedFiles;.;$(QTDIR)\include;.\GeneratedFiles$(ConfigurationName);$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(QTDIR)\include\QtWidgets;..\test;..\test\GeneratedFiles$(ConfigurationName);C:\Users\therrera\Documents\Visual Studio 2015\Projects\test\x64\Debug;C:\Users\therrera\Documents\Visual Studio 2015\Projects\test\test\x64\Debug;C:\Users\therrera\Documents\Visual Studio 2015\Projects\test\test\GeneratedFiles\Debug;C:\Users\therrera\Documents\Visual Studio 2015\Projects\test\test;%(AdditionalIncludeDirectories)