Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Qt5 deploy application on Windows from QtCreator

$
0
0
Hi all, I was working for 2 months with Qt and I start to feel comfortable with it. However, since 2 days I am trying to deploy a small application in order to run it in other windows PC, and I do not get any result. I was following a lot of guides like: http://qt-project.org/doc/qt-5.0/qtdoc/deployment-windows.html or http://qt-project.org/wiki/How_to_build_a_static_Qt_version_for_Windows_with_gcc The first one is quite incomplete and the second one I think it is pointed on Qt4. I get to know, that I needed to have a tool such “configure.exe” in order to build Qt statically. Once I reinstall Qt5.0.1, I found configure.exe in the next path: C:\Qt\Qt5.0.1\5.0.1\Src\qtbase. Then I execute: configure -static -platform win32-g++ And in this point, my command prompt hangs out, and I dont get any feedback. Moreover I have questions about the next step: mingw32-make sub-src First of all, I found mingw32-make.exe in a complete different path, under C:\Qt\Qt5.0.1\Tools\MinGW\bin. And sub-src is not an option for this command o_O. I am really lost. Does anyboy know any documentation about this topic?

Viewing all articles
Browse latest Browse all 2113

Trending Articles