Re: [CMake] include(InstallRequiredSystemLibraries) not working with NSIS

2013-05-04 Thread Andreas Mohr
Hi, On Fri, May 03, 2013 at 04:19:40PM -0400, cmake-requ...@cmake.org wrote: > Date: Fri, 3 May 2013 12:26:55 -0700 (PDT) > From: charles_west > I've very new with Windows development. If I may ask, is sticking the > required .dlls in the same directory as the application sufficient for it to >

[CMake] include(InstallRequiredSystemLibraries) not working with NSIS

2013-05-03 Thread charles_west
Hello, I'm kinda new. I've written a Qt program in Linux Mint, ported it over to windows with Mingw32, got building working with CMake in Linux and windows, and integrated CPack to create a .deb installer. The debian package has nice automatic package resolution, but I am having trouble getting