aboutsummaryrefslogtreecommitdiffstats
path: root/src/src.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'src/src.qbs')
-rw-r--r--src/src.qbs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/src.qbs b/src/src.qbs
index 08562c12fb..0ef11cb4a0 100644
--- a/src/src.qbs
+++ b/src/src.qbs
@@ -30,9 +30,7 @@ Project {
? ["@loader_path/" + FileInfo.relativePath(appInstallDir, libInstallDir)]
: ["$ORIGIN/..", "$ORIGIN/../" + project.ide_library_path]
property string resourcesInstallDir: project.ide_data_path + "/qbs"
- property string pluginsInstallDir: qbs.targetOS.contains("windows")
- ? project.libDirName + "/qtcreator"
- : project.ide_library_path
+ property string pluginsInstallDir: project.ide_plugin_path
property string appInstallDir: project.ide_bin_path
property string relativePluginsPath: FileInfo.relativePath(appInstallDir, pluginsInstallDir)
property string relativeSearchPath: FileInfo.relativePath(appInstallDir,