[Gammaray-interest] GammaRay installation problem
Kevin Funk
kevin.funk at kdab.com
Wed Mar 21 11:51:09 CET 2018
On Tuesday, 20 March 2018 21:43:02 CET Yunlong Wang wrote:
> To whom it may concern,
> I'd like to try GammaRay in my PC with Windows 10 OS. I have installed Qt
> 5.10 in the PC and Microsoft visual studio 2017. Thus, I try the following
> code to compile GammaRay,
>
> (snip)
Heya Yunlong,
> Above is the output of the CMD.exe. It seems that the problem is caused by
> Qt, but I don't know how to make cmake find the installed QT.
Indeed, CMake cannot find your Qt installation.
Please have a look at the documentation here:
https://github.com/KDAB/GammaRay/blob/master/Install.txt
In short, in case you'd like CMake to detect a certain Qt version, you need to
pass this parameter:
-DCMAKE_PREFIX_PATH=/path/to/Qt/version/
Another solution is to make sure qmake.exe from the Qt installation is in your
PATH environment variable.
Hope that helps!
Regards,
Kevin
> Bests,
> Yunlong
--
Kevin Funk | kevin.funk at kdab.com | Lead Sales Engineer
KDAB (Deutschland) GmbH, a KDAB Group company
Tel: +49-30-521325470
KDAB - The Qt, C++ and OpenGL Experts
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5322 bytes
Desc: not available
URL: <http://mail.kdab.com/pipermail/gammaray-interest/attachments/20180321/5cd8935b/attachment.p7s>
More information about the Gammaray-interest
mailing list