Skip to content

Commit

Permalink
Disable for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Oct 30, 2024
1 parent faee17f commit 2eacffe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ int main( int argc, char **argv )

Q_INIT_RESOURCE( qml );

qDebug() << QLocale::system().name().toStdString();
qDebug() << QLocale::system().name().toStdString();
qDebug() << QLocale::system().name().toStdString();
QTranslator qfieldTranslator;
QTranslator qtTranslator;
bool qfieldTranslatorLoaded = false;
Expand Down
5 changes: 4 additions & 1 deletion vcpkg/ports/qgis/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
{
"name": "gdal",
"features": [
"archive",
{
"name": "archive",
"platform": "!ios"
}
"poppler"
]
},
Expand Down

0 comments on commit 2eacffe

Please sign in to comment.