Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
KTouch
Commits
1a5837da
Commit
1a5837da
authored
Oct 22, 2022
by
Friedrich W. H. Kossebau
Browse files
Note KQtQuickCharts as runtime dependency
parent
a1fdb0d4
Pipeline
#253505
passed with stage
in 2 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
1a5837da
...
...
@@ -57,6 +57,12 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
IconThemes
)
find_package
(
KQtQuickCharts
)
set_package_properties
(
KQtQuickCharts PROPERTIES
DESCRIPTION
"QtQuick plugin to render beautiful and interactive charts"
URL
"https://commits.kde.org/kqtquickcharts"
TYPE RUNTIME
)
option
(
COMPILE_QML
"Precompile QML code"
OFF
)
option
(
WITHOUT_X11
"Build without X11 Keyboard Layout Detection (skips finding X11)"
OFF
)
...
...
Friedrich W. H. Kossebau
@kossebau
mentioned in merge request
libraries/kqtquickcharts!4
·
Nov 08, 2022
mentioned in merge request
libraries/kqtquickcharts!4
mentioned in merge request libraries/kqtquickcharts!4
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment