Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Milou
Commits
1a3b2deb
Commit
1a3b2deb
authored
Apr 24, 2022
by
Laurent Montel
😁
Browse files
Show all headers in qtc6
parent
fdb02ad5
Pipeline
#167931
failed with stage
in 39 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/CMakeLists.txt
View file @
1a3b2deb
...
...
@@ -6,6 +6,11 @@ set (lib_SRCS
sourcesmodel.cpp
draghelper.cpp
mousehelper.cpp
resultsmodel.h
runnerresultsmodel.h
sourcesmodel.h
draghelper.h
mousehelper.h
)
add_library
(
milou SHARED
${
lib_SRCS
}
)
...
...
lib/qml/CMakeLists.txt
View file @
1a3b2deb
set
(
plugin_SRCS
qmlplugins.cpp
qmlplugins.h
)
add_library
(
milouqmlplugin SHARED
${
plugin_SRCS
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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