I installed Qt, but its projects (exe files) don't run by themselves. I added the following to path (Windows):
C:\Qt\Qt5.4.1\Tools\mingw491_32\bin;
C:\Qt\Qt5.4.1\Tools\QtCreator\bin;
C:\Qt\Qt5.4.1\5.4\mingw491_32\bin;
C:\Qt\Qt5.4.1\Tools\mingw491_32\i686-w64-mingw32\bin;
C:\Qt\Qt5.4.1\Tools\mingw491_32\opt\bin;
But it still returns error. How can it be solved?
Also by using windeployqt.exe I have nessesary dll files, so with them in the same directory application is running perfectly on any pc, but I could not find where to put them in one place, and application, with its files in the other directory so it would run.
Can it be done? (dll-s are about 22mb, when application with its files 1mb, or less)