how to execute qmake -tp vc -r command?
-
Hello,
I'm a newbie to Qt. I'm trying to install "ImagePlay " from github and I'm following build instructions stated there. After cloning using GIT command prompt window, next instruction I see is, qmake -tp vc-r. I haven't used Qt earlier and have no idea about usage.
My question is how do I execute this command, "qmake -tp vc -r". When I tried executing in Qt Command prompt, I get this msg, "Usage: qmake[mode] [options] [files].
Thanks.
-
Hi and welcome to devnet,
You're missing
-project
before-tp
-
You're welcome !
Since you have it working now, please update the thread title prepending [solved] so other forum users may know a solution has been found :)
Also, while browsing the forums, consider up-voting answers that helped you, that will make them easier to find by other users :)