minor changes to code and major testing of ways to build for android.

This commit is contained in:
Kevin Whitaker
2020-06-25 19:21:06 -04:00
parent fe58b7ce2f
commit fe16401687
3 changed files with 34 additions and 6 deletions

View File

@@ -35,7 +35,9 @@
Q_DECL_EXPORT int main(int argc, char *argv[])
{
QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QGuiApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
QApplication app(argc, argv);
KAboutData aboutData("org.eyecreate.vehiclevoyage", "Vehicle Voyage", "1.0", "Track vehicle service history.",KAboutLicense::GPL_V3);//TODO:i18n
aboutData.setProductName("vehiclevoyage");