Just started trying an example in Qt but get "No debugger set up"
-
From a Qt Creator perspective, it's one way to do it. You can also modify the the environment in the Run part of the Project panel.
If the exe is run outside Qt Creator you have to take the same steps as you would when deploying on another computer. That part has been greatly simplified since windeployqt has been created.
If some things aren't found, you'll have to copy them manually. In the case of MySQL, simply copy the .dll in the same folder as the application.
On a side note, please don't use so much caps, in written language it's considered shouting and rude.
-
No worries ;)
Since you have it working now, please mark the thread as solved using the "Topic Tool" button so that other forum users may know a solution has been found :)