How can i run my qt application program in command prompt
-
wrote on 10 Apr 2014, 10:55 last edited by
hi everyone,
i want to run my qt application program by means of command prompt instead of going through debug->start debugging. i do not whether it is possible ,if it is possible please can anyone tel me how to do this.thanks.
-
wrote on 10 Apr 2014, 11:43 last edited by
-
Open command line
-
Navigate to your build folder
-
Run your application
-
Problems?
-
-
wrote on 10 Apr 2014, 11:58 last edited by
[quote author="beemaster" date="1397130204"]1) Open command line
2) Navigate to your build folder
3) Run your application- Problems?[/quote]
It might be as easy as above, but this requires the dynamic libs in environment path.
"Check for windows":http://qt-project.org/doc/qt-5/windows-deployment.html
1/3