Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Copy the context help files into release dir resources dir on build (…
…qmake)

git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6379 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jan 2, 2007
1 parent dea9638 commit bd1a01c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/guiapp.pro
Expand Up @@ -40,6 +40,7 @@ win32:system(copy "c:\dev\cpp\qgis\images\developers\*.jpg" "c:\dev\cpp\qgis\qgi
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\")
win32:system(copy "c:\dev\cpp\qgis\resources\*.db" "c:\dev\cpp\qgis\qgis-release\share\qgis\resources\")
win32:system(copy "c:\dev\cpp\qgis\resources\context_help\*" "c:\dev\cpp\qgis\qgis-release\share\qgis\resources\context_help\")
#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 bd1a01c

Please sign in to comment.