Skip to content

Commit

Permalink
fix: missing concat operator +=
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefly35 committed Feb 4, 2022
1 parent 47582be commit 3864a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packagedependencies.pri
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ defined(PROJECTDEPLOYDIR,var) {
package_files.files = $$_PRO_FILE_PWD_/build/$${REMAKEN_FULL_PLATFORM}/$${PKGDEPFILENAME}
}
exists($$_PRO_FILE_PWD_/build/$${REMAKEN_FULL_PLATFORM}/$${EXTRADEPFILENAME}) {
package_files.files = $$_PRO_FILE_PWD_/build/$${REMAKEN_FULL_PLATFORM}/$${EXTRADEPFILENAME}
package_files.files += $$_PRO_FILE_PWD_/build/$${REMAKEN_FULL_PLATFORM}/$${EXTRADEPFILENAME}
}
exists($$OUT_PWD/$${BCOMPFX}$${TARGET}.pc) {
package_files.files += $$OUT_PWD/$${BCOMPFX}$${TARGET}.pc
Expand Down

0 comments on commit 3864a77

Please sign in to comment.