diff options
-rw-r--r-- | subsurface-install.pri | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/subsurface-install.pri b/subsurface-install.pri index 0615bc325..3a625973a 100644 --- a/subsurface-install.pri +++ b/subsurface-install.pri @@ -39,9 +39,10 @@ mac { WINDOWSSTAGING = packaging/windows deploy.path = $$WINDOWSSTAGING - deploy.files += $$marbledir.files $$xslt.files $$doc.files + deploy.files += $$xslt.files $$doc.files target.path = $$WINDOWSSTAGING - INSTALLS += deploy target + marbledir.path = $$WINDOWSSTAGING/data + INSTALLS += deploy marbledir target qt_conf.commands = echo \'[Paths]\' > $@ qt_conf.commands += $${nltab}echo \'Prefix=.\' >> $@ |