View Single Post
Old 09-01-2012, 03:14 AM   #9
morp
Junior Member
morp began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Aug 2012
Device: none
Quote:
Originally Posted by DiapDealer View Post
I've found that configuring Sigil (cmake) with the "-DCMAKE_BUILD_TYPE=Release" option stops Sigil from barking about missing debug versions of the various Qt libs after building the binary Windows installer package and using it to install Sigil on a "virgin" machine.
Please, can you give details of what you did to achieve this because the only thing that appear to solve the Qt libs problem at my end is Kiwidude's suggestion of manually copying the files to the installed directory. I tried "cmake -DCMAKE_BUILD_TYPE=Release -G "Visual Studio 10" " but it didn't work.
I don't wish to manually copy the Qt libs but want to build binary Windows installer package with vs2010 which would install and run on a "virgin" machine without asking for Qt lib.
morp is offline   Reply With Quote