Skip to content
Permalink
Browse files
cleaning up for pull
  • Loading branch information
mbernasocchi committed Nov 29, 2011
1 parent 3aca9ef commit ce80710
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
@@ -39,4 +39,3 @@ doc/CODING.tex
doc/INSTALL.tex
scripts/Debug
scripts/RelWithDebInfo
/CMakeLists.txt.user
@@ -190,9 +190,11 @@ QgsDebugMsg( QString( "Starting qgis main" ) );
#endif // _MSC_VER
#endif // WIN32

#if !(defined(_MSC_VER) || defined(ANDROID))
// Set up the custom qWarning/qDebug custom handler
qInstallMsgHandler( myMessageOutput );
#ifndef ANDROID
#ifndef _MSC_VER
// Set up the custom qWarning/qDebug custom handler
qInstallMsgHandler( myMessageOutput );
#endif
#endif

/////////////////////////////////////////////////////////////////

0 comments on commit ce80710

Please sign in to comment.