making signal from qml call slot in c++ class

This commit is contained in:
talksik
2024-02-07 15:37:51 -08:00
parent 87d431eaad
commit f8304b370a
124 changed files with 7731 additions and 32 deletions
@@ -0,0 +1,18 @@
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
@@ -0,0 +1,88 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/talksik/code/wifipicker
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/talksik/code/wifipicker/build
# Utility rule file for appwifipicker_automoc_json_extraction.
# Include any custom commands dependencies for this target.
include CMakeFiles/appwifipicker_automoc_json_extraction.dir/compiler_depend.make
# Include the progress variables for this target.
include CMakeFiles/appwifipicker_automoc_json_extraction.dir/progress.make
CMakeFiles/appwifipicker_automoc_json_extraction: /home/talksik/Qt/6.6.1/gcc_64/./libexec/cmake_automoc_parser
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/talksik/code/wifipicker/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Running AUTOMOC file extraction for target appwifipicker"
/home/talksik/Qt/6.6.1/gcc_64/libexec/cmake_automoc_parser --cmake-autogen-cache-file /home/talksik/code/wifipicker/build/CMakeFiles/appwifipicker_autogen.dir/ParseCache.txt --cmake-autogen-info-file /home/talksik/code/wifipicker/build/CMakeFiles/appwifipicker_autogen.dir/AutogenInfo.json --output-file-path /home/talksik/code/wifipicker/build/meta_types/appwifipicker_json_file_list.txt --timestamp-file-path /home/talksik/code/wifipicker/build/meta_types/appwifipicker_json_file_list.txt.timestamp --cmake-autogen-include-dir-path /home/talksik/code/wifipicker/build/appwifipicker_autogen/include
appwifipicker_automoc_json_extraction: CMakeFiles/appwifipicker_automoc_json_extraction
appwifipicker_automoc_json_extraction: CMakeFiles/appwifipicker_automoc_json_extraction.dir/build.make
.PHONY : appwifipicker_automoc_json_extraction
# Rule to build all files generated by this target.
CMakeFiles/appwifipicker_automoc_json_extraction.dir/build: appwifipicker_automoc_json_extraction
.PHONY : CMakeFiles/appwifipicker_automoc_json_extraction.dir/build
CMakeFiles/appwifipicker_automoc_json_extraction.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/appwifipicker_automoc_json_extraction.dir/cmake_clean.cmake
.PHONY : CMakeFiles/appwifipicker_automoc_json_extraction.dir/clean
CMakeFiles/appwifipicker_automoc_json_extraction.dir/depend:
cd /home/talksik/code/wifipicker/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/talksik/code/wifipicker /home/talksik/code/wifipicker /home/talksik/code/wifipicker/build /home/talksik/code/wifipicker/build /home/talksik/code/wifipicker/build/CMakeFiles/appwifipicker_automoc_json_extraction.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/appwifipicker_automoc_json_extraction.dir/depend
@@ -0,0 +1,10 @@
file(REMOVE_RECURSE
"CMakeFiles/appwifipicker_automoc_json_extraction"
"meta_types/appwifipicker_json_file_list.txt"
"meta_types/appwifipicker_json_file_list.txt.timestamp"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/appwifipicker_automoc_json_extraction.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
@@ -0,0 +1,2 @@
# Empty custom commands generated dependencies file for appwifipicker_automoc_json_extraction.
# This may be replaced when dependencies are built.
@@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for custom commands dependencies management for appwifipicker_automoc_json_extraction.
@@ -0,0 +1,2 @@
CMAKE_PROGRESS_1 = 18