mirror of
https://github.com/logos-blockchain/logos-blockchain-module.git
synced 2026-04-08 03:33:06 +00:00
Mac fixes
This commit is contained in:
parent
ab298bf193
commit
905429f3ef
@ -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
|
||||
|
||||
@ -59,6 +59,7 @@
|
||||
|
||||
buildInputs = [
|
||||
pkgs.qt6.qtbase
|
||||
pkgs.qt6.qtremoteobjects
|
||||
pkgs.qt6.qttools
|
||||
llvmPkgs.clang
|
||||
llvmPkgs.libclang
|
||||
|
||||
@ -12,7 +12,6 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
class ILogosBlockchainModule : public QObject, public PluginInterface {
|
||||
Q_OBJECT
|
||||
Q_INTERFACES(PluginInterface)
|
||||
|
||||
public:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user