some basic ui pieces

This commit is contained in:
Chris Cochrun 2022-02-08 10:14:00 -06:00
parent 9c73c8c567
commit 8f4c2a4e94
52 changed files with 1251 additions and 1906 deletions

View file

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(helloworld)
project(presenter)
set(KF_MIN_VERSION "5.68.0")
set(QT_MIN_VERSION "5.12.0")
@ -8,9 +8,14 @@ find_package(ECM ${KF_MIN_VERSION} REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
set(CMAKE_AUTOMOC ON)
include(KDEInstallDirs)
include(KDECMakeSettings)
include(KDECompilerSettings NO_POLICY_SCOPE)
include(FeatureSummary)
kde_enable_exceptions()
find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Core Quick Test Gui QuickControls2 Widgets)
find_package(KF5 ${KF_MIN_VERSION} REQUIRED COMPONENTS Kirigami2 I18n CoreAddons)