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:
Thiago Macieira 2013-10-08 21:40:24 -07:00
parent 603d65c961
commit 6c90fa7c64

View file

@ -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=.\' >> $@