Fix linking on windows

This commit is contained in:
Tobias Fella
2023-11-26 17:35:44 +01:00
parent 2cbb6ed65c
commit 1a561f6649

View File

@@ -302,6 +302,10 @@ qt_add_qml_module(neochat URI org.kde.neochat NO_PLUGIN
qml/glowdot.png
)
if(WIN32)
set_target_properties(neochat PROPERTIES OUTPUT_NAME "neochatlib")
endif()
ecm_qt_declare_logging_category(neochat
HEADER "messageeventmodel_logging.h"
IDENTIFIER "MessageEvent"