osx - qmake cannot find file -


system: mac osx yosemite.

i installed qt 4.8.7 homebrew, , went directory cloned github (magread @ https://github.com/ieatlint/magread.git).

i ran:

qmake magread.pro 

and got error:

cannot find file: magread.pro. 

but file in directory!

i googled , found one similar question on here on stack overflow, answers didn't me.

i'm noob qt appreciated on how project build. thanks!

file names case sensitive. try

qmake magread.pro 

or this, if directory name magread or if there 1 .pro file in current directory:

qmake 

Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -