Skip to content

Commit

Permalink
Add missing dependencies to artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Jun 13, 2017
1 parent c505fa5 commit 4912fea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/deployment.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Project {
archiver.outputDirectory: project.buildDirectory

Depends { name: "Qt5GSettings" }
Depends { name: "Qt5GSettings-cmake" }
Depends { name: "Qt5GSettings-pkgconfig" }
Depends { name: "Qt5GSettings-qbs" }
Depends { name: "qtgsettingsplugin" }
}
}

0 comments on commit 4912fea

Please sign in to comment.