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
Post a Comment