From deea0022f7ea1bdc48ceafe57c2dfbfd848ac8a8 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Tue, 26 Aug 2014 13:26:21 +0200 Subject: Fix library and plugin paths OSX: Move libraries from PlugIns/ to Frameworks/ other: move QmlDesigner plugins to plugins directory Change-Id: Ia266a3514ce6a496061daa044b3781daae0bc272 Reviewed-by: Christian Stenger Reviewed-by: Eike Ziller --- qtcreator.qbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qtcreator.qbs') diff --git a/qtcreator.qbs b/qtcreator.qbs index c0c6bfcea1..c04219488c 100644 --- a/qtcreator.qbs +++ b/qtcreator.qbs @@ -20,7 +20,7 @@ Project { property string libDirName: "lib" property string ide_library_path: { if (qbs.targetOS.contains("osx")) - return ide_app_target + ".app/Contents/PlugIns" + return ide_app_target + ".app/Contents/Frameworks" else if (qbs.targetOS.contains("windows")) return ide_app_path else @@ -28,7 +28,7 @@ Project { } property string ide_plugin_path: { if (qbs.targetOS.contains("osx")) - return ide_library_path + return ide_app_target + ".app/Contents/PlugIns" else if (qbs.targetOS.contains("windows")) return libDirName + "/qtcreator/plugins" else -- cgit v1.2.3