diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b0781cd..0aff9d4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -14,6 +14,7 @@ qt_add_qml_module( OpcUaMonitoredNode.h OpcUaMonitoredNode.cpp OUTPUT_DIRECTORY - "${CMAKE_BINARY_DIR}/qml/Bobink") + "${PROJECT_BINARY_DIR}/qml/Bobink") +target_compile_features(BobinkQtOpcUa PUBLIC cxx_std_17) target_link_libraries(BobinkQtOpcUa PUBLIC Qt6::Core Qt6::Quick Qt6::OpcUa) |
