Issues with Qt Installer Framework 4.0
Solved
Qt Creator and other tools
-
I am trying out IFW 4.0 from the actual download. My OS is Mac OS X 10.14.6.
It looks like "<Icon>" tag is not recognized. I get this error:Create mac installer from release[0] Parsed arguments, ok. [6] Warning: QFile::remove: Empty or null file name Caught exception: Error in /Users/ademmler/QtProjects/Spectraproof2/Installers/mac/config/config.xml, line 8, column 10: Unexpected element "Icon". [6] Cleaning up...
This is my config file:
<?xml version="1.0" encoding="UTF-8"?> <Installer> <Name>Installer Test</Name> <Version>2.1.0-RC</Version> <Title>Installer Test</Title> <Publisher>Lacunasolutions</Publisher> <ProductUrl>http://test.com</ProductUrl> <Icon>spicon.icns</Icon> <Logo>splogo.png</Logo> <Background>splogo.png</Background> <StartMenuDir>MyApplications</StartMenuDir> <TargetDir>/Applications/MyApplications/InstallerTest</TargetDir> <WizardStyle>MacStyle</WizardStyle> </Installer>
Another issue is, that none of the design options (Logo, Icon etc.) are working at all.
<InstallerApplicationIcon>splogo</InstallerApplicationIcon> <InstallerWindowIcon>splogo</InstallerWindowIcon> <Logo>splogo.png</Logo> <Background>splogo.png</Background>