Skip to content

Commit 540165d

Browse files
committedJun 29, 2015
Re-added Nyall's modifications
1 parent 7c3190f commit 540165d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/server/qgsserver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ bool QgsServer::init( int & argc, char ** argv )
373373
mMapRenderer = new QgsMapRenderer;
374374
mMapRenderer->setLabelingEngine( new QgsPalLabeling() );
375375

376-
#ifdef QGSMSDEBUG
376+
#ifdef ENABLE_MS_TESTS
377377
QgsFontUtils::loadStandardTestFonts( QStringList() << "Roman" << "Bold" );
378378
#endif
379379

0 commit comments

Comments
 (0)
Please sign in to comment.