Closed lucianjames closed 2 years ago
Got it to run by setting an environment variable and adding some DLL files into the folder.
Need to set up static linking
Static linking isnt going to happen lol (dont feel like jumping through 9322 hoops), also need to figure out which DLL files I need to copy from opencv. since it seems to be automatically finding them in my opencv installation. The env variable I set didnt actually need to be set, just had to copy another DLL.
Or actually I do need the environment variable set???? windows is so shit.
Ok I found out that an application called windeployqt.exe which can be found in the bin file of the QT installation can set up all the deps for me, which is nice. Now I just need to set up opencv properly too
Used x64debug to find and verify that any DLL files which are not part of windows are included in the folder containing the executable. Ready to deploy this release now! (Then ill make a minor update by adding a nice theme to it)
A couple warnings and an error with the current CMakeLists.txt