forked from qt-creator/qt-creator
Take the right sis package when using the Smart Installer flag.
This commit is contained in:
@@ -371,6 +371,12 @@ void Qt4BuildConfiguration::emitBuildDirectoryInitialized()
|
||||
emit buildDirectoryInitialized();
|
||||
}
|
||||
|
||||
void Qt4BuildConfiguration::emitS60CreatesSmartInstallerChanged()
|
||||
{
|
||||
emit s60CreatesSmartInstallerChanged();
|
||||
}
|
||||
|
||||
|
||||
void Qt4BuildConfiguration::getConfigCommandLineArguments(QStringList *addedUserConfigs, QStringList *removedUserConfigs) const
|
||||
{
|
||||
QtVersion::QmakeBuildConfigs defaultBuildConfiguration = qtVersion()->defaultBuildConfig();
|
||||
|
||||
Reference in New Issue
Block a user