Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I found QT 5.3.0 command prompt

For studying the Qt book "C++-gui-programming-with-qt-4-2ndedition" I need command prompt of Qt. I've installed Qt 5.3.0 (creator 5.3.0 open source) but don't know where is its command prompt. Is there anyone to help me?

like image 879
Aria Avatar asked Dec 26 '22 08:12

Aria


1 Answers

I think what you are seeking is a command prompt with an already setup environment (setting PATH variables for a certain Qt kit). You can find the appropriate batch file in QTINSTALLPATH/YOURKIT/bin/qtenv2.bat. You can e.g. start this batch inside your command shell.

This assumes that your are using a Windows install !

Please be aware that this only sets the environment for Qt ... not your compiler toolchain.

like image 109
OnWhenReady Avatar answered Dec 27 '22 22:12

OnWhenReady