Change QGuiApplication to QApplication to allow proper palette usage on desktop. Add VIN to data storage options.

Change add vehicle layout to use form layout insteaf of manual layout.
This commit is contained in:
2020-06-07 20:39:29 -04:00
parent b0780f1ede
commit 6edccb050b
4 changed files with 37 additions and 252 deletions

View File

@@ -28,7 +28,7 @@ include(KDECompilerSettings NO_POLICY_SCOPE)
################# Find dependencies #################
find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Core Quick Test Gui Sql QuickControls2)
find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Core Quick Test Gui Sql QuickControls2 Widgets)
find_package(KF5Kirigami2 ${KF5_MIN_VERSION} REQUIRED)
find_package(KF5CoreAddons ${KF5_MIN_VERSION} REQUIRED)