diff --git a/src/app/qml.qrc b/src/app/qml.qrc index d8d5630..98b7940 100644 --- a/src/app/qml.qrc +++ b/src/app/qml.qrc @@ -1,29 +1,31 @@ + qtquickcontrols2.conf + main.qml BoardingPass.qml BusDelegate.qml BusPage.qml CountryInfoDelegate.qml DetailsPage.qml FlightDelegate.qml FlightPage.qml HotelDelegate.qml HotelPage.qml ImportDialog.qml PkPassPage.qml PlaceDelegate.qml RestaurantDelegate.qml RestaurantPage.qml SettingsPage.qml TicketTokenDelegate.qml TimelineDelegate.qml TimelinePage.qml TouristAttractionDelegate.qml TrainDelegate.qml TrainPage.qml WeatherForecastDelegate.qml +android/ImportDialog.qml diff --git a/src/app/qtquickcontrols2.conf b/src/app/qtquickcontrols2.conf new file mode 100644 index 0000000..fb79f06 --- /dev/null +++ b/src/app/qtquickcontrols2.conf @@ -0,0 +1,4 @@ +[Material] +Primary=Blue +Accent=Blue +Theme=System