We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a06a94 + da18c84 commit c20a4deCopy full SHA for c20a4de
apps/pgmodeler/pgmodeler.pro
@@ -20,11 +20,11 @@ macx {
20
macdeps.files = $$PWD/res/Info.plist $$PWD/res/PkgInfo
21
22
isEqual(PRIVATE_PLUGINS, true) {
23
- macdeps.files = $$PRIV_RES_FOLDER/$$TARGET/Resources
+ macdeps.files += $$PRIV_RES_FOLDER/$$TARGET/Resources
24
}
25
26
isEqual(PRIVATE_PLUGINS, false) {
27
- macdeps.files = $$PWD/res/Resources
+ macdeps.files += $$PWD/res/Resources
28
29
30
macdeps.path = $$PREFIX
0 commit comments