Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,8 @@ static void init_qgis( const QString &pkgPath )
#ifdef MOBILE_OS
// QGIS plugins on Android are in the same path as other libraries
QgsApplication::setPluginPath( QApplication::applicationDirPath() );
QgsApplication::setPkgDataPath( pkgPath );
#else
Q_UNUSED( pkgPath )
#endif
QgsApplication::setPkgDataPath( pkgPath );

QgsApplication::initQgis();

Expand Down
Loading