We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e4ab8 commit 7986013Copy full SHA for 7986013
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