This commit is contained in:
Juergen E. Fischer 2012-05-26 01:27:19 +02:00
parent 6f2db9d3df
commit 3c6f91706c

View File

@ -40,6 +40,8 @@ int main( int argc, char ** argv )
{
QgsApplication a( argc, argv, false );
a.setPrefixPath( CMAKE_INSTALL_PREFIX, true );
std::cout << "Synchronizing CRS database with PROJ definitions." << std::endl;
CPLPushErrorHandler( showError );