Move all file DLL to folder
-
Hello everyone, I'm new so there are some incorrect words I hope you can forgive.
Can you please tell me, now I have built the EXE and DLL files from qt, now I want to put the DLL libraries in the same folder, what should I do? I hope you can help!
-
Hello everyone, I'm new so there are some incorrect words I hope you can forgive.
Can you please tell me, now I have built the EXE and DLL files from qt, now I want to put the DLL libraries in the same folder, what should I do? I hope you can help!
@AloneScript
If you need to install/deploy to another machine/environment you should be using windepoyqt per https://doc.qt.io/qt-6/windows-deployment.html, rather than trying to copy DLLs around yourself.If it's for your own machine after you have built Qt the instructions should have helped you to install for local usage.
-
In your case the
Test.exe
must be in the same directory with DLLs. But you can put yourTest.exe
in thelib
folder and create an additional EXE in WinAPI that will run the./lib/Test.exe