File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -479,21 +479,6 @@ int main( int argc, char *argv[] )
479
479
QApplication::setStyle ( new QPlastiqueStyle );
480
480
#endif
481
481
482
- // Check to see if qgis was started from the source directory.
483
- // This is done by checking whether qgis binary is in 'src/app'
484
- // directory. If running from there, exit gracefully.
485
- // (QGIS might work incorrectly when run from the sources)
486
- QString appDir = qApp->applicationDirPath ();
487
-
488
- if ( appDir.endsWith ( " /src/app" ) )
489
- {
490
- QMessageBox::critical ( 0 , " QGIS Not Installed" ,
491
- " You appear to be running QGIS from the source directory.\n "
492
- " You must install QGIS using make install and run it from the "
493
- " installed directory." );
494
- exit ( 1 );
495
- }
496
-
497
482
QString i18nPath = QgsApplication::i18nPath ();
498
483
499
484
/* Translation file for QGIS.
You can’t perform that action at this time.
0 commit comments