mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix the Marble data installation for Windows
Qt-only Marble expects the data to be on applicationDirPath() + "/data". Signed-off-by: Thiago Macieira <thiago@macieira.org>
This commit is contained in:
parent
603d65c961
commit
6c90fa7c64
1 changed files with 3 additions and 2 deletions
|
@ -39,9 +39,10 @@ mac {
|
||||||
WINDOWSSTAGING = packaging/windows
|
WINDOWSSTAGING = packaging/windows
|
||||||
|
|
||||||
deploy.path = $$WINDOWSSTAGING
|
deploy.path = $$WINDOWSSTAGING
|
||||||
deploy.files += $$marbledir.files $$xslt.files $$doc.files
|
deploy.files += $$xslt.files $$doc.files
|
||||||
target.path = $$WINDOWSSTAGING
|
target.path = $$WINDOWSSTAGING
|
||||||
INSTALLS += deploy target
|
marbledir.path = $$WINDOWSSTAGING/data
|
||||||
|
INSTALLS += deploy marbledir target
|
||||||
|
|
||||||
qt_conf.commands = echo \'[Paths]\' > $@
|
qt_conf.commands = echo \'[Paths]\' > $@
|
||||||
qt_conf.commands += $${nltab}echo \'Prefix=.\' >> $@
|
qt_conf.commands += $${nltab}echo \'Prefix=.\' >> $@
|
||||||
|
|
Loading…
Add table
Reference in a new issue