Skip to content

Commit 76bf41f

Browse files
author
timlinux
committed
Copy userguide and index.html to release dir when building under win
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6374 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ac44d8b commit 76bf41f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/gui/guiapp.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ QT += qt3support svg core gui xml network
3737
win32:system(copy "c:\dev\cpp\qgis\AUTHORS" "c:\dev\cpp\qgis\qgis-release\share\qgis\doc\")
3838
win32:system(copy "c:\dev\cpp\qgis\SPONSORS" "c:\dev\cpp\qgis\qgis-release\share\qgis\doc\")
3939
win32:system(copy "c:\dev\cpp\qgis\images\developers\*.jpg" "c:\dev\cpp\qgis\qgis-release\share\qgis\images\developers\")
40+
win32:system(copy "c:\dev\cpp\qgis\doc\index.html" "c:\dev\cpp\qgis\qgis-release\share\qgis\doc\")
41+
win32:system(copy "c:\dev\cpp\qgis\doc\userguide.pdf" "c:\dev\cpp\qgis\qgis-release\share\qgis\doc\")
4042
#this way didnt work but would be nicer than above
4143
#win32:system(copy "c:\dev\cpp\qgis\AUTHORS" $${QGISDOCDIR}
4244
#win32:system(copy ../../SPONSORS $${QGISDOCDIR})

0 commit comments

Comments
 (0)