Add missing QtWidgets link

This commit is contained in:
Nicolas Fella 2023-08-19 00:17:05 +02:00
parent 0baeece353
commit 70857972fc

View file

@ -4,6 +4,7 @@ ki18n_wrap_ui(kdeconnect_notifications sendreplydialog.ui)
target_link_libraries(kdeconnect_notifications target_link_libraries(kdeconnect_notifications
kdeconnectcore kdeconnectcore
Qt::DBus Qt::DBus
Qt::Widgets
KF${QT_MAJOR_VERSION}::Notifications KF${QT_MAJOR_VERSION}::Notifications
KF${QT_MAJOR_VERSION}::I18n KF${QT_MAJOR_VERSION}::I18n
KF${QT_MAJOR_VERSION}::WindowSystem KF${QT_MAJOR_VERSION}::WindowSystem