I’m following this Document. Using Qt 5.3
http://qt-project.org/doc/qt-5/linux-deployment.html
process sucessfull till this command
qmake -config release
(nothing happens)
as qmake usage suggest i execute these commands
qmake -project <this created a .pro file
qmake -makefile <this created new Makefile
make <nothing happens terminal reply was "make: Nothing to be done for `first'."
any help?
thanks!
↧