how to set path for running QT c++ program from command prompt.
Unsolved
General and Desktop
-
Hi
i installed QT 5.10.1 and tried to run example.
it is working fine.now trying to run simple a QT hello program from command
prompt. it is not working.a QT c++ program is on desktop. i think need to set some path.
please help me how to do this.
Thanks
shashi -
@shashi-prasads Are you running compiled binary from command prompt??
-
@shashi-prasads said in how to set path for running QT c++ program from command prompt.:
now trying to run simple a QT hello program from command
prompt. it is not working.a QT c++ program is on desktop. i think need to set some path.
Hi @shashi-prasads, you should not set your PATH. Instead, you should deploy your application: http://doc.qt.io/qt-5/windows-deployment.html