Adding sql import and some minor ui stuff
This commit is contained in:
parent
3bcd9af77a
commit
0d71e53ec6
6 changed files with 39 additions and 19 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue