Remove redundant `META_PUBLIC_QT_MODULES`

This commit is contained in:
Martchus 2022-08-09 11:08:27 +02:00
parent a733eddb12
commit 14c4aa618b
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ endif ()
# link also explicitly against the following Qt modules
list(APPEND ADDITIONAL_QT_MODULES Network)
set(META_PUBLIC_QT_MODULES Core ${ADDITIONAL_QT_MODULES})
# configure support for controlling Syncthing via systemd service
if (UNIX AND NOT APPLE)