Skip to content

Commit

Permalink
style: Rename the root project property
Browse files Browse the repository at this point in the history
  • Loading branch information
GooRoo committed Nov 7, 2024
1 parent 4b17680 commit 7ec5ab5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/easy/deployqt/deployqt.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Module {

qbs.install: true
qbs.installPrefix: project.installContentsPath
qbs.installDir: project.installLibraryDir
qbs.installDir: project.installLibrariesDir
qbs.installSourceBase: qbs.targetOS.contains('windows')? Qt.core.binPath : Qt.core.libPath
}

Expand Down Expand Up @@ -326,7 +326,7 @@ Module {
filePath: DeployQt.toTargetPath(
dep,
product.qbs.targetOS.contains('windows')? product.Qt.core.binPath : product.Qt.core.libPath,
project.installLibraryDir
project.installLibrariesDir
),
fileTags: ['dmg.input']
}
Expand All @@ -347,7 +347,7 @@ Module {
const targetPath = DeployQt.toTargetPath(
dep,
product.qbs.targetOS.contains('windows')? product.Qt.core.binPath : product.Qt.core.libPath,
project.installLibraryDir
project.installLibrariesDir
)

if (!File.exists(targetPath)) {
Expand Down

0 comments on commit 7ec5ab5

Please sign in to comment.