Hi!
I’m new to Qt and with the whole programming scene and I have a bit of a problem.
When I run my Qt project using QTCreator, it runs fine. But when I try to run it from the release folder (“DBMS-build-desktop-Qt_4_8_1_for_Desktop-_MinGW__Qt_SDK__Release”_), it gives me this error:
“The procedure entry point ??0QVariant@@QAE@ABV0@@Z could not be located in the dynamic link library QtCore4.dll”
I looked for some solutions online and so far none has worked. I tried to copy every QtCore4.dll from every directory under the installation path into the same folder as the .exe but still no avail.
Thanks in advance! :D
↧