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
> 
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake-developers

Reply via email to