<html><head></head><body><div>On Thu, 2019-01-24 at 09:27 -0800, Venedict Tchistopolskii wrote:</div><blockquote type="cite"><div dir="ltr">Er, lemme clarify.<div><br></div><div>Can cmake-gui.exe be built along with cmake if using the install path setting? I currently use windeployqt to handle gui dependencies.</div></div></blockquote><div><br></div><div>Yes, like I mentioned, just build with BUILD_QtDialog=ON. You can then run windeployqt after running cmake --build . --target install:</div><div><br></div><div>cmake --build . --target install</div><div>windeployqt C:/Path/To/Where/I/Want/To/Install/bin/cmake.exe</div><div><br></div><div>Kyle</div><blockquote type="cite">
</blockquote></body></html>