Skip to content

Commit f97186c

Browse files
committed
fixup! refactor: Port to QML modules
1 parent b70044d commit f97186c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libsync/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ find_package(Qt${QT_MAJOR_VERSION} REQUIRED COMPONENTS WebSockets Xml Sql Gui Sv
216216

217217
add_library(nextcloudsync SHARED ${libsync_SRCS})
218218
add_library(Nextcloud::sync ALIAS nextcloudsync)
219+
qt_extract_metatypes(nextcloudsync)
219220

220221
target_link_libraries(nextcloudsync
221222
PUBLIC

0 commit comments

Comments
 (0)