Лучший способ создать исполняемый файл в qt mingw?
мой вопрос заключается в том, когда я создаю режим выпуска своего простого приложения, как я могу создать exe-файл?
я протестировал это решение:
Let's say you've installed QT under c:\qtsdk Open your project, and compile it in release mode. Go to this directory: C:\QtSDK\Desktop\Qt\4.7.4\mingw\bin -- it contains all shared libraries. Debug libraries end with a "d" -- frex, QtCore.dll is release version, while QtCoreD.dll is debug version Copy at least these files into your release directory (where your .exe lies) mingwm10.dll libgcc_s_dw2-1.dll QtCore4.dll QtGui4.dll I just built, tested and deployed a dummy project this way.
но после копирования файла он возвращает другой файл зависимостей, я снова копирую его и другую ошибку!!!!
пожалуйста, направь меня
Что я уже пробовал:
http://stackoverflow.com/questions/8312725/how-to-create-executable-file-for-a-qt-application