File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,9 @@ macx:QGISPLUGINDIR=$${DESTDIR}/$${QGIS_APP_NAME}.app/Contents/lib/qgis
117
117
QGISPROVIDERDIR =$${QGISBINDIR }/lib/qgis
118
118
macx:QGISPROVIDERDIR =$${DESTDIR }/ $${QGIS_APP_NAME }.app/Contents/lib/qgis
119
119
120
+ win32 :QGISDOCDIR =$${DESTDIR }/share/qgis/doc
121
+ win32 :QGISDEVELOPERSIMAGEDIR =$${DESTDIR }/share/qgis/images/developers
122
+
120
123
message (WORKDIR : $${WORKDIR} )
121
124
message (DESTDIR : $${DESTDIR} )
122
125
message (QGISBINDIR : $${QGISBINDIR} )
Original file line number Diff line number Diff line change @@ -31,6 +31,16 @@ LIBS += $${QGISGUILIBADD}
31
31
# LIBS += $${QGISPROJECTIONSELECTORLIBADD}
32
32
DESTDIR =$${QGISBINDIR }
33
33
QT += qt3support svg core gui xml network
34
+ #
35
+ # Copy developers list and pics to the share dir
36
+ #
37
+ win32 :system (copy "c:\dev\cpp\qgis\AUTHORS" "c:\dev\cpp\qgis\qgis-release\share\qgis\doc\" )
38
+ win32 :system (copy "c:\dev\cpp\qgis\SPONSORS" "c:\dev\cpp\qgis\qgis-release\share\qgis\doc\" )
39
+ win32 :system (copy "c:\dev\cpp\qgis\images\developers\*.jpg" "c:\dev\cpp\qgis\qgis-release\share\qgis\images\developers\" )
40
+ # this way didnt work but would be nicer than above
41
+ # win32:system(copy "c:\dev\cpp\qgis\AUTHORS" $${QGISDOCDIR}
42
+ # win32:system(copy ../../SPONSORS $${QGISDOCDIR})
43
+ # win32:system(copy ../../images/developers* $${QGISDEVELOPERSIMAGEDIR})
34
44
message ("Building libs into $${DESTDIR}" )
35
45
36
46
win32 : RC_FILE = ../../win_build/qgis.rc
You can’t perform that action at this time.
0 commit comments