Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 22, 2020
1 parent 0ed6ff5 commit 8ec0f94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/src/3d/testqgs3drendering.cpp
Expand Up @@ -27,6 +27,7 @@
#include "qgssinglebandpseudocolorrenderer.h"
#include "qgsvectorlayer.h"
#include "qgsapplication.h"
#include "qgs3d.h"

#include "qgs3dmapscene.h"
#include "qgs3dmapsettings.h"
Expand Down Expand Up @@ -89,6 +90,7 @@ void TestQgs3DRendering::initTestCase()
// init QGIS's paths - true means that all path will be inited from prefix
QgsApplication::init();
QgsApplication::initQgis();
Qgs3D::initialize();

mReport = QStringLiteral( "<h1>3D Rendering Tests</h1>\n" );

Expand Down

0 comments on commit 8ec0f94

Please sign in to comment.