Re: [CMake] CPackWIX and MS Visual Studio Redistributable *.MSM

2017-08-17 Thread Nils Gladitz
On Thu, Aug 17, 2017 at 3:10 PM, Matwey V. Kornilov < matwey.korni...@gmail.com> wrote: > Hello, > > What is recommended way to locate and merge MS redistributable *.msm file > into final *.msi installer produced by CPack and WIX? > > It seems to be a quite common task but I cannot find any mentio

Re: [CMake] cmake-gui on windows and qt5 dlls

2017-08-17 Thread Craig Scott
On Fri, Aug 18, 2017 at 6:23 AM, Craig Scott wrote: > > > On Fri, Aug 18, 2017 at 5:05 AM, Konstantin Podsvirov < > konstan...@podsvirov.pro> wrote: > >> Hello Clément Gregoire! >> >> 17.08.2017, 21:55, "Clément Gregoire" : >> > So the following worked for me: >> > >> > move cmake-gui.exe, all dl

Re: [CMake] cmake-gui on windows and qt5 dlls

2017-08-17 Thread Craig Scott
On Fri, Aug 18, 2017 at 5:05 AM, Konstantin Podsvirov < konstan...@podsvirov.pro> wrote: > Hello Clément Gregoire! > > 17.08.2017, 21:55, "Clément Gregoire" : > > So the following worked for me: > > > > move cmake-gui.exe, all dlls and qt.conf to a "cmkae/bin/gui" subfolder > > > > create a batch

Re: [CMake] cmake-gui on windows and qt5 dlls

2017-08-17 Thread Konstantin Podsvirov
Hello Clément Gregoire! 17.08.2017, 21:55, "Clément Gregoire" : > So the following worked for me: > > move cmake-gui.exe, all dlls and qt.conf to a "cmkae/bin/gui" subfolder > > create a batch file named > > cmake-gui.bat > > with the following content > > @echo off > start "" /B "%~dp0\gui\cmake-

Re: [CMake] cmake-gui on windows and qt5 dlls

2017-08-17 Thread Clément Gregoire
So the following worked for me: move cmake-gui.exe, all dlls and qt.conf to a "cmkae/bin/gui" subfolder create a batch file named cmake-gui.bat with the following content @echo off start "" /B "%~dp0\gui\cmake-gui.exe" %* And modify qt.conf so that the plugin directory is correct : from

[CMake] Create relocatable package with proper autogenerated config cmake

2017-08-17 Thread drgutek
Hi, I have created cmake target, say A , and want to install it and create a Config file, so that the installed package could be relocatable. My code is: install(EXPORT ${PROJECT_NAME}Targets FILE ${PROJECT_NAME}Targets.cmake NAMESPACE ${PROJECT_NAME}:: DESTINATION ??? ) Here, I

[CMake] CPackWIX and MS Visual Studio Redistributable *.MSM

2017-08-17 Thread Matwey V. Kornilov
Hello, What is recommended way to locate and merge MS redistributable *.msm file into final *.msi installer produced by CPack and WIX? It seems to be a quite common task but I cannot find any mention. -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: h