[SOLVED] unresolved external symbol “int __cdecl qInitResources_mdi(void)”
General and Desktop
2
Posts
1
Posters
3.4k
Views
1
Watching
-
wrote on 4 May 2014, 16:47 last edited by
I copied code from working project to another. When I compile I get error: unresolved external symbol "int __cdecl qInitResources_mdi(void)" This function is generating in qrc_mdi.cpp in correct project. But in this project this file is not generating.
Qt 5.2.1, Visual Studio 2013, msvc2012.
-
wrote on 4 May 2014, 17:14 last edited by
Solved. I forgot to add resource files.
1/2