Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[FEATURE] Added --configpath option that overrides the default path (…
…~/.qgis) for user configuration and forces QSettings to use this directory, too.\ This allows users to e.g. carry QGIS installation on a flash drive together with all plugins and settings. Developed for Faunalia (http://www.faunalia.it) with funding from Regione Toscana - Sistema Informativo per la Gestione del Territorio e dell' Ambiente [RT-SIGTA]. For the project: "Sviluppo di prodotti software GIS open-source basati sui prodotti QuantumGIS e Postgis (CIG 037728516E)" git-svn-id: http://svn.osgeo.org/qgis/trunk@13951 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
Showing
with
40 additions
and 9 deletions.
- +2 −2 python/core/qgsapplication.sip
- +26 −4 src/app/main.cpp
- +8 −2 src/core/qgsapplication.cpp
- +4 −1 src/core/qgsapplication.h