Skip to content

Commit

Permalink
Copy the resource sqlite3 databases into release dir on build
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6378 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jan 2, 2007
1 parent 6db9eb5 commit dea9638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/guiapp.pro
Expand Up @@ -39,6 +39,7 @@ win32:system(copy "c:\dev\cpp\qgis\SPONSORS" "c:\dev\cpp\qgis\qgis-release\share
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\")
win32:system(copy "c:\dev\cpp\qgis\resources\*.db" "c:\dev\cpp\qgis\qgis-release\share\qgis\resources\")
#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 dea9638

Please sign in to comment.