Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
timlinux committed Jan 2, 2007
1 parent ac44d8b commit 76bf41f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/guiapp.pro
Expand Up @@ -37,6 +37,8 @@ QT += qt3support svg core gui xml network
win32:system(copy "c:\dev\cpp\qgis\AUTHORS" "c:\dev\cpp\qgis\qgis-release\share\qgis\doc\")
win32:system(copy "c:\dev\cpp\qgis\SPONSORS" "c:\dev\cpp\qgis\qgis-release\share\qgis\doc\")
win32:system(copy "c:\dev\cpp\qgis\images\developers\*.jpg" "c:\dev\cpp\qgis\qgis-release\share\qgis\images\developers\")
win32:system(copy "c:\dev\cpp\qgis\doc\index.html" "c:\dev\cpp\qgis\qgis-release\share\qgis\doc\")
win32:system(copy "c:\dev\cpp\qgis\doc\userguide.pdf" "c:\dev\cpp\qgis\qgis-release\share\qgis\doc\")
#this way didnt work but would be nicer than above
#win32:system(copy "c:\dev\cpp\qgis\AUTHORS" $${QGISDOCDIR}
#win32:system(copy ../../SPONSORS $${QGISDOCDIR})
Expand Down

0 comments on commit 76bf41f

Please sign in to comment.