Mac fixes

This commit is contained in:
Daniel 2026-01-30 18:21:53 +01:00
parent ab298bf193
commit 905429f3ef
3 changed files with 3 additions and 2 deletions

View File

@ -47,7 +47,7 @@ else()
endif()
# ---- Qt ----
find_package(Qt6 REQUIRED COMPONENTS Core)
find_package(Qt6 REQUIRED COMPONENTS Core RemoteObjects)
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTOUIC ON)
set(CMAKE_AUTORCC ON)
@ -177,6 +177,7 @@ target_include_directories(${PLUGIN_TARGET} PRIVATE
target_link_libraries(${PLUGIN_TARGET} PRIVATE
Qt6::Core
Qt6::RemoteObjects
logos_blockchain_interface
logos_cpp_sdk
logos_core

View File

@ -59,6 +59,7 @@
buildInputs = [
pkgs.qt6.qtbase
pkgs.qt6.qtremoteobjects
pkgs.qt6.qttools
llvmPkgs.clang
llvmPkgs.libclang

View File

@ -12,7 +12,6 @@ extern "C" {
#endif
class ILogosBlockchainModule : public QObject, public PluginInterface {
Q_OBJECT
Q_INTERFACES(PluginInterface)
public: