Generate Inno setup files too - looks like the adware warning was a google error...

This commit is contained in:
craig.p.drummond
2014-07-20 15:03:17 +00:00
committed by craig.p.drummond
parent cab1b37cf8
commit 9bf097c3b0
2 changed files with 6 additions and 2 deletions

5
README
View File

@@ -898,6 +898,11 @@ This assumes the following folder structure:
been generated in the install folder. This will place the setup exe into
the install folder as well.
- OR -
Run Inno Setup Compiler, and use the cantata.iss that has been generated in
the build folder. This will place the setup exe in z:\cantata
This build is as per Qt-only, but does not have support for dbus, local dynamic
playlists, device support, or replaygain calculation.

View File

@@ -2,9 +2,8 @@ set(WINDOWS_APP_NAME Cantata)
set(WINDOWS_COMPANY_NAME Cantata)
set(WINDOWS_URL "http://cantata.googlecode.com")
configure_file(cantata.nsi.cmake ${CMAKE_CURRENT_BINARY_DIR}/cantata.nsi)
configure_file(cantata.iss.cmake ${CMAKE_CURRENT_BINARY_DIR}/cantata.iss)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/cantata.nsi cantata.ico LICENSE.txt "Cantata README.txt" "Qt4 README.txt" "Qt License (LGPL V2).txt" "TagLib README.txt" DESTINATION ${CMAKE_INSTALL_PREFIX})
# These two are ued by Inno Setup Compiler builds
#configure_file(cantata.iss.cmake ${CMAKE_CURRENT_BINARY_DIR}/cantata.iss)
install(FILES LICENSE.txt DESTINATION ${CMAKE_INSTALL_PREFIX} RENAME "Cantata License (GPL V3).txt")
# Qt translation files...