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_qmllint_module.
# Include any custom commands dependencies for this target.
include CMakeFiles/appwifipicker_qmllint_module.dir/compiler_depend.make
# Include the progress variables for this target.
include CMakeFiles/appwifipicker_qmllint_module.dir/progress.make
CMakeFiles/appwifipicker_qmllint_module: /home/talksik/Qt/6.6.1/gcc_64/bin/qmllint
CMakeFiles/appwifipicker_qmllint_module: ../Main.qml
cd /home/talksik/code/wifipicker && /home/talksik/Qt/6.6.1/gcc_64/bin/qmllint -I /home/talksik/code/wifipicker/build -I /home/talksik/Qt/6.6.1/gcc_64/./qml --resource /home/talksik/code/wifipicker/build/.rcc/qmake_wifipicker.qrc --resource /home/talksik/code/wifipicker/build/.rcc/appwifipicker_raw_qml_0.qrc --module wifipicker
appwifipicker_qmllint_module: CMakeFiles/appwifipicker_qmllint_module
appwifipicker_qmllint_module: CMakeFiles/appwifipicker_qmllint_module.dir/build.make
.PHONY : appwifipicker_qmllint_module
# Rule to build all files generated by this target.
CMakeFiles/appwifipicker_qmllint_module.dir/build: appwifipicker_qmllint_module
.PHONY : CMakeFiles/appwifipicker_qmllint_module.dir/build
CMakeFiles/appwifipicker_qmllint_module.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/appwifipicker_qmllint_module.dir/cmake_clean.cmake
.PHONY : CMakeFiles/appwifipicker_qmllint_module.dir/clean
CMakeFiles/appwifipicker_qmllint_module.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_qmllint_module.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/appwifipicker_qmllint_module.dir/depend
@@ -0,0 +1,8 @@
file(REMOVE_RECURSE
"CMakeFiles/appwifipicker_qmllint_module"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/appwifipicker_qmllint_module.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
@@ -0,0 +1,2 @@
# Empty custom commands generated dependencies file for appwifipicker_qmllint_module.
# 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_qmllint_module.