Fix build

This commit is contained in:
Nicolas Fella
2020-11-02 23:51:23 +01:00
parent 8e7c84fd78
commit c12957d416
2 changed files with 2 additions and 1 deletions

View File

@@ -18,6 +18,6 @@ add_executable(neochat
../res.qrc ../res.qrc
) )
target_link_libraries(neochat Qt5::Widgets Qt5::Quick Qt5::Qml Qt5::Gui Qt5::Network Qt5::QuickControls2 KF5::Kirigami2 KF5::Notifications Quotient cmark::cmark ${QTKEYCHAIN_LIBRARIES}) target_link_libraries(neochat Qt5::Widgets Qt5::Quick Qt5::Qml Qt5::Gui Qt5::Network Qt5::QuickControls2 KF5::I18n KF5::Kirigami2 KF5::Notifications Quotient cmark::cmark ${QTKEYCHAIN_LIBRARIES})
install(TARGETS neochat ${KF5_INSTALL_TARGETS_DEFAULT_ARGS}) install(TARGETS neochat ${KF5_INSTALL_TARGETS_DEFAULT_ARGS})

View File

@@ -3,6 +3,7 @@
#include <QDebug> #include <QDebug>
#include <QImage> #include <QImage>
#include <KLocalizedString>
#include <KNotification> #include <KNotification>
NotificationsManager::NotificationsManager(QObject *parent) NotificationsManager::NotificationsManager(QObject *parent)