forked from qt-creator/qt-creator
Installer: remove unnecessary patch operations
Everything is done by the qt.conf mechanism Task-number: QTIFW-402 Task-number: QTCREATORBUG-10752 Change-Id: I003e7135d29c000a58e151cb9f913712d1110336 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
@@ -153,12 +153,6 @@ Component.prototype.createOperations = function()
|
||||
component.createOperations();
|
||||
if ( installer.value("os") == "win" )
|
||||
{
|
||||
component.addOperation( "SetPluginPathOnQtCore",
|
||||
"@TargetDir@/bin",
|
||||
"@TargetDir@/plugins");
|
||||
component.addOperation( "SetImportsPathOnQtCore",
|
||||
"@TargetDir@/bin",
|
||||
"@TargetDir@/bin");
|
||||
component.addOperation( "CreateShortcut",
|
||||
component.qtCreatorBinaryPath,
|
||||
"@StartMenuDir@/Qt Creator.lnk",
|
||||
@@ -173,13 +167,6 @@ Component.prototype.createOperations = function()
|
||||
}
|
||||
if ( installer.value("os") == "x11" )
|
||||
{
|
||||
component.addOperation( "SetPluginPathOnQtCore",
|
||||
"@TargetDir@/lib/qtcreator",
|
||||
"@TargetDir@/lib/qtcreator/plugins");
|
||||
component.addOperation( "SetImportsPathOnQtCore",
|
||||
"@TargetDir@/lib/qtcreator",
|
||||
"@TargetDir@/bin");
|
||||
|
||||
component.addOperation( "InstallIcons", "@TargetDir@/share/icons" );
|
||||
component.addOperation( "CreateDesktopEntry",
|
||||
"QtProject-qtcreator.desktop",
|
||||
|
||||
Reference in New Issue
Block a user