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
0a58d3b2
Commit
0a58d3b2
authored
Jan 10, 2019
by
Jan Möbius
Browse files
Do not search for ui files as they are handled by autouic
parent
7ab43c37
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs_required/ACG/CMakeLists.txt
View file @
0a58d3b2
...
...
@@ -107,14 +107,13 @@ endif ()
# collect all header,source and ui files
acg_append_files
(
headers
"*.hh"
${
directories
}
)
acg_append_files
(
sources
"*.cc"
${
directories
}
)
acg_append_files
(
ui
"*.ui"
${
directories
}
)
acg_append_files
(
qrc
"*.qrc"
${
directories
}
.
)
# remove template cc files from source file list
acg_drop_templates
(
sources
)
if
(
QT5_FOUND
)
acg_add_library
(
ACG SHARED
${
ui
}
${
sources
}
${
headers
}
${
qrc
}
)
acg_add_library
(
ACG SHARED
${
sources
}
${
headers
}
${
qrc
}
)
endif
()
if
(
NOT WIN32
)
...
...
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