We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 4434418 commit f2fd629Copy full SHA for f2fd629
tools/mapserver_export/main.cpp
@@ -3,6 +3,10 @@
3
int main( int argc, char **argv )
4
{
5
QApplication a( argc, argv );
6
+ // Set up the QSettings environment must be done after qapp is created
7
+ QCoreApplication::setOrganizationName("QuantumGIS");
8
+ QCoreApplication::setOrganizationDomain("qgis.org");
9
+ QCoreApplication::setApplicationName("qgis");
10
11
QgsMapserverExport *mse = new QgsMapserverExport();
12
a.setMainWidget( mse );
0 commit comments