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
Multimedia
Kdenlive
Commits
bbcc2771
Commit
bbcc2771
authored
Oct 07, 2022
by
Julius Künzel
💬
Browse files
[Qt Designer plugin] Fix include path
parent
ec3e3d70
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/widgets/CMakeLists.txt
View file @
bbcc2771
...
...
@@ -15,16 +15,19 @@ include(ECMAddQtDesignerPlugin)
if
(
BUILD_DESIGNERPLUGIN
)
ecm_qtdesignerplugin_widget
(
TimecodeDisplay
INCLUDE_FILE widgets/timecodedisplay.h
TOOLTIP
"A custom QSpinBox widget to enter timecodes (Kdenlive)"
GROUP
"Kdenlive Widgets"
)
ecm_qtdesignerplugin_widget
(
ColorPickerWidget
INCLUDE_FILE widgets/colorpickerwidget.h
TOOLTIP
"A custom QSpinBox widget to enter timecodes (Kdenlive)"
GROUP
"Kdenlive Widgets"
)
ecm_qtdesignerplugin_widget
(
ChooseColorWidget
INCLUDE_FILE widgets/choosecolorwidget.h
TOOLTIP
"A custom QSpinBox widget to enter timecodes (Kdenlive)"
GROUP
"Kdenlive Widgets"
)
...
...
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