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
OpenFlipper-Free
OpenFlipper
Commits
5b9cf0dd
Commit
5b9cf0dd
authored
Oct 18, 2016
by
Martin Heistermann
Browse files
cmake: workaround for qtcreator bug
parent
a83bb4fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/plugin.cmake
View file @
5b9cf0dd
...
...
@@ -576,6 +576,8 @@ function (_build_openflipper_plugin plugin)
acg_append_files
(
ui
"*.ui"
${
directories
}
)
acg_append_files
(
qrc
"*.qrc"
${
directories
}
)
target_sources
(
_qtcreator_add_files PUBLIC
${
sources
}
${
headers
}
)
# remove template cc files from source file list
acg_drop_templates
(
sources
)
...
...
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