[Gammaray-interest] Building with custom Qt 5.3.2
Allen Winter
allen.winter at kdab.com
Wed Nov 19 18:55:02 CET 2014
On Wednesday, November 19, 2014 01:48:26 PM mg wrote:
> I am having trouble building GammaRay (branch master) with the following
> environment:
> Windows 7
> Visual Studio 2013
> Windows Kit 8.1
> and Qt 5.3.2 compiled without any QML support
>
> The compiler error I am getting is:
> wk2application.cpp(22) : fatal error C1083: Cannot open include file:
> 'QGuiApplication' No such file or directory
> The missing QML support (optional) is detected by cmake, but this test
> executable is trying to build anyway.
>
Can you try changing tests/manual/CMakeLists.txt, line 36
from
if(Qt5WebKit_FOUND)
to
if(Qt5WebKit_FOUND AND Qt5Quick_FOUND)
> If I ignore this and nmake all directories manually I cannot get GammaRay
> to attach to a process, a message box appears telling me that
> gammaray_core-qt5.3-MSVC-debug-i686.dll is missing.
>
maybe add c:\Program Files\lib\ to your %PATH% ?
> Can someone help me get a working current GammaRay version on my system?
>
> Thanks,
> Martin
> _______________________________________________
> Gammaray-interest mailing list
> Gammaray-interest at mail.kdab.com
> https://mail.kdab.com/mailman/listinfo/gammaray-interest
--
Allen Winter | allen.winter at kdab.com | Software Engineer
KDAB (USA), LLC, a KDAB Group company
Tel. USA +1-866-777-KDAB(5322) ext3, Sweden (HQ) +46-563-540090
KDAB - Qt Experts - Platform-independent software solutions
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4775 bytes
Desc: not available
URL: <http://mail.kdab.com/pipermail/gammaray-interest/attachments/20141119/1c183e74/attachment.p7s>
More information about the Gammaray-interest
mailing list