summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt27
1 files changed, 15 insertions, 12 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 2f10c7a..615e90c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,13 +1,16 @@
-# bobink — QML module wrapping QtOpcUa for declarative use.
-qt_add_qml_module(bobink
- URI Bobink
- VERSION 1.0
- SOURCES
- BobinkAuth.h BobinkAuth.cpp
- BobinkClient.h BobinkClient.cpp
- # BobinkServerDiscovery.h BobinkServerDiscovery.cpp
- # BobinkNode.h BobinkNode.cpp
- OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/qml/Bobink"
-)
+# BobinkQtOpcUa — QML module wrapping QtOpcUa for declarative use.
+qt_add_qml_module(
+ BobinkQtOpcUa
+ URI
+ Bobink
+ VERSION
+ 1.0
+ SOURCES
+ BobinkAuth.h
+ BobinkAuth.cpp
+ BobinkClient.h
+ BobinkClient.cpp
+ OUTPUT_DIRECTORY
+ "${CMAKE_BINARY_DIR}/qml/Bobink")
-target_link_libraries(bobink PRIVATE Qt6::Core Qt6::Quick Qt6::OpcUa)
+target_link_libraries(BobinkQtOpcUa PRIVATE Qt6::Core Qt6::Quick Qt6::OpcUa)