[cmake-developers] Compiling static/stand-alone CMake.exe
Kyle Edwards
kyle.edwards at kitware.com
Thu Jan 24 15:32:59 EST 2019
On Thu, 2019-01-24 at 12:25 -0800, Venedict Tchistopolskii wrote:
> The install command auto-installs release right?
> How do I trigger this 'install' from VStudio?
> Is building in VStudio enough before install?
> e.g. generate solution -> build in VStudio -> run install
> command in CLI?
Yes, this will work.
> Just not sure on the proper flow because I use VStudio to debug/modify/test CMake.
Usually debugging etc. is done on the .exe inside the build tree,
rather than the install tree.
> Additionally with this setup cmake-gui.exe can't find Qt5widgets etc. no matter what I do.....
You mean at build-time, or at runtime?
> It finds it if I use the .exe built by VStudio.
Does the one in VStudio have all the Qt DLLs beside it in the
directory?
Kyle
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cmake.org/pipermail/cmake-developers/attachments/20190124/db69ee0b/attachment.html>
More information about the cmake-developers
mailing list