Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
CoMISo
CoMISo
Commits
57fcf533
Commit
57fcf533
authored
Jan 09, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use Automoc instead of own macros
parent
942fbadc
Pipeline
#8209
passed with stages
in 6 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
CMakeLists.txt
CMakeLists.txt
+5
-2
No files found.
CMakeLists.txt
View file @
57fcf533
...
...
@@ -428,11 +428,14 @@ acg_drop_templates (sources)
if
(
QT5_FOUND
)
# genereate uic and moc targets
acg_qt5_autouic
(
uic_targets
${
ui
}
)
acg_qt5_automoc
(
moc_targets
${
headers
}
)
# Enable automoc
set
(
CMAKE_AUTOMOC ON
)
list
(
APPEND COMISO_LINK_LIBRARIES
${
QT_LIBRARIES
}
)
endif
()
acg_add_library
(
CoMISo SHARED
${
uic_targets
}
${
sources
}
${
headers
}
${
moc_targets
}
)
acg_add_library
(
CoMISo SHARED
${
uic_targets
}
${
sources
}
${
headers
}
)
if
(
NOT APPLE
)
target_link_libraries
(
CoMISo
...
...
Write
Preview
Markdown
is supported
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