Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Copy resources into release dir
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6332 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Dec 29, 2006
1 parent defc6bf commit f64d75e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions settings.pro
Expand Up @@ -117,6 +117,9 @@ macx:QGISPLUGINDIR=$${DESTDIR}/$${QGIS_APP_NAME}.app/Contents/lib/qgis
QGISPROVIDERDIR=$${QGISBINDIR}/lib/qgis
macx:QGISPROVIDERDIR=$${DESTDIR}/$${QGIS_APP_NAME}.app/Contents/lib/qgis

win32:QGISDOCDIR=$${DESTDIR}/share/qgis/doc
win32:QGISDEVELOPERSIMAGEDIR=$${DESTDIR}/share/qgis/images/developers

message(WORKDIR : $${WORKDIR})
message(DESTDIR : $${DESTDIR})
message(QGISBINDIR : $${QGISBINDIR})
Expand Down
10 changes: 10 additions & 0 deletions src/gui/guiapp.pro
Expand Up @@ -31,6 +31,16 @@ LIBS += $${QGISGUILIBADD}
#LIBS += $${QGISPROJECTIONSELECTORLIBADD}
DESTDIR=$${QGISBINDIR}
QT += qt3support svg core gui xml network
#
# Copy developers list and pics to the share dir
#
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\")
#this way didnt work but would be nicer than above
#win32:system(copy "c:\dev\cpp\qgis\AUTHORS" $${QGISDOCDIR}
#win32:system(copy ../../SPONSORS $${QGISDOCDIR})
#win32:system(copy ../../images/developers* $${QGISDEVELOPERSIMAGEDIR})
message("Building libs into $${DESTDIR}")

win32: RC_FILE = ../../win_build/qgis.rc
Expand Down

0 comments on commit f64d75e

Please sign in to comment.