summaryrefslogtreecommitdiffstats
path: root/src/activeqt/control/Qt6AxServerMacros.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'src/activeqt/control/Qt6AxServerMacros.cmake')
-rw-r--r--src/activeqt/control/Qt6AxServerMacros.cmake12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/activeqt/control/Qt6AxServerMacros.cmake b/src/activeqt/control/Qt6AxServerMacros.cmake
index 9b50cdc..0e6bcad 100644
--- a/src/activeqt/control/Qt6AxServerMacros.cmake
+++ b/src/activeqt/control/Qt6AxServerMacros.cmake
@@ -88,13 +88,13 @@ target will be a separate file.\"")
endfunction()
if(NOT QT_NO_CREATE_VERSIONLESS_FUNCTIONS)
- macro(qt_add_axserver_executable)
+ function(qt_add_axserver_executable)
qt6_add_axserver_executable(${ARGV})
- endmacro()
- macro(qt_add_axserver_library)
+ endfunction()
+ function(qt_add_axserver_library)
qt6_add_axserver_library(${ARGV})
- endmacro()
- macro(qt_target_idl)
+ endfunction()
+ function(qt_target_idl)
qt6_target_idl(${ARGV})
- endmacro()
+ endfunction()
endif()