From 6c90fa7c64a151ac0c13f69966863608e77276af Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Tue, 8 Oct 2013 21:40:24 -0700 Subject: Fix the Marble data installation for Windows Qt-only Marble expects the data to be on applicationDirPath() + "/data". Signed-off-by: Thiago Macieira --- subsurface-install.pri | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'subsurface-install.pri') 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=.\' >> $@ -- cgit v1.2.3-70-g09d2