File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -229,6 +229,9 @@ move %PKGDIR%\qt4\plugins\sqldrivers\qsqlspatiallite.dll %OSGEO4W_ROOT%\apps\%PA
229
229
if not exist %OSGEO4W_ROOT% \apps\%PACKAGENAME% \qtplugins\designer mkdir %OSGEO4W_ROOT% \apps\%PACKAGENAME% \qtplugins\designer
230
230
move %PKGDIR% \qt4\plugins\designer\qgis_customwidgets.dll %OSGEO4W_ROOT% \apps\%PACKAGENAME% \qtplugins\designer
231
231
232
+ if not exist %OSGEO4W_ROOT% \apps\%PACKAGENAME% \python\PyQt4\uic\widget-plugins mkdir %OSGEO4W_ROOT% \apps\%PACKAGENAME% \python\PyQt4\uic\widget-plugins
233
+ move %PKGDIR% \apps\Python27\Lib\site-packages\PyQt4\uic\widget-plugins\qgis_customwidgets.py %OSGEO4W_ROOT% \apps\%PACKAGENAME% \python\PyQt4\uic\widget-plugins
234
+
232
235
if not exist %ARCH% \release\qgis\%PACKAGENAME% mkdir %ARCH% \release\qgis\%PACKAGENAME%
233
236
tar -C %OSGEO4W_ROOT% -cjf %ARCH% /release/qgis/%PACKAGENAME% /%PACKAGENAME% -%VERSION% -%PACKAGE% .tar.bz2 ^
234
237
--exclude-from exclude ^
You can’t perform that action at this time.
0 commit comments