View Single Post
Posts: 353 | Thanked: 263 times | Joined on Dec 2009 @ Finland
#2
I didn't check the example, but I suppose there is a .pro file already so you don't need to run "qmake -project". Try running:
qmake <filename>.pro
make

Replace <filename> with the actual name of the .pro file.