Skip to content

Commit dea9638

Browse files
author
timlinux
committed
Copy the resource sqlite3 databases into release dir on build
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6378 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 6db9eb5 commit dea9638

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/guiapp.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ win32:system(copy "c:\dev\cpp\qgis\SPONSORS" "c:\dev\cpp\qgis\qgis-release\share
3939
win32:system(copy "c:\dev\cpp\qgis\images\developers\*.jpg" "c:\dev\cpp\qgis\qgis-release\share\qgis\images\developers\")
4040
win32:system(copy "c:\dev\cpp\qgis\doc\index.html" "c:\dev\cpp\qgis\qgis-release\share\qgis\doc\")
4141
win32:system(copy "c:\dev\cpp\qgis\doc\userguide.pdf" "c:\dev\cpp\qgis\qgis-release\share\qgis\doc\")
42+
win32:system(copy "c:\dev\cpp\qgis\resources\*.db" "c:\dev\cpp\qgis\qgis-release\share\qgis\resources\")
4243
#this way didnt work but would be nicer than above
4344
#win32:system(copy "c:\dev\cpp\qgis\AUTHORS" $${QGISDOCDIR}
4445
#win32:system(copy ../../SPONSORS $${QGISDOCDIR})

0 commit comments

Comments
 (0)