Skip to content

Commit

Permalink
Examples: Fix Qt widgets example
Browse files Browse the repository at this point in the history
  • Loading branch information
Tectu committed Oct 22, 2023
1 parent c7729ff commit 16b48be
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/qt_widgets/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@ target_link_libraries(
PRIVATE
cppproperties
)

# Note: This is also set in the cppproperties library target. However, that does not seem to pass to the
# consuming target. Figure out why not.
set_target_properties(
${TARGET}
PROPERTIES
AUTOMOC ON
)

0 comments on commit 16b48be

Please sign in to comment.