aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2013-06-27 16:05:39 +0200
committerKai Koehne <kai.koehne@digia.com>2013-06-27 16:25:33 +0200
commita65420c29010082ae4c62724163eee733d5f59c1 (patch)
tree909b7d501f207e3fa2a2b9f49d2bd0bd5c5ac7c9
parentbc92f0cf7e8214fb50e40d7c995c24e5272cfd44 (diff)
Remove unneeded patching operations for Qt Creatorv5.1.0-rc2-packaging
The operations didn't have any affect on Qt 5. We actually install a qt.conf file that does essentially the same. Change-Id: I9af1d41258a3cf033653b429a23c8492fc15e414 Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
-rw-r--r--release-tools/configurations/pkg_tools/qt.tools.qtcreator/meta/installscript.qs12
1 files changed, 0 insertions, 12 deletions
diff --git a/release-tools/configurations/pkg_tools/qt.tools.qtcreator/meta/installscript.qs b/release-tools/configurations/pkg_tools/qt.tools.qtcreator/meta/installscript.qs
index 0ea1c88a9..9c2701701 100644
--- a/release-tools/configurations/pkg_tools/qt.tools.qtcreator/meta/installscript.qs
+++ b/release-tools/configurations/pkg_tools/qt.tools.qtcreator/meta/installscript.qs
@@ -209,12 +209,6 @@ Component.prototype.createOperations = function()
if ( installer.value("os") == "win" )
{
- component.addOperation( "SetPluginPathOnQtCore",
- path + "bin",
- path + "plugins");
- component.addOperation( "SetImportsPathOnQtCore",
- path + "bin",
- path + "bin");
component.addOperation( "CreateShortcut",
component.qtCreatorBinaryPath,
"@StartMenuDir@\\Qt Creator.lnk",
@@ -228,12 +222,6 @@ Component.prototype.createOperations = function()
}
if ( installer.value("os") == "x11" )
{
- component.addOperation( "SetPluginPathOnQtCore",
- path + "lib" + native_path_separator + "qtcreator",
- path + "lib" + native_path_separator + "qtcreator" + native_path_separator + "plugins");
- component.addOperation( "SetImportsPathOnQtCore",
- path + "lib" + native_path_separator + "qtcreator",
- path + "bin");
component.addOperation( "InstallIcons", path + "share" + native_path_separator + "icons" );
component.addOperation( "CreateDesktopEntry",
"DigiaQtOpenSource-qtcreator.desktop",