Adding sql import and some minor ui stuff

This commit is contained in:
Chris Cochrun 2022-02-12 07:31:19 -06:00
parent 3bcd9af77a
commit 0d71e53ec6
6 changed files with 39 additions and 19 deletions

View file

@ -20,7 +20,7 @@ include(FeatureSummary)
kde_enable_exceptions()
find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Core Quick Test Gui QuickControls2 Widgets)
find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Core Quick Test Gui QuickControls2 Widgets Sql)
find_package(KF5 ${KF_MIN_VERSION} REQUIRED COMPONENTS Kirigami2 I18n CoreAddons)
set(CMAKE_CXX_STANDARD 17)