first commit
This commit is contained in:
commit
9c73c8c567
89 changed files with 6355 additions and 0 deletions
16
build/src/CMakeFiles/CMakeDirectoryInformation.cmake
Normal file
16
build/src/CMakeFiles/CMakeDirectoryInformation.cmake
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/chris/dev/newapp")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/chris/dev/newapp/build")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
||||
21
build/src/CMakeFiles/helloworld.dir/DependInfo.cmake
Normal file
21
build/src/CMakeFiles/helloworld.dir/DependInfo.cmake
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
|
||||
# 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
|
||||
"/home/chris/dev/newapp/build/src/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp" "src/CMakeFiles/helloworld.dir/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.o" "gcc" "src/CMakeFiles/helloworld.dir/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.o.d"
|
||||
"/home/chris/dev/newapp/build/src/helloworld_autogen/mocs_compilation.cpp" "src/CMakeFiles/helloworld.dir/helloworld_autogen/mocs_compilation.cpp.o" "gcc" "src/CMakeFiles/helloworld.dir/helloworld_autogen/mocs_compilation.cpp.o.d"
|
||||
"/home/chris/dev/newapp/src/main.cpp" "src/CMakeFiles/helloworld.dir/main.cpp.o" "gcc" "src/CMakeFiles/helloworld.dir/main.cpp.o.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
149
build/src/CMakeFiles/helloworld.dir/build.make
Normal file
149
build/src/CMakeFiles/helloworld.dir/build.make
Normal file
|
|
@ -0,0 +1,149 @@
|
|||
# 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/chris/dev/newapp
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/chris/dev/newapp/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include src/CMakeFiles/helloworld.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include src/CMakeFiles/helloworld.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include src/CMakeFiles/helloworld.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include src/CMakeFiles/helloworld.dir/flags.make
|
||||
|
||||
src/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp: ../src/resources.qrc
|
||||
src/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp: src/CMakeFiles/helloworld_autogen.dir/AutoRcc_resources_EWIEGA46WW_Info.json
|
||||
src/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp: ../src/contents/ui/main.qml
|
||||
src/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp: /usr/bin/rcc
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/chris/dev/newapp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic RCC for resources.qrc"
|
||||
cd /home/chris/dev/newapp/build/src && /usr/bin/cmake -E cmake_autorcc /home/chris/dev/newapp/build/src/CMakeFiles/helloworld_autogen.dir/AutoRcc_resources_EWIEGA46WW_Info.json
|
||||
|
||||
src/CMakeFiles/helloworld.dir/helloworld_autogen/mocs_compilation.cpp.o: src/CMakeFiles/helloworld.dir/flags.make
|
||||
src/CMakeFiles/helloworld.dir/helloworld_autogen/mocs_compilation.cpp.o: src/helloworld_autogen/mocs_compilation.cpp
|
||||
src/CMakeFiles/helloworld.dir/helloworld_autogen/mocs_compilation.cpp.o: src/CMakeFiles/helloworld.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/chris/dev/newapp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object src/CMakeFiles/helloworld.dir/helloworld_autogen/mocs_compilation.cpp.o"
|
||||
cd /home/chris/dev/newapp/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT src/CMakeFiles/helloworld.dir/helloworld_autogen/mocs_compilation.cpp.o -MF CMakeFiles/helloworld.dir/helloworld_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/helloworld.dir/helloworld_autogen/mocs_compilation.cpp.o -c /home/chris/dev/newapp/build/src/helloworld_autogen/mocs_compilation.cpp
|
||||
|
||||
src/CMakeFiles/helloworld.dir/helloworld_autogen/mocs_compilation.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/helloworld.dir/helloworld_autogen/mocs_compilation.cpp.i"
|
||||
cd /home/chris/dev/newapp/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/chris/dev/newapp/build/src/helloworld_autogen/mocs_compilation.cpp > CMakeFiles/helloworld.dir/helloworld_autogen/mocs_compilation.cpp.i
|
||||
|
||||
src/CMakeFiles/helloworld.dir/helloworld_autogen/mocs_compilation.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/helloworld.dir/helloworld_autogen/mocs_compilation.cpp.s"
|
||||
cd /home/chris/dev/newapp/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/chris/dev/newapp/build/src/helloworld_autogen/mocs_compilation.cpp -o CMakeFiles/helloworld.dir/helloworld_autogen/mocs_compilation.cpp.s
|
||||
|
||||
src/CMakeFiles/helloworld.dir/main.cpp.o: src/CMakeFiles/helloworld.dir/flags.make
|
||||
src/CMakeFiles/helloworld.dir/main.cpp.o: ../src/main.cpp
|
||||
src/CMakeFiles/helloworld.dir/main.cpp.o: src/CMakeFiles/helloworld.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/chris/dev/newapp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object src/CMakeFiles/helloworld.dir/main.cpp.o"
|
||||
cd /home/chris/dev/newapp/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT src/CMakeFiles/helloworld.dir/main.cpp.o -MF CMakeFiles/helloworld.dir/main.cpp.o.d -o CMakeFiles/helloworld.dir/main.cpp.o -c /home/chris/dev/newapp/src/main.cpp
|
||||
|
||||
src/CMakeFiles/helloworld.dir/main.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/helloworld.dir/main.cpp.i"
|
||||
cd /home/chris/dev/newapp/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/chris/dev/newapp/src/main.cpp > CMakeFiles/helloworld.dir/main.cpp.i
|
||||
|
||||
src/CMakeFiles/helloworld.dir/main.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/helloworld.dir/main.cpp.s"
|
||||
cd /home/chris/dev/newapp/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/chris/dev/newapp/src/main.cpp -o CMakeFiles/helloworld.dir/main.cpp.s
|
||||
|
||||
src/CMakeFiles/helloworld.dir/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.o: src/CMakeFiles/helloworld.dir/flags.make
|
||||
src/CMakeFiles/helloworld.dir/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.o: src/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp
|
||||
src/CMakeFiles/helloworld.dir/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.o: src/CMakeFiles/helloworld.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/chris/dev/newapp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object src/CMakeFiles/helloworld.dir/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.o"
|
||||
cd /home/chris/dev/newapp/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT src/CMakeFiles/helloworld.dir/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.o -MF CMakeFiles/helloworld.dir/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.o.d -o CMakeFiles/helloworld.dir/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.o -c /home/chris/dev/newapp/build/src/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp
|
||||
|
||||
src/CMakeFiles/helloworld.dir/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/helloworld.dir/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.i"
|
||||
cd /home/chris/dev/newapp/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/chris/dev/newapp/build/src/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp > CMakeFiles/helloworld.dir/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.i
|
||||
|
||||
src/CMakeFiles/helloworld.dir/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/helloworld.dir/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.s"
|
||||
cd /home/chris/dev/newapp/build/src && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/chris/dev/newapp/build/src/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp -o CMakeFiles/helloworld.dir/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.s
|
||||
|
||||
# Object files for target helloworld
|
||||
helloworld_OBJECTS = \
|
||||
"CMakeFiles/helloworld.dir/helloworld_autogen/mocs_compilation.cpp.o" \
|
||||
"CMakeFiles/helloworld.dir/main.cpp.o" \
|
||||
"CMakeFiles/helloworld.dir/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.o"
|
||||
|
||||
# External object files for target helloworld
|
||||
helloworld_EXTERNAL_OBJECTS =
|
||||
|
||||
bin/helloworld: src/CMakeFiles/helloworld.dir/helloworld_autogen/mocs_compilation.cpp.o
|
||||
bin/helloworld: src/CMakeFiles/helloworld.dir/main.cpp.o
|
||||
bin/helloworld: src/CMakeFiles/helloworld.dir/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.o
|
||||
bin/helloworld: src/CMakeFiles/helloworld.dir/build.make
|
||||
bin/helloworld: src/CMakeFiles/helloworld.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/chris/dev/newapp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking CXX executable ../bin/helloworld"
|
||||
cd /home/chris/dev/newapp/build/src && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/helloworld.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
src/CMakeFiles/helloworld.dir/build: bin/helloworld
|
||||
.PHONY : src/CMakeFiles/helloworld.dir/build
|
||||
|
||||
src/CMakeFiles/helloworld.dir/clean:
|
||||
cd /home/chris/dev/newapp/build/src && $(CMAKE_COMMAND) -P CMakeFiles/helloworld.dir/cmake_clean.cmake
|
||||
.PHONY : src/CMakeFiles/helloworld.dir/clean
|
||||
|
||||
src/CMakeFiles/helloworld.dir/depend: src/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp
|
||||
cd /home/chris/dev/newapp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/chris/dev/newapp /home/chris/dev/newapp/src /home/chris/dev/newapp/build /home/chris/dev/newapp/build/src /home/chris/dev/newapp/build/src/CMakeFiles/helloworld.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : src/CMakeFiles/helloworld.dir/depend
|
||||
|
||||
19
build/src/CMakeFiles/helloworld.dir/cmake_clean.cmake
Normal file
19
build/src/CMakeFiles/helloworld.dir/cmake_clean.cmake
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
file(REMOVE_RECURSE
|
||||
"../bin/helloworld"
|
||||
"../bin/helloworld.pdb"
|
||||
"CMakeFiles/helloworld_autogen.dir/AutogenUsed.txt"
|
||||
"CMakeFiles/helloworld_autogen.dir/ParseCache.txt"
|
||||
"helloworld_autogen"
|
||||
"CMakeFiles/helloworld.dir/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.o"
|
||||
"CMakeFiles/helloworld.dir/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.o.d"
|
||||
"CMakeFiles/helloworld.dir/helloworld_autogen/mocs_compilation.cpp.o"
|
||||
"CMakeFiles/helloworld.dir/helloworld_autogen/mocs_compilation.cpp.o.d"
|
||||
"CMakeFiles/helloworld.dir/main.cpp.o"
|
||||
"CMakeFiles/helloworld.dir/main.cpp.o.d"
|
||||
"helloworld_autogen/EWIEGA46WW/qrc_resources.cpp"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/helloworld.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
2
build/src/CMakeFiles/helloworld.dir/compiler_depend.make
Normal file
2
build/src/CMakeFiles/helloworld.dir/compiler_depend.make
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Empty compiler generated dependencies file for helloworld.
|
||||
# This may be replaced when dependencies are built.
|
||||
2
build/src/CMakeFiles/helloworld.dir/compiler_depend.ts
Normal file
2
build/src/CMakeFiles/helloworld.dir/compiler_depend.ts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for helloworld.
|
||||
2
build/src/CMakeFiles/helloworld.dir/depend.make
Normal file
2
build/src/CMakeFiles/helloworld.dir/depend.make
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Empty dependencies file for helloworld.
|
||||
# This may be replaced when dependencies are built.
|
||||
10
build/src/CMakeFiles/helloworld.dir/flags.make
Normal file
10
build/src/CMakeFiles/helloworld.dir/flags.make
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICKCONTROLS2_LIB -DQT_QUICK_LIB -DQT_WIDGETS_LIB -D_GNU_SOURCE -D_LARGEFILE64_SOURCE
|
||||
|
||||
CXX_INCLUDES = -I/home/chris/dev/newapp/build/src -I/home/chris/dev/newapp/src -I/home/chris/dev/newapp/build/src/helloworld_autogen/include -isystem /usr/include/qt -isystem /usr/include/qt/QtQuick -isystem /usr/include/qt/QtQmlModels -isystem /usr/include/qt/QtQml -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtQuickControls2 -isystem /usr/include/qt/QtWidgets -isystem /usr/include/KF5/Kirigami2 -isystem /usr/include/KF5 -isystem /usr/include/KF5/KI18n
|
||||
|
||||
CXX_FLAGS = -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++17
|
||||
|
||||
Binary file not shown.
|
|
@ -0,0 +1,3 @@
|
|||
src/CMakeFiles/helloworld.dir/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.o: \
|
||||
/home/chris/dev/newapp/build/src/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp \
|
||||
/usr/include/stdc-predef.h
|
||||
Binary file not shown.
|
|
@ -0,0 +1,3 @@
|
|||
src/CMakeFiles/helloworld.dir/helloworld_autogen/mocs_compilation.cpp.o: \
|
||||
/home/chris/dev/newapp/build/src/helloworld_autogen/mocs_compilation.cpp \
|
||||
/usr/include/stdc-predef.h
|
||||
1
build/src/CMakeFiles/helloworld.dir/link.txt
Normal file
1
build/src/CMakeFiles/helloworld.dir/link.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
/usr/bin/c++ -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -Wl,--enable-new-dtags CMakeFiles/helloworld.dir/helloworld_autogen/mocs_compilation.cpp.o CMakeFiles/helloworld.dir/main.cpp.o CMakeFiles/helloworld.dir/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.o -o ../bin/helloworld /usr/lib/libQt5Widgets.so.5.15.2 /usr/lib/libKF5Kirigami2.so.5.90.0 /usr/lib/libKF5I18n.so.5.87.0 /usr/lib/libQt5QuickControls2.so.5.15.2 /usr/lib/libQt5Quick.so.5.15.2 /usr/lib/libQt5QmlModels.so.5.15.2 /usr/lib/libQt5Qml.so.5.15.2 /usr/lib/libQt5Network.so.5.15.2 /usr/lib/libQt5Gui.so.5.15.2 /usr/lib/libQt5Core.so.5.15.2
|
||||
BIN
build/src/CMakeFiles/helloworld.dir/main.cpp.o
Normal file
BIN
build/src/CMakeFiles/helloworld.dir/main.cpp.o
Normal file
Binary file not shown.
544
build/src/CMakeFiles/helloworld.dir/main.cpp.o.d
Normal file
544
build/src/CMakeFiles/helloworld.dir/main.cpp.o.d
Normal file
|
|
@ -0,0 +1,544 @@
|
|||
src/CMakeFiles/helloworld.dir/main.cpp.o: \
|
||||
/home/chris/dev/newapp/src/main.cpp /usr/include/stdc-predef.h \
|
||||
/usr/include/qt/QtWidgets/QApplication \
|
||||
/usr/include/qt/QtWidgets/qapplication.h \
|
||||
/usr/include/qt/QtWidgets/qtwidgetsglobal.h \
|
||||
/usr/include/qt/QtGui/qtguiglobal.h /usr/include/qt/QtCore/qglobal.h \
|
||||
/usr/include/c++/11.1.0/type_traits \
|
||||
/usr/include/c++/11.1.0/x86_64-pc-linux-gnu/bits/c++config.h \
|
||||
/usr/include/c++/11.1.0/x86_64-pc-linux-gnu/bits/os_defines.h \
|
||||
/usr/include/features.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/wordsize.h /usr/include/bits/long-double.h \
|
||||
/usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \
|
||||
/usr/include/c++/11.1.0/x86_64-pc-linux-gnu/bits/cpu_defines.h \
|
||||
/usr/include/c++/11.1.0/pstl/pstl_config.h \
|
||||
/usr/include/c++/11.1.0/cstddef \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/stddef.h \
|
||||
/usr/include/c++/11.1.0/utility \
|
||||
/usr/include/c++/11.1.0/bits/stl_relops.h \
|
||||
/usr/include/c++/11.1.0/bits/stl_pair.h \
|
||||
/usr/include/c++/11.1.0/bits/move.h \
|
||||
/usr/include/c++/11.1.0/initializer_list /usr/include/assert.h \
|
||||
/usr/include/qt/QtCore/qconfig.h /usr/include/qt/QtCore/qtcore-config.h \
|
||||
/usr/include/qt/QtCore/qsystemdetection.h \
|
||||
/usr/include/qt/QtCore/qprocessordetection.h \
|
||||
/usr/include/qt/QtCore/qcompilerdetection.h \
|
||||
/usr/include/c++/11.1.0/algorithm \
|
||||
/usr/include/c++/11.1.0/bits/stl_algobase.h \
|
||||
/usr/include/c++/11.1.0/bits/functexcept.h \
|
||||
/usr/include/c++/11.1.0/bits/exception_defines.h \
|
||||
/usr/include/c++/11.1.0/bits/cpp_type_traits.h \
|
||||
/usr/include/c++/11.1.0/ext/type_traits.h \
|
||||
/usr/include/c++/11.1.0/ext/numeric_traits.h \
|
||||
/usr/include/c++/11.1.0/bits/stl_iterator_base_types.h \
|
||||
/usr/include/c++/11.1.0/bits/stl_iterator_base_funcs.h \
|
||||
/usr/include/c++/11.1.0/bits/concept_check.h \
|
||||
/usr/include/c++/11.1.0/debug/assertions.h \
|
||||
/usr/include/c++/11.1.0/bits/stl_iterator.h \
|
||||
/usr/include/c++/11.1.0/bits/ptr_traits.h \
|
||||
/usr/include/c++/11.1.0/debug/debug.h \
|
||||
/usr/include/c++/11.1.0/bits/predefined_ops.h \
|
||||
/usr/include/c++/11.1.0/bits/stl_algo.h /usr/include/c++/11.1.0/cstdlib \
|
||||
/usr/include/stdlib.h /usr/include/bits/libc-header-start.h \
|
||||
/usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \
|
||||
/usr/include/bits/floatn.h /usr/include/bits/floatn-common.h \
|
||||
/usr/include/bits/types/locale_t.h /usr/include/bits/types/__locale_t.h \
|
||||
/usr/include/sys/types.h /usr/include/bits/types.h \
|
||||
/usr/include/bits/timesize.h /usr/include/bits/typesizes.h \
|
||||
/usr/include/bits/time64.h /usr/include/bits/types/clock_t.h \
|
||||
/usr/include/bits/types/clockid_t.h /usr/include/bits/types/time_t.h \
|
||||
/usr/include/bits/types/timer_t.h /usr/include/bits/stdint-intn.h \
|
||||
/usr/include/endian.h /usr/include/bits/endian.h \
|
||||
/usr/include/bits/endianness.h /usr/include/bits/byteswap.h \
|
||||
/usr/include/bits/uintn-identity.h /usr/include/sys/select.h \
|
||||
/usr/include/bits/select.h /usr/include/bits/types/sigset_t.h \
|
||||
/usr/include/bits/types/__sigset_t.h \
|
||||
/usr/include/bits/types/struct_timeval.h \
|
||||
/usr/include/bits/types/struct_timespec.h \
|
||||
/usr/include/bits/pthreadtypes.h /usr/include/bits/thread-shared-types.h \
|
||||
/usr/include/bits/pthreadtypes-arch.h /usr/include/bits/struct_mutex.h \
|
||||
/usr/include/bits/struct_rwlock.h /usr/include/alloca.h \
|
||||
/usr/include/bits/stdlib-float.h /usr/include/c++/11.1.0/bits/std_abs.h \
|
||||
/usr/include/c++/11.1.0/bits/algorithmfwd.h \
|
||||
/usr/include/c++/11.1.0/bits/stl_heap.h \
|
||||
/usr/include/c++/11.1.0/bits/stl_tempbuf.h \
|
||||
/usr/include/c++/11.1.0/bits/stl_construct.h /usr/include/c++/11.1.0/new \
|
||||
/usr/include/c++/11.1.0/bits/exception.h \
|
||||
/usr/include/c++/11.1.0/bits/uniform_int_dist.h \
|
||||
/usr/include/c++/11.1.0/pstl/glue_algorithm_defs.h \
|
||||
/usr/include/c++/11.1.0/functional \
|
||||
/usr/include/c++/11.1.0/bits/stl_function.h \
|
||||
/usr/include/c++/11.1.0/backward/binders.h /usr/include/c++/11.1.0/tuple \
|
||||
/usr/include/c++/11.1.0/array \
|
||||
/usr/include/c++/11.1.0/bits/range_access.h \
|
||||
/usr/include/c++/11.1.0/bits/uses_allocator.h \
|
||||
/usr/include/c++/11.1.0/bits/invoke.h \
|
||||
/usr/include/c++/11.1.0/bits/functional_hash.h \
|
||||
/usr/include/c++/11.1.0/bits/hash_bytes.h \
|
||||
/usr/include/c++/11.1.0/bits/refwrap.h \
|
||||
/usr/include/c++/11.1.0/bits/std_function.h \
|
||||
/usr/include/c++/11.1.0/typeinfo /usr/include/c++/11.1.0/unordered_map \
|
||||
/usr/include/c++/11.1.0/bits/allocator.h \
|
||||
/usr/include/c++/11.1.0/x86_64-pc-linux-gnu/bits/c++allocator.h \
|
||||
/usr/include/c++/11.1.0/ext/new_allocator.h \
|
||||
/usr/include/c++/11.1.0/bits/memoryfwd.h \
|
||||
/usr/include/c++/11.1.0/ext/alloc_traits.h \
|
||||
/usr/include/c++/11.1.0/bits/alloc_traits.h \
|
||||
/usr/include/c++/11.1.0/ext/aligned_buffer.h \
|
||||
/usr/include/c++/11.1.0/bits/hashtable.h \
|
||||
/usr/include/c++/11.1.0/bits/hashtable_policy.h \
|
||||
/usr/include/c++/11.1.0/bits/node_handle.h \
|
||||
/usr/include/c++/11.1.0/bits/unordered_map.h \
|
||||
/usr/include/c++/11.1.0/bits/erase_if.h /usr/include/c++/11.1.0/vector \
|
||||
/usr/include/c++/11.1.0/bits/stl_uninitialized.h \
|
||||
/usr/include/c++/11.1.0/bits/stl_vector.h \
|
||||
/usr/include/c++/11.1.0/bits/stl_bvector.h \
|
||||
/usr/include/c++/11.1.0/bits/vector.tcc \
|
||||
/usr/include/c++/11.1.0/pstl/execution_defs.h \
|
||||
/usr/include/qt/QtCore/qtypeinfo.h /usr/include/qt/QtCore/qsysinfo.h \
|
||||
/usr/include/qt/QtCore/qlogging.h /usr/include/qt/QtCore/qflags.h \
|
||||
/usr/include/qt/QtCore/qatomic.h /usr/include/qt/QtCore/qbasicatomic.h \
|
||||
/usr/include/qt/QtCore/qatomic_cxx11.h \
|
||||
/usr/include/qt/QtCore/qgenericatomic.h /usr/include/c++/11.1.0/atomic \
|
||||
/usr/include/c++/11.1.0/bits/atomic_base.h \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/stdint.h \
|
||||
/usr/include/stdint.h /usr/include/bits/wchar.h \
|
||||
/usr/include/bits/stdint-uintn.h \
|
||||
/usr/include/c++/11.1.0/bits/atomic_lockfree_defines.h \
|
||||
/usr/include/qt/QtCore/qglobalstatic.h /usr/include/qt/QtCore/qnumeric.h \
|
||||
/usr/include/qt/QtCore/qversiontagging.h \
|
||||
/usr/include/qt/QtGui/qtgui-config.h \
|
||||
/usr/include/qt/QtWidgets/qtwidgets-config.h \
|
||||
/usr/include/qt/QtCore/qcoreapplication.h \
|
||||
/usr/include/qt/QtCore/qstring.h /usr/include/qt/QtCore/qchar.h \
|
||||
/usr/include/qt/QtCore/qbytearray.h /usr/include/qt/QtCore/qrefcount.h \
|
||||
/usr/include/qt/QtCore/qnamespace.h /usr/include/qt/QtCore/qarraydata.h \
|
||||
/usr/include/string.h /usr/include/strings.h \
|
||||
/usr/include/c++/11.1.0/stdlib.h \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/stdarg.h \
|
||||
/usr/include/c++/11.1.0/string /usr/include/c++/11.1.0/bits/stringfwd.h \
|
||||
/usr/include/c++/11.1.0/bits/char_traits.h \
|
||||
/usr/include/c++/11.1.0/bits/postypes.h /usr/include/c++/11.1.0/cwchar \
|
||||
/usr/include/wchar.h /usr/include/bits/types/wint_t.h \
|
||||
/usr/include/bits/types/mbstate_t.h \
|
||||
/usr/include/bits/types/__mbstate_t.h /usr/include/bits/types/__FILE.h \
|
||||
/usr/include/bits/types/FILE.h /usr/include/c++/11.1.0/cstdint \
|
||||
/usr/include/c++/11.1.0/bits/localefwd.h \
|
||||
/usr/include/c++/11.1.0/x86_64-pc-linux-gnu/bits/c++locale.h \
|
||||
/usr/include/c++/11.1.0/clocale /usr/include/locale.h \
|
||||
/usr/include/bits/locale.h /usr/include/c++/11.1.0/iosfwd \
|
||||
/usr/include/c++/11.1.0/cctype /usr/include/ctype.h \
|
||||
/usr/include/c++/11.1.0/bits/ostream_insert.h \
|
||||
/usr/include/c++/11.1.0/bits/cxxabi_forced.h \
|
||||
/usr/include/c++/11.1.0/bits/basic_string.h \
|
||||
/usr/include/c++/11.1.0/ext/atomicity.h \
|
||||
/usr/include/c++/11.1.0/x86_64-pc-linux-gnu/bits/gthr.h \
|
||||
/usr/include/c++/11.1.0/x86_64-pc-linux-gnu/bits/gthr-default.h \
|
||||
/usr/include/pthread.h /usr/include/sched.h /usr/include/bits/sched.h \
|
||||
/usr/include/bits/types/struct_sched_param.h /usr/include/bits/cpu-set.h \
|
||||
/usr/include/time.h /usr/include/bits/time.h /usr/include/bits/timex.h \
|
||||
/usr/include/bits/types/struct_tm.h \
|
||||
/usr/include/bits/types/struct_itimerspec.h /usr/include/bits/setjmp.h \
|
||||
/usr/include/bits/types/struct___jmp_buf_tag.h \
|
||||
/usr/include/c++/11.1.0/x86_64-pc-linux-gnu/bits/atomic_word.h \
|
||||
/usr/include/sys/single_threaded.h /usr/include/c++/11.1.0/string_view \
|
||||
/usr/include/c++/11.1.0/bits/ranges_base.h \
|
||||
/usr/include/c++/11.1.0/bits/string_view.tcc \
|
||||
/usr/include/c++/11.1.0/ext/string_conversions.h \
|
||||
/usr/include/c++/11.1.0/cstdio /usr/include/stdio.h \
|
||||
/usr/include/bits/types/__fpos_t.h /usr/include/bits/types/__fpos64_t.h \
|
||||
/usr/include/bits/types/struct_FILE.h \
|
||||
/usr/include/bits/types/cookie_io_functions_t.h \
|
||||
/usr/include/bits/stdio_lim.h /usr/include/c++/11.1.0/cerrno \
|
||||
/usr/include/errno.h /usr/include/bits/errno.h \
|
||||
/usr/include/linux/errno.h /usr/include/asm/errno.h \
|
||||
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
|
||||
/usr/include/bits/types/error_t.h \
|
||||
/usr/include/c++/11.1.0/bits/charconv.h \
|
||||
/usr/include/c++/11.1.0/bits/basic_string.tcc \
|
||||
/usr/include/c++/11.1.0/iterator \
|
||||
/usr/include/c++/11.1.0/bits/stream_iterator.h \
|
||||
/usr/include/c++/11.1.0/bits/streambuf_iterator.h \
|
||||
/usr/include/c++/11.1.0/streambuf \
|
||||
/usr/include/c++/11.1.0/bits/ios_base.h \
|
||||
/usr/include/c++/11.1.0/bits/locale_classes.h \
|
||||
/usr/include/c++/11.1.0/bits/locale_classes.tcc \
|
||||
/usr/include/c++/11.1.0/system_error \
|
||||
/usr/include/c++/11.1.0/x86_64-pc-linux-gnu/bits/error_constants.h \
|
||||
/usr/include/c++/11.1.0/stdexcept /usr/include/c++/11.1.0/exception \
|
||||
/usr/include/c++/11.1.0/bits/exception_ptr.h \
|
||||
/usr/include/c++/11.1.0/bits/cxxabi_init_exception.h \
|
||||
/usr/include/c++/11.1.0/bits/nested_exception.h \
|
||||
/usr/include/c++/11.1.0/bits/streambuf.tcc \
|
||||
/usr/include/qt/QtCore/qstringliteral.h \
|
||||
/usr/include/qt/QtCore/qstringalgorithms.h \
|
||||
/usr/include/qt/QtCore/qstringview.h /usr/include/qt/QtCore/qobject.h \
|
||||
/usr/include/qt/QtCore/qobjectdefs.h \
|
||||
/usr/include/qt/QtCore/qobjectdefs_impl.h /usr/include/qt/QtCore/qlist.h \
|
||||
/usr/include/qt/QtCore/qalgorithms.h /usr/include/qt/QtCore/qiterator.h \
|
||||
/usr/include/qt/QtCore/qhashfunctions.h /usr/include/qt/QtCore/qpair.h \
|
||||
/usr/include/c++/11.1.0/numeric \
|
||||
/usr/include/c++/11.1.0/bits/stl_numeric.h /usr/include/c++/11.1.0/bit \
|
||||
/usr/include/c++/11.1.0/pstl/glue_numeric_defs.h \
|
||||
/usr/include/qt/QtCore/qvector.h \
|
||||
/usr/include/qt/QtCore/qcontainertools_impl.h \
|
||||
/usr/include/c++/11.1.0/list /usr/include/c++/11.1.0/bits/stl_list.h \
|
||||
/usr/include/c++/11.1.0/bits/allocated_ptr.h \
|
||||
/usr/include/c++/11.1.0/bits/list.tcc \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed/limits.h \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed/syslimits.h \
|
||||
/usr/include/limits.h /usr/include/bits/posix1_lim.h \
|
||||
/usr/include/bits/local_lim.h /usr/include/linux/limits.h \
|
||||
/usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \
|
||||
/usr/include/bits/uio_lim.h /usr/include/qt/QtCore/qbytearraylist.h \
|
||||
/usr/include/qt/QtCore/qstringlist.h /usr/include/qt/QtCore/qregexp.h \
|
||||
/usr/include/qt/QtCore/qstringmatcher.h \
|
||||
/usr/include/qt/QtCore/qscopedpointer.h \
|
||||
/usr/include/qt/QtCore/qmetatype.h \
|
||||
/usr/include/qt/QtCore/qvarlengtharray.h \
|
||||
/usr/include/qt/QtCore/qcontainerfwd.h /usr/include/c++/11.1.0/map \
|
||||
/usr/include/c++/11.1.0/bits/stl_tree.h \
|
||||
/usr/include/c++/11.1.0/bits/stl_map.h \
|
||||
/usr/include/c++/11.1.0/bits/stl_multimap.h \
|
||||
/usr/include/qt/QtCore/qobject_impl.h /usr/include/c++/11.1.0/chrono \
|
||||
/usr/include/c++/11.1.0/ratio /usr/include/c++/11.1.0/limits \
|
||||
/usr/include/c++/11.1.0/ctime \
|
||||
/usr/include/c++/11.1.0/bits/parse_numbers.h \
|
||||
/usr/include/qt/QtCore/qcoreevent.h /usr/include/qt/QtCore/qeventloop.h \
|
||||
/usr/include/qt/QtGui/qwindowdefs.h /usr/include/qt/QtCore/qpoint.h \
|
||||
/usr/include/qt/QtCore/qsize.h /usr/include/qt/QtCore/qmargins.h \
|
||||
/usr/include/qt/QtGui/qcursor.h /usr/include/qt/QtGui/qguiapplication.h \
|
||||
/usr/include/qt/QtGui/qinputmethod.h /usr/include/qt/QtCore/qlocale.h \
|
||||
/usr/include/qt/QtCore/qvariant.h /usr/include/qt/QtCore/qmap.h \
|
||||
/usr/include/qt/QtCore/qhash.h /usr/include/c++/11.1.0/variant \
|
||||
/usr/include/c++/11.1.0/bits/enable_special_members.h \
|
||||
/usr/include/qt/QtCore/qshareddata.h \
|
||||
/usr/include/qt/QtQml/QQmlApplicationEngine \
|
||||
/usr/include/qt/QtQml/qqmlapplicationengine.h \
|
||||
/usr/include/qt/QtQml/qqmlengine.h /usr/include/qt/QtCore/qurl.h \
|
||||
/usr/include/qt/QtQml/qjsengine.h \
|
||||
/usr/include/qt/QtCore/qsharedpointer.h \
|
||||
/usr/include/qt/QtCore/qsharedpointer_impl.h \
|
||||
/usr/include/c++/11.1.0/memory \
|
||||
/usr/include/c++/11.1.0/bits/stl_raw_storage_iter.h \
|
||||
/usr/include/c++/11.1.0/bits/align.h \
|
||||
/usr/include/c++/11.1.0/bits/unique_ptr.h \
|
||||
/usr/include/c++/11.1.0/bits/shared_ptr.h \
|
||||
/usr/include/c++/11.1.0/bits/shared_ptr_base.h \
|
||||
/usr/include/c++/11.1.0/ext/concurrence.h \
|
||||
/usr/include/c++/11.1.0/bits/shared_ptr_atomic.h \
|
||||
/usr/include/c++/11.1.0/backward/auto_ptr.h \
|
||||
/usr/include/c++/11.1.0/pstl/glue_memory_defs.h \
|
||||
/usr/include/qt/QtQml/qjsvalue.h /usr/include/qt/QtQml/qtqmlglobal.h \
|
||||
/usr/include/qt/QtQml/qtqml-config.h \
|
||||
/usr/include/qt/QtNetwork/qtnetworkglobal.h \
|
||||
/usr/include/qt/QtNetwork/qtnetwork-config.h \
|
||||
/usr/include/qt/QtQml/qqmldebug.h /usr/include/qt/QtQml/qqml.h \
|
||||
/usr/include/qt/QtQml/qqmlprivate.h \
|
||||
/usr/include/qt/QtQml/qqmlparserstatus.h \
|
||||
/usr/include/qt/QtQml/qqmllist.h \
|
||||
/usr/include/qt/QtQml/qqmlpropertyvaluesource.h \
|
||||
/usr/include/qt/QtCore/qpointer.h /usr/include/qt/QtCore/qmetaobject.h \
|
||||
/usr/include/qt/QtCore/qdebug.h /usr/include/qt/QtCore/qtextstream.h \
|
||||
/usr/include/qt/QtCore/qiodevice.h /usr/include/qt/QtCore/qset.h \
|
||||
/usr/include/qt/QtCore/qcontiguouscache.h \
|
||||
/usr/include/qt/QtQml/qqmlerror.h /usr/include/qt/QtQml/QtQml \
|
||||
/usr/include/qt/QtQml/QtQmlDepends /usr/include/qt/QtCore/QtCore \
|
||||
/usr/include/qt/QtCore/QtCoreDepends /usr/include/qt/QtCore/qglobal.h \
|
||||
/usr/include/qt/QtCore/qabstractanimation.h \
|
||||
/usr/include/qt/QtCore/qabstracteventdispatcher.h \
|
||||
/usr/include/qt/QtCore/qabstractitemmodel.h \
|
||||
/usr/include/qt/QtCore/qabstractnativeeventfilter.h \
|
||||
/usr/include/qt/QtCore/qabstractproxymodel.h \
|
||||
/usr/include/qt/QtCore/qabstractitemmodel.h \
|
||||
/usr/include/qt/QtCore/qabstractstate.h \
|
||||
/usr/include/qt/QtCore/qabstracttransition.h \
|
||||
/usr/include/qt/QtCore/qalgorithms.h \
|
||||
/usr/include/qt/QtCore/qanimationgroup.h \
|
||||
/usr/include/qt/QtCore/qabstractanimation.h \
|
||||
/usr/include/qt/QtCore/qarraydata.h \
|
||||
/usr/include/qt/QtCore/qarraydataops.h \
|
||||
/usr/include/qt/QtCore/qarraydatapointer.h \
|
||||
/usr/include/qt/QtCore/qarraydataops.h /usr/include/qt/QtCore/qatomic.h \
|
||||
/usr/include/qt/QtCore/qbasictimer.h /usr/include/qt/QtCore/qbitarray.h \
|
||||
/usr/include/qt/QtCore/qbuffer.h /usr/include/qt/QtCore/qbytearray.h \
|
||||
/usr/include/qt/QtCore/qbytearraylist.h \
|
||||
/usr/include/qt/QtCore/qbytearraymatcher.h \
|
||||
/usr/include/qt/QtCore/qcache.h /usr/include/qt/QtCore/qcalendar.h \
|
||||
/usr/include/qt/QtCore/qcborarray.h /usr/include/qt/QtCore/qcborvalue.h \
|
||||
/usr/include/qt/QtCore/qdatetime.h /usr/include/qt/QtCore/qcborcommon.h \
|
||||
/usr/include/qt/QtCore/qregularexpression.h \
|
||||
/usr/include/qt/QtCore/quuid.h /usr/include/qt/QtCore/qcborcommon.h \
|
||||
/usr/include/qt/QtCore/qcbormap.h /usr/include/qt/QtCore/qcborstream.h \
|
||||
/usr/include/qt/QtCore/qcborstreamreader.h \
|
||||
/usr/include/qt/QtCore/qfloat16.h \
|
||||
/usr/include/qt/QtCore/qcborstreamwriter.h \
|
||||
/usr/include/qt/QtCore/qcborstreamreader.h \
|
||||
/usr/include/qt/QtCore/qcborstreamwriter.h \
|
||||
/usr/include/qt/QtCore/qcborvalue.h /usr/include/qt/QtCore/qchar.h \
|
||||
/usr/include/qt/QtCore/qcollator.h \
|
||||
/usr/include/qt/QtCore/qcommandlineoption.h \
|
||||
/usr/include/qt/QtCore/qcommandlineparser.h \
|
||||
/usr/include/qt/QtCore/qcommandlineoption.h \
|
||||
/usr/include/qt/QtCore/qcompilerdetection.h \
|
||||
/usr/include/qt/QtCore/qconcatenatetablesproxymodel.h \
|
||||
/usr/include/qt/QtCore/qcontainerfwd.h \
|
||||
/usr/include/qt/QtCore/qcontiguouscache.h \
|
||||
/usr/include/qt/QtCore/qcoreapplication.h \
|
||||
/usr/include/qt/QtCore/qcoreevent.h \
|
||||
/usr/include/qt/QtCore/qcryptographichash.h \
|
||||
/usr/include/qt/QtCore/qdatastream.h /usr/include/qt/QtCore/qdatetime.h \
|
||||
/usr/include/qt/QtCore/qdeadlinetimer.h \
|
||||
/usr/include/qt/QtCore/qelapsedtimer.h /usr/include/qt/QtCore/qdebug.h \
|
||||
/usr/include/qt/QtCore/qdir.h /usr/include/qt/QtCore/qfileinfo.h \
|
||||
/usr/include/qt/QtCore/qfile.h /usr/include/qt/QtCore/qfiledevice.h \
|
||||
/usr/include/qt/QtCore/qdiriterator.h /usr/include/qt/QtCore/qdir.h \
|
||||
/usr/include/qt/QtCore/qeasingcurve.h \
|
||||
/usr/include/qt/QtCore/qelapsedtimer.h /usr/include/qt/QtCore/qendian.h \
|
||||
/usr/include/qt/QtCore/qeventloop.h \
|
||||
/usr/include/qt/QtCore/qeventtransition.h \
|
||||
/usr/include/qt/QtCore/qabstracttransition.h \
|
||||
/usr/include/qt/QtCore/qexception.h \
|
||||
/usr/include/qt/QtCore/qfactoryinterface.h \
|
||||
/usr/include/qt/QtCore/qfile.h /usr/include/qt/QtCore/qfiledevice.h \
|
||||
/usr/include/qt/QtCore/qfileinfo.h \
|
||||
/usr/include/qt/QtCore/qfileselector.h /usr/include/qt/QtCore/QObject \
|
||||
/usr/include/qt/QtCore/qobject.h /usr/include/qt/QtCore/QStringList \
|
||||
/usr/include/qt/QtCore/qstringlist.h \
|
||||
/usr/include/qt/QtCore/qfilesystemwatcher.h \
|
||||
/usr/include/qt/QtCore/qfinalstate.h \
|
||||
/usr/include/qt/QtCore/qabstractstate.h /usr/include/qt/QtCore/qflags.h \
|
||||
/usr/include/qt/QtCore/qfuture.h \
|
||||
/usr/include/qt/QtCore/qfutureinterface.h \
|
||||
/usr/include/qt/QtCore/qrunnable.h /usr/include/qt/QtCore/qmutex.h \
|
||||
/usr/include/qt/QtCore/qexception.h \
|
||||
/usr/include/qt/QtCore/qresultstore.h /usr/include/c++/11.1.0/mutex \
|
||||
/usr/include/c++/11.1.0/bits/std_mutex.h \
|
||||
/usr/include/c++/11.1.0/bits/unique_lock.h \
|
||||
/usr/include/qt/QtCore/qfutureinterface.h \
|
||||
/usr/include/qt/QtCore/qfuturesynchronizer.h \
|
||||
/usr/include/qt/QtCore/qfuture.h /usr/include/qt/QtCore/qfuturewatcher.h \
|
||||
/usr/include/qt/QtCore/qgenericatomic.h \
|
||||
/usr/include/qt/QtCore/qglobalstatic.h /usr/include/qt/QtCore/qhash.h \
|
||||
/usr/include/qt/QtCore/qhashfunctions.h \
|
||||
/usr/include/qt/QtCore/qhistorystate.h \
|
||||
/usr/include/qt/QtCore/qidentityproxymodel.h \
|
||||
/usr/include/qt/QtCore/qabstractproxymodel.h \
|
||||
/usr/include/qt/QtCore/qiodevice.h /usr/include/qt/QtCore/qisenum.h \
|
||||
/usr/include/qt/QtCore/qitemselectionmodel.h \
|
||||
/usr/include/qt/QtCore/qiterator.h /usr/include/qt/QtCore/qjsonarray.h \
|
||||
/usr/include/qt/QtCore/qjsonvalue.h \
|
||||
/usr/include/qt/QtCore/qjsondocument.h \
|
||||
/usr/include/qt/QtCore/qjsonobject.h /usr/include/qt/QtCore/qjsonvalue.h \
|
||||
/usr/include/qt/QtCore/qlibrary.h /usr/include/qt/QtCore/qlibraryinfo.h \
|
||||
/usr/include/qt/QtCore/qversionnumber.h /usr/include/qt/QtCore/qline.h \
|
||||
/usr/include/qt/QtCore/qlinkedlist.h \
|
||||
/usr/include/qt/QtCore/qdatastream.h /usr/include/qt/QtCore/qlist.h \
|
||||
/usr/include/qt/QtCore/qlocale.h /usr/include/qt/QtCore/qlockfile.h \
|
||||
/usr/include/qt/QtCore/qloggingcategory.h /usr/include/qt/QtCore/qmap.h \
|
||||
/usr/include/qt/QtCore/qmargins.h /usr/include/qt/QtCore/qmath.h \
|
||||
/usr/include/c++/11.1.0/cmath /usr/include/math.h \
|
||||
/usr/include/bits/math-vector.h /usr/include/bits/libm-simd-decl-stubs.h \
|
||||
/usr/include/bits/flt-eval-method.h /usr/include/bits/fp-logb.h \
|
||||
/usr/include/bits/fp-fast.h \
|
||||
/usr/include/bits/mathcalls-helper-functions.h \
|
||||
/usr/include/bits/mathcalls.h /usr/include/bits/mathcalls-narrow.h \
|
||||
/usr/include/bits/iscanonical.h /usr/include/c++/11.1.0/bits/specfun.h \
|
||||
/usr/include/c++/11.1.0/tr1/gamma.tcc \
|
||||
/usr/include/c++/11.1.0/tr1/special_function_util.h \
|
||||
/usr/include/c++/11.1.0/tr1/bessel_function.tcc \
|
||||
/usr/include/c++/11.1.0/tr1/beta_function.tcc \
|
||||
/usr/include/c++/11.1.0/tr1/ell_integral.tcc \
|
||||
/usr/include/c++/11.1.0/tr1/exp_integral.tcc \
|
||||
/usr/include/c++/11.1.0/tr1/hypergeometric.tcc \
|
||||
/usr/include/c++/11.1.0/tr1/legendre_function.tcc \
|
||||
/usr/include/c++/11.1.0/tr1/modified_bessel_func.tcc \
|
||||
/usr/include/c++/11.1.0/tr1/poly_hermite.tcc \
|
||||
/usr/include/c++/11.1.0/tr1/poly_laguerre.tcc \
|
||||
/usr/include/c++/11.1.0/tr1/riemann_zeta.tcc \
|
||||
/usr/include/qt/QtCore/qmessageauthenticationcode.h \
|
||||
/usr/include/qt/QtCore/qcryptographichash.h \
|
||||
/usr/include/qt/QtCore/qmetaobject.h /usr/include/qt/QtCore/qmetatype.h \
|
||||
/usr/include/qt/QtCore/qmimedata.h \
|
||||
/usr/include/qt/QtCore/qmimedatabase.h \
|
||||
/usr/include/qt/QtCore/qmimetype.h /usr/include/qt/QtCore/qmimetype.h \
|
||||
/usr/include/qt/QtCore/qmutex.h /usr/include/qt/QtCore/qnamespace.h \
|
||||
/usr/include/qt/QtCore/qnumeric.h \
|
||||
/usr/include/qt/QtCore/qobjectcleanuphandler.h \
|
||||
/usr/include/qt/QtCore/qobjectdefs.h \
|
||||
/usr/include/qt/QtCore/qoperatingsystemversion.h \
|
||||
/usr/include/qt/QtCore/qpair.h \
|
||||
/usr/include/qt/QtCore/qparallelanimationgroup.h \
|
||||
/usr/include/qt/QtCore/qanimationgroup.h \
|
||||
/usr/include/qt/QtCore/qpauseanimation.h \
|
||||
/usr/include/qt/QtCore/qplugin.h /usr/include/qt/QtCore/qjsonobject.h \
|
||||
/usr/include/qt/QtCore/qpluginloader.h /usr/include/qt/QtCore/qlibrary.h \
|
||||
/usr/include/qt/QtCore/qplugin.h /usr/include/qt/QtCore/qpoint.h \
|
||||
/usr/include/qt/QtCore/qpointer.h /usr/include/qt/QtCore/qprocess.h \
|
||||
/usr/include/qt/QtCore/qprocessordetection.h \
|
||||
/usr/include/qt/QtCore/qpropertyanimation.h \
|
||||
/usr/include/qt/QtCore/qvariantanimation.h \
|
||||
/usr/include/qt/QtCore/qeasingcurve.h /usr/include/qt/QtCore/qqueue.h \
|
||||
/usr/include/qt/QtCore/qrandom.h /usr/include/c++/11.1.0/random \
|
||||
/usr/include/c++/11.1.0/bits/random.h \
|
||||
/usr/include/c++/11.1.0/x86_64-pc-linux-gnu/bits/opt_random.h \
|
||||
/usr/include/c++/11.1.0/bits/random.tcc \
|
||||
/usr/include/qt/QtCore/qreadwritelock.h /usr/include/qt/QtCore/qrect.h \
|
||||
/usr/include/qt/QtCore/qrefcount.h /usr/include/qt/QtCore/qregexp.h \
|
||||
/usr/include/qt/QtCore/qregularexpression.h \
|
||||
/usr/include/qt/QtCore/qresource.h /usr/include/qt/QtCore/qresultstore.h \
|
||||
/usr/include/qt/QtCore/qrunnable.h /usr/include/qt/QtCore/qsavefile.h \
|
||||
/usr/include/qt/QtCore/qscopedpointer.h \
|
||||
/usr/include/qt/QtCore/qscopedvaluerollback.h \
|
||||
/usr/include/qt/QtCore/qscopeguard.h /usr/include/qt/QtCore/qsemaphore.h \
|
||||
/usr/include/qt/QtCore/qsequentialanimationgroup.h \
|
||||
/usr/include/qt/QtCore/qset.h /usr/include/qt/QtCore/qsettings.h \
|
||||
/usr/include/qt/QtCore/qshareddata.h \
|
||||
/usr/include/qt/QtCore/qsharedmemory.h \
|
||||
/usr/include/qt/QtCore/qsharedpointer.h \
|
||||
/usr/include/qt/QtCore/qsignalmapper.h \
|
||||
/usr/include/qt/QtCore/qsignaltransition.h \
|
||||
/usr/include/qt/QtCore/qsize.h /usr/include/qt/QtCore/qsocketnotifier.h \
|
||||
/usr/include/qt/QtCore/qsortfilterproxymodel.h \
|
||||
/usr/include/qt/QtCore/qstack.h /usr/include/qt/QtCore/qstandardpaths.h \
|
||||
/usr/include/qt/QtCore/qstate.h /usr/include/qt/QtCore/qstatemachine.h \
|
||||
/usr/include/qt/QtCore/qstate.h /usr/include/qt/QtCore/qstorageinfo.h \
|
||||
/usr/include/qt/QtCore/qstring.h \
|
||||
/usr/include/qt/QtCore/qstringalgorithms.h \
|
||||
/usr/include/qt/QtCore/qstringbuilder.h \
|
||||
/usr/include/qt/QtCore/qstringlistmodel.h \
|
||||
/usr/include/qt/QtCore/qstringliteral.h \
|
||||
/usr/include/qt/QtCore/qstringmatcher.h \
|
||||
/usr/include/qt/QtCore/qstringview.h /usr/include/qt/QtCore/qsysinfo.h \
|
||||
/usr/include/qt/QtCore/qsystemdetection.h \
|
||||
/usr/include/qt/QtCore/qsystemsemaphore.h \
|
||||
/usr/include/qt/QtCore/qtemporarydir.h \
|
||||
/usr/include/qt/QtCore/qtemporaryfile.h \
|
||||
/usr/include/qt/QtCore/qtextboundaryfinder.h \
|
||||
/usr/include/qt/QtCore/qtextcodec.h /usr/include/qt/QtCore/qtextstream.h \
|
||||
/usr/include/qt/QtCore/qthread.h /usr/include/qt/QtCore/qdeadlinetimer.h \
|
||||
/usr/include/c++/11.1.0/future \
|
||||
/usr/include/c++/11.1.0/condition_variable \
|
||||
/usr/include/c++/11.1.0/bits/atomic_futex.h \
|
||||
/usr/include/c++/11.1.0/bits/std_thread.h \
|
||||
/usr/include/qt/QtCore/qthreadpool.h /usr/include/qt/QtCore/qthread.h \
|
||||
/usr/include/qt/QtCore/qthreadstorage.h \
|
||||
/usr/include/qt/QtCore/qtimeline.h /usr/include/qt/QtCore/qtimer.h \
|
||||
/usr/include/qt/QtCore/qbasictimer.h /usr/include/qt/QtCore/qtimezone.h \
|
||||
/usr/include/qt/QtCore/qtranslator.h \
|
||||
/usr/include/qt/QtCore/qtransposeproxymodel.h \
|
||||
/usr/include/qt/QtCore/qtypeinfo.h /usr/include/qt/QtCore/qtypetraits.h \
|
||||
/usr/include/qt/QtCore/qurl.h /usr/include/qt/QtCore/qurlquery.h \
|
||||
/usr/include/qt/QtCore/quuid.h /usr/include/qt/QtCore/qvariant.h \
|
||||
/usr/include/qt/QtCore/qvariantanimation.h \
|
||||
/usr/include/qt/QtCore/qvarlengtharray.h \
|
||||
/usr/include/qt/QtCore/qvector.h /usr/include/qt/QtCore/qversionnumber.h \
|
||||
/usr/include/qt/QtCore/qversiontagging.h \
|
||||
/usr/include/qt/QtCore/qwaitcondition.h \
|
||||
/usr/include/qt/QtCore/QDeadlineTimer \
|
||||
/usr/include/qt/QtCore/qwineventnotifier.h \
|
||||
/usr/include/qt/QtCore/qxmlstream.h \
|
||||
/usr/include/qt/QtCore/qtcoreversion.h \
|
||||
/usr/include/qt/QtNetwork/QtNetwork \
|
||||
/usr/include/qt/QtNetwork/QtNetworkDepends \
|
||||
/usr/include/qt/QtNetwork/qtnetworkglobal.h \
|
||||
/usr/include/qt/QtNetwork/qabstractnetworkcache.h \
|
||||
/usr/include/qt/QtNetwork/qnetworkrequest.h \
|
||||
/usr/include/qt/QtCore/QSharedDataPointer /usr/include/qt/QtCore/QString \
|
||||
/usr/include/qt/QtCore/QUrl /usr/include/qt/QtCore/QVariant \
|
||||
/usr/include/qt/QtNetwork/qabstractsocket.h \
|
||||
/usr/include/qt/QtNetwork/qauthenticator.h \
|
||||
/usr/include/qt/QtNetwork/qdnslookup.h /usr/include/qt/QtNetwork/qdtls.h \
|
||||
/usr/include/qt/QtNetwork/qsslsocket.h \
|
||||
/usr/include/qt/QtNetwork/qtcpsocket.h \
|
||||
/usr/include/qt/QtNetwork/qabstractsocket.h \
|
||||
/usr/include/qt/QtNetwork/qsslerror.h \
|
||||
/usr/include/qt/QtNetwork/qsslcertificate.h \
|
||||
/usr/include/qt/QtNetwork/qssl.h /usr/include/qt/QtCore/QFlags \
|
||||
/usr/include/qt/QtNetwork/qhostaddress.h \
|
||||
/usr/include/qt/QtNetwork/qhostinfo.h \
|
||||
/usr/include/qt/QtNetwork/qhostaddress.h \
|
||||
/usr/include/qt/QtNetwork/qhstspolicy.h \
|
||||
/usr/include/qt/QtNetwork/qhttp2configuration.h \
|
||||
/usr/include/qt/QtNetwork/qhttpmultipart.h \
|
||||
/usr/include/qt/QtCore/QByteArray /usr/include/qt/QtCore/QIODevice \
|
||||
/usr/include/qt/QtNetwork/QNetworkRequest \
|
||||
/usr/include/qt/QtNetwork/qnetworkrequest.h \
|
||||
/usr/include/qt/QtNetwork/qlocalserver.h \
|
||||
/usr/include/qt/QtNetwork/qlocalsocket.h \
|
||||
/usr/include/qt/QtNetwork/qnetworkaccessmanager.h \
|
||||
/usr/include/qt/QtCore/QVector \
|
||||
/usr/include/qt/QtNetwork/QSslConfiguration \
|
||||
/usr/include/qt/QtNetwork/qsslconfiguration.h \
|
||||
/usr/include/qt/QtNetwork/QSslPreSharedKeyAuthenticator \
|
||||
/usr/include/qt/QtNetwork/qsslpresharedkeyauthenticator.h \
|
||||
/usr/include/qt/QtCore/QMetaType \
|
||||
/usr/include/qt/QtNetwork/qnetworkconfigmanager.h \
|
||||
/usr/include/qt/QtNetwork/qnetworkconfiguration.h \
|
||||
/usr/include/qt/QtNetwork/qnetworkconfiguration.h \
|
||||
/usr/include/qt/QtNetwork/qnetworkcookie.h /usr/include/qt/QtCore/QList \
|
||||
/usr/include/qt/QtNetwork/qnetworkcookiejar.h \
|
||||
/usr/include/qt/QtNetwork/qnetworkdatagram.h \
|
||||
/usr/include/qt/QtNetwork/qnetworkdiskcache.h \
|
||||
/usr/include/qt/QtNetwork/qabstractnetworkcache.h \
|
||||
/usr/include/qt/QtNetwork/qnetworkinterface.h \
|
||||
/usr/include/qt/QtNetwork/qnetworkproxy.h \
|
||||
/usr/include/qt/QtNetwork/qnetworkreply.h \
|
||||
/usr/include/qt/QtNetwork/QNetworkAccessManager \
|
||||
/usr/include/qt/QtNetwork/qnetworksession.h \
|
||||
/usr/include/qt/QtNetwork/qnetworkinterface.h \
|
||||
/usr/include/qt/QtNetwork/qocspresponse.h \
|
||||
/usr/include/qt/QtNetwork/qpassworddigestor.h \
|
||||
/usr/include/qt/QtCore/QCryptographicHash \
|
||||
/usr/include/qt/QtNetwork/qsctpserver.h \
|
||||
/usr/include/qt/QtNetwork/qtcpserver.h \
|
||||
/usr/include/qt/QtNetwork/qsctpsocket.h \
|
||||
/usr/include/qt/QtNetwork/qnetworkdatagram.h \
|
||||
/usr/include/qt/QtNetwork/qssl.h \
|
||||
/usr/include/qt/QtNetwork/qsslcertificate.h \
|
||||
/usr/include/qt/QtNetwork/qsslcertificateextension.h \
|
||||
/usr/include/qt/QtNetwork/qsslcipher.h \
|
||||
/usr/include/qt/QtNetwork/qssldiffiehellmanparameters.h \
|
||||
/usr/include/qt/QtNetwork/qsslellipticcurve.h \
|
||||
/usr/include/qt/QtCore/QHash /usr/include/qt/QtNetwork/qsslerror.h \
|
||||
/usr/include/qt/QtNetwork/qsslkey.h \
|
||||
/usr/include/qt/QtNetwork/qsslsocket.h \
|
||||
/usr/include/qt/QtNetwork/qtcpserver.h \
|
||||
/usr/include/qt/QtNetwork/qtcpsocket.h \
|
||||
/usr/include/qt/QtNetwork/qudpsocket.h \
|
||||
/usr/include/qt/QtNetwork/qtnetworkversion.h \
|
||||
/usr/include/qt/QtQml/qtqmlglobal.h \
|
||||
/usr/include/qt/QtQml/qtqmlcompilerglobal.h \
|
||||
/usr/include/qt/QtQml/qjsengine.h /usr/include/qt/QtQml/qjsvalue.h \
|
||||
/usr/include/qt/QtQml/qjsvalueiterator.h /usr/include/qt/QtQml/qqml.h \
|
||||
/usr/include/qt/QtQml/qqmlabstracturlinterceptor.h \
|
||||
/usr/include/qt/QtQml/qqmlcomponent.h \
|
||||
/usr/include/qt/QtQml/qqmlcontext.h /usr/include/qt/QtQml/qqmldebug.h \
|
||||
/usr/include/qt/QtQml/qqmlengine.h /usr/include/qt/QtQml/qqmlerror.h \
|
||||
/usr/include/qt/QtQml/qqmlexpression.h \
|
||||
/usr/include/qt/QtQml/qqmlscriptstring.h \
|
||||
/usr/include/qt/QtQml/qqmlextensioninterface.h \
|
||||
/usr/include/qt/QtQml/qqmlextensionplugin.h \
|
||||
/usr/include/qt/QtQml/qqmlextensioninterface.h \
|
||||
/usr/include/qt/QtQml/qqmlfile.h \
|
||||
/usr/include/qt/QtQml/qqmlfileselector.h \
|
||||
/usr/include/qt/QtQml/QQmlEngine /usr/include/qt/QtQml/qqmlincubator.h \
|
||||
/usr/include/qt/QtQml/qqmlinfo.h /usr/include/qt/QtQml/qqmllist.h \
|
||||
/usr/include/qt/QtQml/qqmlmoduleregistration.h \
|
||||
/usr/include/qt/QtQml/qqmlnetworkaccessmanagerfactory.h \
|
||||
/usr/include/qt/QtQml/qqmlparserstatus.h \
|
||||
/usr/include/qt/QtQml/qqmlprivate.h /usr/include/qt/QtQml/qqmlproperty.h \
|
||||
/usr/include/qt/QtQml/qqmlpropertymap.h \
|
||||
/usr/include/qt/QtQml/qqmlpropertyvaluesource.h \
|
||||
/usr/include/qt/QtQml/qqmlscriptstring.h \
|
||||
/usr/include/qt/QtQml/qtqmlversion.h /usr/include/qt/QtCore/QUrl \
|
||||
/usr/include/KF5/KI18n/KLocalizedContext \
|
||||
/usr/include/KF5/KI18n/klocalizedcontext.h \
|
||||
/usr/include/qt/QtCore/QObject /usr/include/qt/QtCore/QVariant \
|
||||
/usr/include/KF5/KI18n/ki18n_export.h \
|
||||
/usr/include/KF5/KI18n/KLocalizedString \
|
||||
/usr/include/KF5/KI18n/klocalizedstring.h /usr/include/qt/QtCore/QChar \
|
||||
/usr/include/qt/QtCore/QLatin1Char /usr/include/qt/QtCore/QSet \
|
||||
/usr/include/qt/QtCore/QString /usr/include/qt/QtCore/QStringList \
|
||||
/usr/include/KF5/KI18n/kuitmarkup.h /usr/include/qt/QtCore/QHash \
|
||||
/usr/include/KF5/KI18n/klocalizedcontext.h
|
||||
6
build/src/CMakeFiles/helloworld.dir/progress.make
Normal file
6
build/src/CMakeFiles/helloworld.dir/progress.make
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
CMAKE_PROGRESS_1 = 3
|
||||
CMAKE_PROGRESS_2 = 4
|
||||
CMAKE_PROGRESS_3 = 5
|
||||
CMAKE_PROGRESS_4 = 6
|
||||
CMAKE_PROGRESS_5 = 7
|
||||
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"BUILD_DIR" : "/home/chris/dev/newapp/build/src/helloworld_autogen",
|
||||
"CMAKE_BINARY_DIR" : "/home/chris/dev/newapp/build",
|
||||
"CMAKE_CURRENT_BINARY_DIR" : "/home/chris/dev/newapp/build/src",
|
||||
"CMAKE_CURRENT_SOURCE_DIR" : "/home/chris/dev/newapp/src",
|
||||
"CMAKE_SOURCE_DIR" : "/home/chris/dev/newapp",
|
||||
"INCLUDE_DIR" : "/home/chris/dev/newapp/build/src/helloworld_autogen/include",
|
||||
"INPUTS" : [ "/home/chris/dev/newapp/src/contents/ui/main.qml" ],
|
||||
"LOCK_FILE" : "/home/chris/dev/newapp/build/src/CMakeFiles/helloworld_autogen.dir/AutoRcc_resources_EWIEGA46WW_Lock.lock",
|
||||
"MULTI_CONFIG" : false,
|
||||
"OPTIONS" : [ "-name", "resources" ],
|
||||
"OUTPUT_CHECKSUM" : "EWIEGA46WW",
|
||||
"OUTPUT_NAME" : "qrc_resources.cpp",
|
||||
"RCC_EXECUTABLE" : "/usr/bin/rcc",
|
||||
"RCC_LIST_OPTIONS" : [ "--list" ],
|
||||
"SETTINGS_FILE" : "/home/chris/dev/newapp/build/src/CMakeFiles/helloworld_autogen.dir/AutoRcc_resources_EWIEGA46WW_Used.txt",
|
||||
"SOURCE" : "/home/chris/dev/newapp/src/resources.qrc",
|
||||
"VERBOSITY" : 0
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
rcc:ae2b7113780126ed46add73b755f80e27a3495a60577d987ab36cab03fc42ff4
|
||||
114
build/src/CMakeFiles/helloworld_autogen.dir/AutogenInfo.json
Normal file
114
build/src/CMakeFiles/helloworld_autogen.dir/AutogenInfo.json
Normal file
|
|
@ -0,0 +1,114 @@
|
|||
{
|
||||
"BUILD_DIR" : "/home/chris/dev/newapp/build/src/helloworld_autogen",
|
||||
"CMAKE_BINARY_DIR" : "/home/chris/dev/newapp/build",
|
||||
"CMAKE_CURRENT_BINARY_DIR" : "/home/chris/dev/newapp/build/src",
|
||||
"CMAKE_CURRENT_SOURCE_DIR" : "/home/chris/dev/newapp/src",
|
||||
"CMAKE_EXECUTABLE" : "/usr/bin/cmake",
|
||||
"CMAKE_LIST_FILES" :
|
||||
[
|
||||
"/home/chris/dev/newapp/src/CMakeLists.txt",
|
||||
"/home/chris/dev/newapp/src/resources.qrc"
|
||||
],
|
||||
"CMAKE_SOURCE_DIR" : "/home/chris/dev/newapp",
|
||||
"DEP_FILE" : "",
|
||||
"DEP_FILE_RULE_NAME" : "",
|
||||
"HEADERS" : [],
|
||||
"HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ],
|
||||
"INCLUDE_DIR" : "/home/chris/dev/newapp/build/src/helloworld_autogen/include",
|
||||
"MOC_COMPILATION_FILE" : "/home/chris/dev/newapp/build/src/helloworld_autogen/mocs_compilation.cpp",
|
||||
"MOC_DEFINITIONS" :
|
||||
[
|
||||
"QT_CORE_LIB",
|
||||
"QT_GUI_LIB",
|
||||
"QT_NETWORK_LIB",
|
||||
"QT_NO_DEBUG",
|
||||
"QT_QMLMODELS_LIB",
|
||||
"QT_QML_LIB",
|
||||
"QT_QUICKCONTROLS2_LIB",
|
||||
"QT_QUICK_LIB",
|
||||
"QT_WIDGETS_LIB",
|
||||
"_GNU_SOURCE",
|
||||
"_LARGEFILE64_SOURCE"
|
||||
],
|
||||
"MOC_DEPEND_FILTERS" :
|
||||
[
|
||||
[
|
||||
"Q_PLUGIN_METADATA",
|
||||
"[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\""
|
||||
],
|
||||
[
|
||||
"K_PLUGIN_CLASS",
|
||||
"[\n^][ \t]*K_PLUGIN_CLASS[ \t\n]*\\([ \t\n]*\"([^\"]+)\""
|
||||
],
|
||||
[
|
||||
"K_PLUGIN_FACTORY_WITH_JSON",
|
||||
"[\n^][ \t]*K_PLUGIN_FACTORY_WITH_JSON[ \t\n]*\\([^,]*,[ \t\n]*\"([^\"]+)\""
|
||||
],
|
||||
[
|
||||
"K_PLUGIN_CLASS_WITH_JSON",
|
||||
"[\n^][ \t]*K_PLUGIN_CLASS_WITH_JSON[ \t\n]*\\([^,]*,[ \t\n]*\"([^\"]+)\""
|
||||
]
|
||||
],
|
||||
"MOC_INCLUDES" :
|
||||
[
|
||||
"/home/chris/dev/newapp/build/src",
|
||||
"/home/chris/dev/newapp/src",
|
||||
"/usr/include/qt",
|
||||
"/usr/include/qt/QtQuick",
|
||||
"/usr/include/qt/QtQmlModels",
|
||||
"/usr/include/qt/QtQml",
|
||||
"/usr/include/qt/QtNetwork",
|
||||
"/usr/include/qt/QtCore",
|
||||
"/usr/lib/qt/mkspecs/linux-g++",
|
||||
"/usr/include/qt/QtGui",
|
||||
"/usr/include/qt/QtQuickControls2",
|
||||
"/usr/include/qt/QtWidgets",
|
||||
"/usr/include/KF5/Kirigami2",
|
||||
"/usr/include/KF5",
|
||||
"/usr/include/KF5/KI18n",
|
||||
"/usr/include/c++/11.1.0",
|
||||
"/usr/include/c++/11.1.0/x86_64-pc-linux-gnu",
|
||||
"/usr/include/c++/11.1.0/backward",
|
||||
"/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include",
|
||||
"/usr/local/include",
|
||||
"/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed",
|
||||
"/usr/include"
|
||||
],
|
||||
"MOC_MACRO_NAMES" :
|
||||
[
|
||||
"Q_OBJECT",
|
||||
"Q_GADGET",
|
||||
"Q_NAMESPACE",
|
||||
"Q_NAMESPACE_EXPORT",
|
||||
"K_PLUGIN_FACTORY",
|
||||
"K_PLUGIN_CLASS",
|
||||
"K_PLUGIN_FACTORY_WITH_JSON",
|
||||
"K_PLUGIN_CLASS_WITH_JSON"
|
||||
],
|
||||
"MOC_OPTIONS" : [],
|
||||
"MOC_PATH_PREFIX" : false,
|
||||
"MOC_PREDEFS_CMD" :
|
||||
[
|
||||
"/usr/bin/c++",
|
||||
"-dM",
|
||||
"-E",
|
||||
"-c",
|
||||
"/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp"
|
||||
],
|
||||
"MOC_PREDEFS_FILE" : "/home/chris/dev/newapp/build/src/helloworld_autogen/moc_predefs.h",
|
||||
"MOC_RELAXED_MODE" : false,
|
||||
"MOC_SKIP" : [],
|
||||
"MULTI_CONFIG" : false,
|
||||
"PARALLEL" : 4,
|
||||
"PARSE_CACHE_FILE" : "/home/chris/dev/newapp/build/src/CMakeFiles/helloworld_autogen.dir/ParseCache.txt",
|
||||
"QT_MOC_EXECUTABLE" : "/usr/bin/moc",
|
||||
"QT_UIC_EXECUTABLE" : "",
|
||||
"QT_VERSION_MAJOR" : 5,
|
||||
"QT_VERSION_MINOR" : 15,
|
||||
"SETTINGS_FILE" : "/home/chris/dev/newapp/build/src/CMakeFiles/helloworld_autogen.dir/AutogenUsed.txt",
|
||||
"SOURCES" :
|
||||
[
|
||||
[ "/home/chris/dev/newapp/src/main.cpp", "Mu", null ]
|
||||
],
|
||||
"VERBOSITY" : 0
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
moc:7e9e47bea0b71b8977fef54b5fe1c739fefd009c8abe8b8670c0378773476ea4
|
||||
18
build/src/CMakeFiles/helloworld_autogen.dir/DependInfo.cmake
Normal file
18
build/src/CMakeFiles/helloworld_autogen.dir/DependInfo.cmake
Normal file
|
|
@ -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,2 @@
|
|||
# Generated by CMake. Changes will be overwritten.
|
||||
/home/chris/dev/newapp/src/main.cpp
|
||||
88
build/src/CMakeFiles/helloworld_autogen.dir/build.make
Normal file
88
build/src/CMakeFiles/helloworld_autogen.dir/build.make
Normal file
|
|
@ -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/chris/dev/newapp
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/chris/dev/newapp/build
|
||||
|
||||
# Utility rule file for helloworld_autogen.
|
||||
|
||||
# Include any custom commands dependencies for this target.
|
||||
include src/CMakeFiles/helloworld_autogen.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include src/CMakeFiles/helloworld_autogen.dir/progress.make
|
||||
|
||||
src/CMakeFiles/helloworld_autogen:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/chris/dev/newapp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic MOC for target helloworld"
|
||||
cd /home/chris/dev/newapp/build/src && /usr/bin/cmake -E cmake_autogen /home/chris/dev/newapp/build/src/CMakeFiles/helloworld_autogen.dir/AutogenInfo.json ""
|
||||
|
||||
helloworld_autogen: src/CMakeFiles/helloworld_autogen
|
||||
helloworld_autogen: src/CMakeFiles/helloworld_autogen.dir/build.make
|
||||
.PHONY : helloworld_autogen
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
src/CMakeFiles/helloworld_autogen.dir/build: helloworld_autogen
|
||||
.PHONY : src/CMakeFiles/helloworld_autogen.dir/build
|
||||
|
||||
src/CMakeFiles/helloworld_autogen.dir/clean:
|
||||
cd /home/chris/dev/newapp/build/src && $(CMAKE_COMMAND) -P CMakeFiles/helloworld_autogen.dir/cmake_clean.cmake
|
||||
.PHONY : src/CMakeFiles/helloworld_autogen.dir/clean
|
||||
|
||||
src/CMakeFiles/helloworld_autogen.dir/depend:
|
||||
cd /home/chris/dev/newapp/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/chris/dev/newapp /home/chris/dev/newapp/src /home/chris/dev/newapp/build /home/chris/dev/newapp/build/src /home/chris/dev/newapp/build/src/CMakeFiles/helloworld_autogen.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : src/CMakeFiles/helloworld_autogen.dir/depend
|
||||
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/helloworld_autogen"
|
||||
"helloworld_autogen/mocs_compilation.cpp"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/helloworld_autogen.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# Empty custom commands generated dependencies file for helloworld_autogen.
|
||||
# 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 helloworld_autogen.
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
CMAKE_PROGRESS_1 = 8
|
||||
|
||||
1
build/src/CMakeFiles/progress.marks
Normal file
1
build/src/CMakeFiles/progress.marks
Normal file
|
|
@ -0,0 +1 @@
|
|||
6
|
||||
6
build/src/CTestTestfile.cmake
Normal file
6
build/src/CTestTestfile.cmake
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# CMake generated Testfile for
|
||||
# Source directory: /home/chris/dev/newapp/src
|
||||
# Build directory: /home/chris/dev/newapp/build/src
|
||||
#
|
||||
# This file includes the relevant testing commands required for
|
||||
# testing this directory and lists subdirectories to be tested as well.
|
||||
262
build/src/Makefile
Normal file
262
build/src/Makefile
Normal file
|
|
@ -0,0 +1,262 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Default target executed when no arguments are given to make.
|
||||
default_target: all
|
||||
.PHONY : default_target
|
||||
|
||||
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
||||
.NOTPARALLEL:
|
||||
|
||||
#=============================================================================
|
||||
# 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/chris/dev/newapp
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/chris/dev/newapp/build
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# Special rule for the target test
|
||||
test:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
|
||||
/usr/bin/ctest --force-new-ctest-process $(ARGS)
|
||||
.PHONY : test
|
||||
|
||||
# Special rule for the target test
|
||||
test/fast: test
|
||||
.PHONY : test/fast
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
|
||||
/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
||||
.PHONY : edit_cache
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache/fast: edit_cache
|
||||
.PHONY : edit_cache/fast
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
||||
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
||||
.PHONY : rebuild_cache
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache/fast: rebuild_cache
|
||||
.PHONY : rebuild_cache/fast
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
cd /home/chris/dev/newapp/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/chris/dev/newapp/build/CMakeFiles /home/chris/dev/newapp/build/src//CMakeFiles/progress.marks
|
||||
cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/chris/dev/newapp/build/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
cd /home/chris/dev/newapp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
# Convenience name for target.
|
||||
src/CMakeFiles/helloworld.dir/rule:
|
||||
cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/helloworld.dir/rule
|
||||
.PHONY : src/CMakeFiles/helloworld.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
helloworld: src/CMakeFiles/helloworld.dir/rule
|
||||
.PHONY : helloworld
|
||||
|
||||
# fast build rule for target.
|
||||
helloworld/fast:
|
||||
cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/helloworld.dir/build.make src/CMakeFiles/helloworld.dir/build
|
||||
.PHONY : helloworld/fast
|
||||
|
||||
# Convenience name for target.
|
||||
src/CMakeFiles/helloworld_autogen.dir/rule:
|
||||
cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/helloworld_autogen.dir/rule
|
||||
.PHONY : src/CMakeFiles/helloworld_autogen.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
helloworld_autogen: src/CMakeFiles/helloworld_autogen.dir/rule
|
||||
.PHONY : helloworld_autogen
|
||||
|
||||
# fast build rule for target.
|
||||
helloworld_autogen/fast:
|
||||
cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/helloworld_autogen.dir/build.make src/CMakeFiles/helloworld_autogen.dir/build
|
||||
.PHONY : helloworld_autogen/fast
|
||||
|
||||
helloworld_autogen/EWIEGA46WW/qrc_resources.o: helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.o
|
||||
.PHONY : helloworld_autogen/EWIEGA46WW/qrc_resources.o
|
||||
|
||||
# target to build an object file
|
||||
helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.o:
|
||||
cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/helloworld.dir/build.make src/CMakeFiles/helloworld.dir/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.o
|
||||
.PHONY : helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.o
|
||||
|
||||
helloworld_autogen/EWIEGA46WW/qrc_resources.i: helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.i
|
||||
.PHONY : helloworld_autogen/EWIEGA46WW/qrc_resources.i
|
||||
|
||||
# target to preprocess a source file
|
||||
helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.i:
|
||||
cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/helloworld.dir/build.make src/CMakeFiles/helloworld.dir/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.i
|
||||
.PHONY : helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.i
|
||||
|
||||
helloworld_autogen/EWIEGA46WW/qrc_resources.s: helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.s
|
||||
.PHONY : helloworld_autogen/EWIEGA46WW/qrc_resources.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.s:
|
||||
cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/helloworld.dir/build.make src/CMakeFiles/helloworld.dir/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.s
|
||||
.PHONY : helloworld_autogen/EWIEGA46WW/qrc_resources.cpp.s
|
||||
|
||||
helloworld_autogen/mocs_compilation.o: helloworld_autogen/mocs_compilation.cpp.o
|
||||
.PHONY : helloworld_autogen/mocs_compilation.o
|
||||
|
||||
# target to build an object file
|
||||
helloworld_autogen/mocs_compilation.cpp.o:
|
||||
cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/helloworld.dir/build.make src/CMakeFiles/helloworld.dir/helloworld_autogen/mocs_compilation.cpp.o
|
||||
.PHONY : helloworld_autogen/mocs_compilation.cpp.o
|
||||
|
||||
helloworld_autogen/mocs_compilation.i: helloworld_autogen/mocs_compilation.cpp.i
|
||||
.PHONY : helloworld_autogen/mocs_compilation.i
|
||||
|
||||
# target to preprocess a source file
|
||||
helloworld_autogen/mocs_compilation.cpp.i:
|
||||
cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/helloworld.dir/build.make src/CMakeFiles/helloworld.dir/helloworld_autogen/mocs_compilation.cpp.i
|
||||
.PHONY : helloworld_autogen/mocs_compilation.cpp.i
|
||||
|
||||
helloworld_autogen/mocs_compilation.s: helloworld_autogen/mocs_compilation.cpp.s
|
||||
.PHONY : helloworld_autogen/mocs_compilation.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
helloworld_autogen/mocs_compilation.cpp.s:
|
||||
cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/helloworld.dir/build.make src/CMakeFiles/helloworld.dir/helloworld_autogen/mocs_compilation.cpp.s
|
||||
.PHONY : helloworld_autogen/mocs_compilation.cpp.s
|
||||
|
||||
main.o: main.cpp.o
|
||||
.PHONY : main.o
|
||||
|
||||
# target to build an object file
|
||||
main.cpp.o:
|
||||
cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/helloworld.dir/build.make src/CMakeFiles/helloworld.dir/main.cpp.o
|
||||
.PHONY : main.cpp.o
|
||||
|
||||
main.i: main.cpp.i
|
||||
.PHONY : main.i
|
||||
|
||||
# target to preprocess a source file
|
||||
main.cpp.i:
|
||||
cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/helloworld.dir/build.make src/CMakeFiles/helloworld.dir/main.cpp.i
|
||||
.PHONY : main.cpp.i
|
||||
|
||||
main.s: main.cpp.s
|
||||
.PHONY : main.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
main.cpp.s:
|
||||
cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/helloworld.dir/build.make src/CMakeFiles/helloworld.dir/main.cpp.s
|
||||
.PHONY : main.cpp.s
|
||||
|
||||
# Help Target
|
||||
help:
|
||||
@echo "The following are some of the valid targets for this Makefile:"
|
||||
@echo "... all (the default if no target is provided)"
|
||||
@echo "... clean"
|
||||
@echo "... depend"
|
||||
@echo "... edit_cache"
|
||||
@echo "... rebuild_cache"
|
||||
@echo "... test"
|
||||
@echo "... helloworld_autogen"
|
||||
@echo "... helloworld"
|
||||
@echo "... helloworld_autogen/EWIEGA46WW/qrc_resources.o"
|
||||
@echo "... helloworld_autogen/EWIEGA46WW/qrc_resources.i"
|
||||
@echo "... helloworld_autogen/EWIEGA46WW/qrc_resources.s"
|
||||
@echo "... helloworld_autogen/mocs_compilation.o"
|
||||
@echo "... helloworld_autogen/mocs_compilation.i"
|
||||
@echo "... helloworld_autogen/mocs_compilation.s"
|
||||
@echo "... main.o"
|
||||
@echo "... main.i"
|
||||
@echo "... main.s"
|
||||
.PHONY : help
|
||||
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets to cleanup operation of make.
|
||||
|
||||
# Special rule to run CMake to check the build system integrity.
|
||||
# No rule that depends on this can have commands that come from listfiles
|
||||
# because they might be regenerated.
|
||||
cmake_check_build_system:
|
||||
cd /home/chris/dev/newapp/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
||||
44
build/src/cmake_install.cmake
Normal file
44
build/src/cmake_install.cmake
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
# Install script for directory: /home/chris/dev/newapp/src
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/usr")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Install shared libraries without execute permission?
|
||||
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
|
||||
set(CMAKE_INSTALL_SO_NO_EXE "0")
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
endif()
|
||||
|
||||
# Set default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "/usr/bin/objdump")
|
||||
endif()
|
||||
|
||||
130
build/src/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp
Normal file
130
build/src/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp
Normal file
|
|
@ -0,0 +1,130 @@
|
|||
/****************************************************************************
|
||||
** Resource object code
|
||||
**
|
||||
** Created by: The Resource Compiler for Qt version 5.15.2
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost!
|
||||
*****************************************************************************/
|
||||
|
||||
static const unsigned char qt_resource_data[] = {
|
||||
// /home/chris/dev/newapp/src/contents/ui/main.qml
|
||||
0x0,0x0,0x3,0xc,
|
||||
0x69,
|
||||
0x6d,0x70,0x6f,0x72,0x74,0x20,0x51,0x74,0x51,0x75,0x69,0x63,0x6b,0x20,0x32,0x2e,
|
||||
0x36,0xa,0x69,0x6d,0x70,0x6f,0x72,0x74,0x20,0x51,0x74,0x51,0x75,0x69,0x63,0x6b,
|
||||
0x2e,0x43,0x6f,0x6e,0x74,0x72,0x6f,0x6c,0x73,0x20,0x32,0x2e,0x30,0x20,0x61,0x73,
|
||||
0x20,0x43,0x6f,0x6e,0x74,0x72,0x6f,0x6c,0x73,0xa,0x69,0x6d,0x70,0x6f,0x72,0x74,
|
||||
0x20,0x51,0x74,0x51,0x75,0x69,0x63,0x6b,0x2e,0x4c,0x61,0x79,0x6f,0x75,0x74,0x73,
|
||||
0x20,0x31,0x2e,0x32,0xa,0x69,0x6d,0x70,0x6f,0x72,0x74,0x20,0x6f,0x72,0x67,0x2e,
|
||||
0x6b,0x64,0x65,0x2e,0x6b,0x69,0x72,0x69,0x67,0x61,0x6d,0x69,0x20,0x32,0x2e,0x31,
|
||||
0x33,0x20,0x61,0x73,0x20,0x4b,0x69,0x72,0x69,0x67,0x61,0x6d,0x69,0xa,0xa,0x2f,
|
||||
0x2f,0x20,0x42,0x61,0x73,0x65,0x20,0x65,0x6c,0x65,0x6d,0x65,0x6e,0x74,0x2c,0x20,
|
||||
0x70,0x72,0x6f,0x76,0x69,0x64,0x65,0x73,0x20,0x62,0x61,0x73,0x69,0x63,0x20,0x66,
|
||||
0x65,0x61,0x74,0x75,0x72,0x65,0x73,0x20,0x6e,0x65,0x65,0x64,0x65,0x64,0x20,0x66,
|
||||
0x6f,0x72,0x20,0x61,0x6c,0x6c,0x20,0x6b,0x69,0x72,0x69,0x67,0x61,0x6d,0x69,0x20,
|
||||
0x61,0x70,0x70,0x6c,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e,0x73,0xa,0x4b,0x69,0x72,
|
||||
0x69,0x67,0x61,0x6d,0x69,0x2e,0x41,0x70,0x70,0x6c,0x69,0x63,0x61,0x74,0x69,0x6f,
|
||||
0x6e,0x57,0x69,0x6e,0x64,0x6f,0x77,0x20,0x7b,0xa,0x20,0x20,0x20,0x20,0x2f,0x2f,
|
||||
0x20,0x49,0x44,0x20,0x70,0x72,0x6f,0x76,0x69,0x64,0x65,0x73,0x20,0x75,0x6e,0x69,
|
||||
0x71,0x75,0x65,0x20,0x69,0x64,0x65,0x6e,0x74,0x69,0x66,0x69,0x65,0x72,0x20,0x74,
|
||||
0x6f,0x20,0x72,0x65,0x66,0x65,0x72,0x65,0x6e,0x63,0x65,0x20,0x74,0x68,0x69,0x73,
|
||||
0x20,0x65,0x6c,0x65,0x6d,0x65,0x6e,0x74,0xa,0x20,0x20,0x20,0x20,0x69,0x64,0x3a,
|
||||
0x20,0x72,0x6f,0x6f,0x74,0xa,0xa,0x20,0x20,0x20,0x20,0x2f,0x2f,0x20,0x57,0x69,
|
||||
0x6e,0x64,0x6f,0x77,0x20,0x74,0x69,0x74,0x6c,0x65,0xa,0x20,0x20,0x20,0x20,0x2f,
|
||||
0x2f,0x20,0x69,0x31,0x38,0x6e,0x63,0x20,0x69,0x73,0x20,0x75,0x73,0x65,0x66,0x75,
|
||||
0x6c,0x20,0x66,0x6f,0x72,0x20,0x61,0x64,0x64,0x69,0x6e,0x67,0x20,0x63,0x6f,0x6e,
|
||||
0x74,0x65,0x78,0x74,0x20,0x66,0x6f,0x72,0x20,0x74,0x72,0x61,0x6e,0x73,0x6c,0x61,
|
||||
0x74,0x6f,0x72,0x73,0x2c,0x20,0x61,0x6c,0x73,0x6f,0x20,0x6c,0x65,0x74,0x73,0x20,
|
||||
0x73,0x74,0x72,0x69,0x6e,0x67,0x73,0x20,0x62,0x65,0x20,0x63,0x68,0x61,0x6e,0x67,
|
||||
0x65,0x64,0x20,0x66,0x6f,0x72,0x20,0x64,0x69,0x66,0x66,0x65,0x72,0x65,0x6e,0x74,
|
||||
0x20,0x6c,0x61,0x6e,0x67,0x75,0x61,0x67,0x65,0x73,0xa,0x20,0x20,0x20,0x20,0x74,
|
||||
0x69,0x74,0x6c,0x65,0x3a,0x20,0x69,0x31,0x38,0x6e,0x63,0x28,0x22,0x40,0x74,0x69,
|
||||
0x74,0x6c,0x65,0x3a,0x77,0x69,0x6e,0x64,0x6f,0x77,0x22,0x2c,0x20,0x22,0x48,0x65,
|
||||
0x6c,0x6c,0x6f,0x20,0x57,0x6f,0x72,0x6c,0x64,0x22,0x29,0xa,0xa,0x20,0x20,0x20,
|
||||
0x20,0x2f,0x2f,0x20,0x49,0x6e,0x69,0x74,0x69,0x61,0x6c,0x20,0x70,0x61,0x67,0x65,
|
||||
0x20,0x74,0x6f,0x20,0x62,0x65,0x20,0x6c,0x6f,0x61,0x64,0x65,0x64,0x20,0x6f,0x6e,
|
||||
0x20,0x61,0x70,0x70,0x20,0x6c,0x6f,0x61,0x64,0xa,0x20,0x20,0x20,0x20,0x70,0x61,
|
||||
0x67,0x65,0x53,0x74,0x61,0x63,0x6b,0x2e,0x69,0x6e,0x69,0x74,0x69,0x61,0x6c,0x50,
|
||||
0x61,0x67,0x65,0x3a,0x20,0x4b,0x69,0x72,0x69,0x67,0x61,0x6d,0x69,0x2e,0x50,0x61,
|
||||
0x67,0x65,0x20,0x7b,0xa,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x43,0x6f,
|
||||
0x6e,0x74,0x72,0x6f,0x6c,0x73,0x2e,0x4c,0x61,0x62,0x65,0x6c,0x20,0x7b,0xa,0x20,
|
||||
0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x2f,0x2f,0x20,0x43,0x65,
|
||||
0x6e,0x74,0x65,0x72,0x20,0x6c,0x61,0x62,0x65,0x6c,0x20,0x68,0x6f,0x72,0x69,0x7a,
|
||||
0x6f,0x6e,0x74,0x61,0x6c,0x6c,0x79,0x20,0x61,0x6e,0x64,0x20,0x76,0x65,0x72,0x74,
|
||||
0x69,0x63,0x61,0x6c,0x6c,0x79,0x20,0x77,0x69,0x74,0x68,0x69,0x6e,0x20,0x70,0x61,
|
||||
0x72,0x65,0x6e,0x74,0x20,0x65,0x6c,0x65,0x6d,0x65,0x6e,0x74,0xa,0x20,0x20,0x20,
|
||||
0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x63,0x68,0x6f,0x72,0x73,
|
||||
0x2e,0x63,0x65,0x6e,0x74,0x65,0x72,0x49,0x6e,0x3a,0x20,0x70,0x61,0x72,0x65,0x6e,
|
||||
0x74,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x65,
|
||||
0x78,0x74,0x3a,0x20,0x69,0x31,0x38,0x6e,0x28,0x22,0x48,0x65,0x6c,0x6c,0x6f,0x20,
|
||||
0x57,0x6f,0x72,0x6c,0x64,0x21,0x22,0x29,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
|
||||
0x20,0x7d,0xa,0x20,0x20,0x20,0x20,0x7d,0xa,0x7d,0xa,
|
||||
|
||||
};
|
||||
|
||||
static const unsigned char qt_resource_name[] = {
|
||||
// main.qml
|
||||
0x0,0x8,
|
||||
0x8,0x1,0x5a,0x5c,
|
||||
0x0,0x6d,
|
||||
0x0,0x61,0x0,0x69,0x0,0x6e,0x0,0x2e,0x0,0x71,0x0,0x6d,0x0,0x6c,
|
||||
|
||||
};
|
||||
|
||||
static const unsigned char qt_resource_struct[] = {
|
||||
// :
|
||||
0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1,
|
||||
0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
|
||||
// :/main.qml
|
||||
0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,
|
||||
0x0,0x0,0x1,0x7e,0xc2,0xa1,0xb5,0x11,
|
||||
|
||||
};
|
||||
|
||||
#ifdef QT_NAMESPACE
|
||||
# define QT_RCC_PREPEND_NAMESPACE(name) ::QT_NAMESPACE::name
|
||||
# define QT_RCC_MANGLE_NAMESPACE0(x) x
|
||||
# define QT_RCC_MANGLE_NAMESPACE1(a, b) a##_##b
|
||||
# define QT_RCC_MANGLE_NAMESPACE2(a, b) QT_RCC_MANGLE_NAMESPACE1(a,b)
|
||||
# define QT_RCC_MANGLE_NAMESPACE(name) QT_RCC_MANGLE_NAMESPACE2( \
|
||||
QT_RCC_MANGLE_NAMESPACE0(name), QT_RCC_MANGLE_NAMESPACE0(QT_NAMESPACE))
|
||||
#else
|
||||
# define QT_RCC_PREPEND_NAMESPACE(name) name
|
||||
# define QT_RCC_MANGLE_NAMESPACE(name) name
|
||||
#endif
|
||||
|
||||
#ifdef QT_NAMESPACE
|
||||
namespace QT_NAMESPACE {
|
||||
#endif
|
||||
|
||||
bool qRegisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *);
|
||||
bool qUnregisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *);
|
||||
|
||||
#ifdef QT_NAMESPACE
|
||||
}
|
||||
#endif
|
||||
|
||||
int QT_RCC_MANGLE_NAMESPACE(qInitResources_resources)();
|
||||
int QT_RCC_MANGLE_NAMESPACE(qInitResources_resources)()
|
||||
{
|
||||
int version = 3;
|
||||
QT_RCC_PREPEND_NAMESPACE(qRegisterResourceData)
|
||||
(version, qt_resource_struct, qt_resource_name, qt_resource_data);
|
||||
return 1;
|
||||
}
|
||||
|
||||
int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_resources)();
|
||||
int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_resources)()
|
||||
{
|
||||
int version = 3;
|
||||
QT_RCC_PREPEND_NAMESPACE(qUnregisterResourceData)
|
||||
(version, qt_resource_struct, qt_resource_name, qt_resource_data);
|
||||
return 1;
|
||||
}
|
||||
|
||||
namespace {
|
||||
struct initializer {
|
||||
initializer() { QT_RCC_MANGLE_NAMESPACE(qInitResources_resources)(); }
|
||||
~initializer() { QT_RCC_MANGLE_NAMESPACE(qCleanupResources_resources)(); }
|
||||
} dummy;
|
||||
}
|
||||
438
build/src/helloworld_autogen/moc_predefs.h
Normal file
438
build/src/helloworld_autogen/moc_predefs.h
Normal file
|
|
@ -0,0 +1,438 @@
|
|||
#define __SSP_STRONG__ 3
|
||||
#define __DBL_MIN_EXP__ (-1021)
|
||||
#define __cpp_attributes 200809L
|
||||
#define __cpp_nontype_template_parameter_auto 201606L
|
||||
#define __UINT_LEAST16_MAX__ 0xffff
|
||||
#define __ATOMIC_ACQUIRE 2
|
||||
#define __FLT128_MAX_10_EXP__ 4932
|
||||
#define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F
|
||||
#define __GCC_IEC_559_COMPLEX 2
|
||||
#define __cpp_aggregate_nsdmi 201304L
|
||||
#define __UINT_LEAST8_TYPE__ unsigned char
|
||||
#define __SIZEOF_FLOAT80__ 16
|
||||
#define __INTMAX_C(c) c ## L
|
||||
#define __CHAR_BIT__ 8
|
||||
#define __UINT8_MAX__ 0xff
|
||||
#define __SCHAR_WIDTH__ 8
|
||||
#define __WINT_MAX__ 0xffffffffU
|
||||
#define __FLT32_MIN_EXP__ (-125)
|
||||
#define __cpp_static_assert 201411L
|
||||
#define QT_GUI_LIB 1
|
||||
#define __ORDER_LITTLE_ENDIAN__ 1234
|
||||
#define __SIZE_MAX__ 0xffffffffffffffffUL
|
||||
#define __WCHAR_MAX__ 0x7fffffff
|
||||
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1
|
||||
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1
|
||||
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1
|
||||
#define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L)
|
||||
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1
|
||||
#define __GCC_ATOMIC_CHAR_LOCK_FREE 2
|
||||
#define __GCC_IEC_559 2
|
||||
#define __FLT32X_DECIMAL_DIG__ 17
|
||||
#define __FLT_EVAL_METHOD__ 0
|
||||
#define __cpp_binary_literals 201304L
|
||||
#define __FLT64_DECIMAL_DIG__ 17
|
||||
#define __cpp_noexcept_function_type 201510L
|
||||
#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2
|
||||
#define __cpp_variadic_templates 200704L
|
||||
#define __UINT_FAST64_MAX__ 0xffffffffffffffffUL
|
||||
#define __SIG_ATOMIC_TYPE__ int
|
||||
#define __DBL_MIN_10_EXP__ (-307)
|
||||
#define __FINITE_MATH_ONLY__ 0
|
||||
#define __cpp_variable_templates 201304L
|
||||
#define __FLT32X_MAX_EXP__ 1024
|
||||
#define __FLT32_HAS_DENORM__ 1
|
||||
#define __UINT_FAST8_MAX__ 0xff
|
||||
#define __cpp_rvalue_reference 200610L
|
||||
#define __cpp_nested_namespace_definitions 201411L
|
||||
#define __DEC64_MAX_EXP__ 385
|
||||
#define __INT8_C(c) c
|
||||
#define __INT_LEAST8_WIDTH__ 8
|
||||
#define __cpp_variadic_using 201611L
|
||||
#define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL
|
||||
#define __INT_LEAST8_MAX__ 0x7f
|
||||
#define __cpp_capture_star_this 201603L
|
||||
#define __SHRT_MAX__ 0x7fff
|
||||
#define __LDBL_MAX__ 1.18973149535723176502126385303097021e+4932L
|
||||
#define __FLT64X_MAX_10_EXP__ 4932
|
||||
#define __cpp_if_constexpr 201606L
|
||||
#define __LDBL_IS_IEC_60559__ 2
|
||||
#define QT_NO_DEBUG 1
|
||||
#define __FLT64X_HAS_QUIET_NAN__ 1
|
||||
#define __UINT_LEAST8_MAX__ 0xff
|
||||
#define __GCC_ATOMIC_BOOL_LOCK_FREE 2
|
||||
#define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128
|
||||
#define __UINTMAX_TYPE__ long unsigned int
|
||||
#define __linux 1
|
||||
#define __DEC32_EPSILON__ 1E-6DF
|
||||
#define QT_QMLMODELS_LIB 1
|
||||
#define __FLT_EVAL_METHOD_TS_18661_3__ 0
|
||||
#define __unix 1
|
||||
#define __UINT32_MAX__ 0xffffffffU
|
||||
#define __GXX_EXPERIMENTAL_CXX0X__ 1
|
||||
#define __FLT128_MIN_EXP__ (-16381)
|
||||
#define __WINT_MIN__ 0U
|
||||
#define __FLT128_MIN_10_EXP__ (-4931)
|
||||
#define __FLT32X_IS_IEC_60559__ 2
|
||||
#define __INT_LEAST16_WIDTH__ 16
|
||||
#define __SCHAR_MAX__ 0x7f
|
||||
#define __FLT128_MANT_DIG__ 113
|
||||
#define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1)
|
||||
#define __INT64_C(c) c ## L
|
||||
#define __GCC_ATOMIC_POINTER_LOCK_FREE 2
|
||||
#define __FLT32X_MANT_DIG__ 53
|
||||
#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2
|
||||
#define __cpp_aligned_new 201606L
|
||||
#define __USER_LABEL_PREFIX__
|
||||
#define __FLT32_MAX_10_EXP__ 38
|
||||
#define __FLT64X_EPSILON__ 1.08420217248550443400745280086994171e-19F64x
|
||||
#define __STDC_HOSTED__ 1
|
||||
#define __DEC64_MIN_EXP__ (-382)
|
||||
#define __cpp_decltype_auto 201304L
|
||||
#define __DBL_DIG__ 15
|
||||
#define __FLT32_DIG__ 6
|
||||
#define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F
|
||||
#define __GXX_WEAK__ 1
|
||||
#define __SHRT_WIDTH__ 16
|
||||
#define __FLT32_IS_IEC_60559__ 2
|
||||
#define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L
|
||||
#define __DBL_IS_IEC_60559__ 2
|
||||
#define __DEC32_MAX__ 9.999999E96DF
|
||||
#define __cpp_threadsafe_static_init 200806L
|
||||
#define __cpp_enumerator_attributes 201411L
|
||||
#define __FLT64X_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951F64x
|
||||
#define __FLT32X_HAS_INFINITY__ 1
|
||||
#define __INT32_MAX__ 0x7fffffff
|
||||
#define __unix__ 1
|
||||
#define __INT_WIDTH__ 32
|
||||
#define __SIZEOF_LONG__ 8
|
||||
#define __STDC_IEC_559__ 1
|
||||
#define __STDC_ISO_10646__ 201706L
|
||||
#define __UINT16_C(c) c
|
||||
#define __DECIMAL_DIG__ 21
|
||||
#define __STDC_IEC_559_COMPLEX__ 1
|
||||
#define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64
|
||||
#define __gnu_linux__ 1
|
||||
#define __INT16_MAX__ 0x7fff
|
||||
#define __FLT64_MIN_EXP__ (-1021)
|
||||
#define __FLT64X_MIN_10_EXP__ (-4931)
|
||||
#define __LDBL_HAS_QUIET_NAN__ 1
|
||||
#define __FLT64_MANT_DIG__ 53
|
||||
#define __FLT64X_MANT_DIG__ 64
|
||||
#define __GNUC__ 11
|
||||
#define __GXX_RTTI 1
|
||||
#define __pie__ 2
|
||||
#define __MMX__ 1
|
||||
#define __FLT_HAS_DENORM__ 1
|
||||
#define __SIZEOF_LONG_DOUBLE__ 16
|
||||
#define __BIGGEST_ALIGNMENT__ 16
|
||||
#define __STDC_UTF_16__ 1
|
||||
#define __FLT64_MAX_10_EXP__ 308
|
||||
#define __cpp_delegating_constructors 200604L
|
||||
#define __FLT32_HAS_INFINITY__ 1
|
||||
#define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L)
|
||||
#define __cpp_raw_strings 200710L
|
||||
#define __INT_FAST32_MAX__ 0x7fffffffffffffffL
|
||||
#define __DBL_HAS_INFINITY__ 1
|
||||
#define __SIZEOF_FLOAT__ 4
|
||||
#define __HAVE_SPECULATION_SAFE_VALUE 1
|
||||
#define __cpp_fold_expressions 201603L
|
||||
#define __DEC32_MIN_EXP__ (-94)
|
||||
#define __INTPTR_WIDTH__ 64
|
||||
#define __FLT64X_HAS_INFINITY__ 1
|
||||
#define __UINT_LEAST32_MAX__ 0xffffffffU
|
||||
#define __FLT32X_HAS_DENORM__ 1
|
||||
#define __INT_FAST16_TYPE__ long int
|
||||
#define __MMX_WITH_SSE__ 1
|
||||
#define __LDBL_HAS_DENORM__ 1
|
||||
#define QT_WIDGETS_LIB 1
|
||||
#define __cplusplus 201703L
|
||||
#define __cpp_ref_qualifiers 200710L
|
||||
#define __DEC32_MIN__ 1E-95DF
|
||||
#define __DEPRECATED 1
|
||||
#define __cpp_rvalue_references 200610L
|
||||
#define __DBL_MAX_EXP__ 1024
|
||||
#define __WCHAR_WIDTH__ 32
|
||||
#define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32
|
||||
#define __DEC128_EPSILON__ 1E-33DL
|
||||
#define __SSE2_MATH__ 1
|
||||
#define __ATOMIC_HLE_RELEASE 131072
|
||||
#define __PTRDIFF_MAX__ 0x7fffffffffffffffL
|
||||
#define __amd64 1
|
||||
#define __ATOMIC_HLE_ACQUIRE 65536
|
||||
#define __GNUG__ 11
|
||||
#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL
|
||||
#define __SIZEOF_SIZE_T__ 8
|
||||
#define __cpp_nsdmi 200809L
|
||||
#define __FLT64X_MIN_EXP__ (-16381)
|
||||
#define __SIZEOF_WINT_T__ 4
|
||||
#define __LONG_LONG_WIDTH__ 64
|
||||
#define __cpp_initializer_lists 200806L
|
||||
#define __FLT32_MAX_EXP__ 128
|
||||
#define ABI_ID "ELF"
|
||||
#define __cpp_hex_float 201603L
|
||||
#define __GXX_ABI_VERSION 1016
|
||||
#define __FLT128_HAS_INFINITY__ 1
|
||||
#define __FLT_MIN_EXP__ (-125)
|
||||
#define __GCC_HAVE_DWARF2_CFI_ASM 1
|
||||
#define __x86_64 1
|
||||
#define __cpp_lambdas 200907L
|
||||
#define __INT_FAST64_TYPE__ long int
|
||||
#define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64
|
||||
#define __cpp_template_auto 201606L
|
||||
#define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L)
|
||||
#define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128
|
||||
#define __FLT64X_NORM_MAX__ 1.18973149535723176502126385303097021e+4932F64x
|
||||
#define __SIZEOF_POINTER__ 8
|
||||
#define __LP64__ 1
|
||||
#define __DBL_HAS_QUIET_NAN__ 1
|
||||
#define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x
|
||||
#define __DECIMAL_BID_FORMAT__ 1
|
||||
#define __FLT64_MIN_10_EXP__ (-307)
|
||||
#define __FLT64X_DECIMAL_DIG__ 21
|
||||
#define __DEC128_MIN__ 1E-6143DL
|
||||
#define __REGISTER_PREFIX__
|
||||
#define __UINT16_MAX__ 0xffff
|
||||
#define __LDBL_HAS_INFINITY__ 1
|
||||
#define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32
|
||||
#define __UINT8_TYPE__ unsigned char
|
||||
#define __FLT_DIG__ 6
|
||||
#define __NO_INLINE__ 1
|
||||
#define __DEC_EVAL_METHOD__ 2
|
||||
#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL
|
||||
#define __FLT_MANT_DIG__ 24
|
||||
#define __LDBL_DECIMAL_DIG__ 21
|
||||
#define __VERSION__ "11.1.0"
|
||||
#define __UINT64_C(c) c ## UL
|
||||
#define __cpp_unicode_characters 201411L
|
||||
#define _STDC_PREDEF_H 1
|
||||
#define __INT_LEAST32_MAX__ 0x7fffffff
|
||||
#define __GCC_ATOMIC_INT_LOCK_FREE 2
|
||||
#define QT_QUICK_LIB 1
|
||||
#define __FLT128_MAX_EXP__ 16384
|
||||
#define __FLT32_MANT_DIG__ 24
|
||||
#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__
|
||||
#define SIZEOF_DPTR (sizeof(void*))
|
||||
#define __cpp_aggregate_bases 201603L
|
||||
#define __FLT128_HAS_DENORM__ 1
|
||||
#define __FLT32_DECIMAL_DIG__ 9
|
||||
#define __FLT128_DIG__ 33
|
||||
#define __INT32_C(c) c
|
||||
#define __DEC64_EPSILON__ 1E-15DD
|
||||
#define __ORDER_PDP_ENDIAN__ 3412
|
||||
#define __DEC128_MIN_EXP__ (-6142)
|
||||
#define __INT_FAST32_TYPE__ long int
|
||||
#define __UINT_LEAST16_TYPE__ short unsigned int
|
||||
#define unix 1
|
||||
#define __DBL_HAS_DENORM__ 1
|
||||
#define __cpp_rtti 199711L
|
||||
#define __SIZE_TYPE__ long unsigned int
|
||||
#define __UINT64_MAX__ 0xffffffffffffffffUL
|
||||
#define __FLT_IS_IEC_60559__ 2
|
||||
#define __GNUC_WIDE_EXECUTION_CHARSET_NAME "UTF-32LE"
|
||||
#define __FLT64X_DIG__ 18
|
||||
#define __INT8_TYPE__ signed char
|
||||
#define __cpp_digit_separators 201309L
|
||||
#define __ELF__ 1
|
||||
#define __GCC_ASM_FLAG_OUTPUTS__ 1
|
||||
#define __UINT32_TYPE__ unsigned int
|
||||
#define __FLT_RADIX__ 2
|
||||
#define __INT_LEAST16_TYPE__ short int
|
||||
#define __LDBL_EPSILON__ 1.08420217248550443400745280086994171e-19L
|
||||
#define __UINTMAX_C(c) c ## UL
|
||||
#define __GLIBCXX_BITSIZE_INT_N_0 128
|
||||
#define __k8 1
|
||||
#define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x
|
||||
#define __SIG_ATOMIC_MAX__ 0x7fffffff
|
||||
#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2
|
||||
#define __SIZEOF_PTRDIFF_T__ 8
|
||||
#define __LDBL_DIG__ 18
|
||||
#define __FLT64_IS_IEC_60559__ 2
|
||||
#define __x86_64__ 1
|
||||
#define __FLT32X_MIN_EXP__ (-1021)
|
||||
#define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF
|
||||
#define __INT_FAST16_MAX__ 0x7fffffffffffffffL
|
||||
#define __FLT64_DIG__ 15
|
||||
#define __UINT_FAST32_MAX__ 0xffffffffffffffffUL
|
||||
#define __UINT_LEAST64_TYPE__ long unsigned int
|
||||
#define __FLT_HAS_QUIET_NAN__ 1
|
||||
#define __FLT_MAX_10_EXP__ 38
|
||||
#define __LONG_MAX__ 0x7fffffffffffffffL
|
||||
#define __FLT64X_HAS_DENORM__ 1
|
||||
#define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL
|
||||
#define __FLT_HAS_INFINITY__ 1
|
||||
#define __GNUC_EXECUTION_CHARSET_NAME "UTF-8"
|
||||
#define __cpp_unicode_literals 200710L
|
||||
#define __UINT_FAST16_TYPE__ long unsigned int
|
||||
#define __DEC64_MAX__ 9.999999999999999E384DD
|
||||
#define __INT_FAST32_WIDTH__ 64
|
||||
#define __CHAR16_TYPE__ short unsigned int
|
||||
#define __PRAGMA_REDEFINE_EXTNAME 1
|
||||
#define __SIZE_WIDTH__ 64
|
||||
#define __SEG_FS 1
|
||||
#define __INT_LEAST16_MAX__ 0x7fff
|
||||
#define __DEC64_MANT_DIG__ 16
|
||||
#define __INT64_MAX__ 0x7fffffffffffffffL
|
||||
#define QT_NETWORK_LIB 1
|
||||
#define __SEG_GS 1
|
||||
#define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32
|
||||
#define __SIG_ATOMIC_WIDTH__ 32
|
||||
#define __INT_LEAST64_TYPE__ long int
|
||||
#define __INT16_TYPE__ short int
|
||||
#define __INT_LEAST8_TYPE__ signed char
|
||||
#define __cpp_structured_bindings 201606L
|
||||
#define __SIZEOF_INT__ 4
|
||||
#define __DEC32_MAX_EXP__ 97
|
||||
#define __INT_FAST8_MAX__ 0x7f
|
||||
#define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128
|
||||
#define __INTPTR_MAX__ 0x7fffffffffffffffL
|
||||
#define __cpp_sized_deallocation 201309L
|
||||
#define __cpp_guaranteed_copy_elision 201606L
|
||||
#define linux 1
|
||||
#define __FLT64_HAS_QUIET_NAN__ 1
|
||||
#define __FLT32_MIN_10_EXP__ (-37)
|
||||
#define __EXCEPTIONS 1
|
||||
#define __PTRDIFF_WIDTH__ 64
|
||||
#define __LDBL_MANT_DIG__ 64
|
||||
#define __cpp_range_based_for 201603L
|
||||
#define __FLT64_HAS_INFINITY__ 1
|
||||
#define __FLT64X_MAX__ 1.18973149535723176502126385303097021e+4932F64x
|
||||
#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 16
|
||||
#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1)
|
||||
#define __code_model_small__ 1
|
||||
#define __GCC_ATOMIC_LONG_LOCK_FREE 2
|
||||
#define __cpp_nontype_template_args 201411L
|
||||
#define __DEC32_MANT_DIG__ 7
|
||||
#define __cpp_return_type_deduction 201304L
|
||||
#define __k8__ 1
|
||||
#define __INTPTR_TYPE__ long int
|
||||
#define __UINT16_TYPE__ short unsigned int
|
||||
#define __WCHAR_TYPE__ int
|
||||
#define QT_QUICKCONTROLS2_LIB 1
|
||||
#define __pic__ 2
|
||||
#define __UINTPTR_MAX__ 0xffffffffffffffffUL
|
||||
#define __INT_FAST64_WIDTH__ 64
|
||||
#define __cpp_decltype 200707L
|
||||
#define __INT_FAST64_MAX__ 0x7fffffffffffffffL
|
||||
#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1
|
||||
#define __FLT_NORM_MAX__ 3.40282346638528859811704183484516925e+38F
|
||||
#define __FLT64X_MAX_EXP__ 16384
|
||||
#define __UINT_FAST64_TYPE__ long unsigned int
|
||||
#define __cpp_inline_variables 201606L
|
||||
#define __INT_MAX__ 0x7fffffff
|
||||
#define __linux__ 1
|
||||
#define __INT64_TYPE__ long int
|
||||
#define __FLT_MAX_EXP__ 128
|
||||
#define __ORDER_BIG_ENDIAN__ 4321
|
||||
#define __DBL_MANT_DIG__ 53
|
||||
#define __cpp_inheriting_constructors 201511L
|
||||
#define QT_CORE_LIB 1
|
||||
#define __SIZEOF_FLOAT128__ 16
|
||||
#define __INT_LEAST64_MAX__ 0x7fffffffffffffffL
|
||||
#define __DEC64_MIN__ 1E-383DD
|
||||
#define __WINT_TYPE__ unsigned int
|
||||
#define __UINT_LEAST32_TYPE__ unsigned int
|
||||
#define __SIZEOF_SHORT__ 2
|
||||
#define __FLT32_NORM_MAX__ 3.40282346638528859811704183484516925e+38F32
|
||||
#define __SSE__ 1
|
||||
#define __LDBL_MIN_EXP__ (-16381)
|
||||
#define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64
|
||||
#define __amd64__ 1
|
||||
#define __WINT_WIDTH__ 32
|
||||
#define __INT_LEAST64_WIDTH__ 64
|
||||
#define __LDBL_MAX_EXP__ 16384
|
||||
#define __FLT32X_MAX_10_EXP__ 308
|
||||
#define __SIZEOF_INT128__ 16
|
||||
#define __FLT64X_IS_IEC_60559__ 2
|
||||
#define __LDBL_MAX_10_EXP__ 4932
|
||||
#define __ATOMIC_RELAXED 0
|
||||
#define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L)
|
||||
#define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128
|
||||
#define _LP64 1
|
||||
#define __UINT8_C(c) c
|
||||
#define __FLT64_MAX_EXP__ 1024
|
||||
#define __INT_LEAST32_TYPE__ int
|
||||
#define __SIZEOF_WCHAR_T__ 4
|
||||
#define __GNUC_PATCHLEVEL__ 0
|
||||
#define __FLT128_NORM_MAX__ 1.18973149535723176508575932662800702e+4932F128
|
||||
#define _LARGEFILE64_SOURCE 1
|
||||
#define __FLT64_NORM_MAX__ 1.79769313486231570814527423731704357e+308F64
|
||||
#define __FLT128_HAS_QUIET_NAN__ 1
|
||||
#define __INTMAX_MAX__ 0x7fffffffffffffffL
|
||||
#define __INT_FAST8_TYPE__ signed char
|
||||
#define __cpp_namespace_attributes 201411L
|
||||
#define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x
|
||||
#define __STDCPP_THREADS__ 1
|
||||
#define __GNUC_STDC_INLINE__ 1
|
||||
#define __FLT64_HAS_DENORM__ 1
|
||||
#define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32
|
||||
#define __DBL_DECIMAL_DIG__ 17
|
||||
#define __STDC_UTF_32__ 1
|
||||
#define __INT_FAST8_WIDTH__ 8
|
||||
#define __FXSR__ 1
|
||||
#define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x
|
||||
#define __DBL_NORM_MAX__ double(1.79769313486231570814527423731704357e+308L)
|
||||
#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__
|
||||
#define __INTMAX_WIDTH__ 64
|
||||
#define __cpp_runtime_arrays 198712L
|
||||
#define __UINT64_TYPE__ long unsigned int
|
||||
#define __UINT32_C(c) c ## U
|
||||
#define __cpp_alias_templates 200704L
|
||||
#define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F
|
||||
#define __FLT128_IS_IEC_60559__ 2
|
||||
#define __INT8_MAX__ 0x7f
|
||||
#define __LONG_WIDTH__ 64
|
||||
#define __PIC__ 2
|
||||
#define __UINT_FAST32_TYPE__ long unsigned int
|
||||
#define __FLT32X_NORM_MAX__ 1.79769313486231570814527423731704357e+308F32x
|
||||
#define __CHAR32_TYPE__ unsigned int
|
||||
#define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F
|
||||
#define __cpp_constexpr 201603L
|
||||
#define __SSE2__ 1
|
||||
#define __cpp_deduction_guides 201703L
|
||||
#define __INT32_TYPE__ int
|
||||
#define __SIZEOF_DOUBLE__ 8
|
||||
#define __cpp_exceptions 199711L
|
||||
#define __FLT_MIN_10_EXP__ (-37)
|
||||
#define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64
|
||||
#define __INT_LEAST32_WIDTH__ 32
|
||||
#define __INTMAX_TYPE__ long int
|
||||
#define __DEC128_MAX_EXP__ 6145
|
||||
#define __FLT32X_HAS_QUIET_NAN__ 1
|
||||
#define __ATOMIC_CONSUME 1
|
||||
#define __GNUC_MINOR__ 1
|
||||
#define __GLIBCXX_TYPE_INT_N_0 __int128
|
||||
#define __INT_FAST16_WIDTH__ 64
|
||||
#define __UINTMAX_MAX__ 0xffffffffffffffffUL
|
||||
#define __PIE__ 2
|
||||
#define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x
|
||||
#define __cpp_template_template_args 201611L
|
||||
#define __DBL_MAX_10_EXP__ 308
|
||||
#define __LDBL_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951L
|
||||
#define __INT16_C(c) c
|
||||
#define __STDC__ 1
|
||||
#define __FLT32X_DIG__ 15
|
||||
#define __PTRDIFF_TYPE__ long int
|
||||
#define __ATOMIC_SEQ_CST 5
|
||||
#define QT_QML_LIB 1
|
||||
#define __FLT32X_MIN_10_EXP__ (-307)
|
||||
#define __UINTPTR_TYPE__ long unsigned int
|
||||
#define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD
|
||||
#define __DEC128_MANT_DIG__ 34
|
||||
#define __LDBL_MIN_10_EXP__ (-4931)
|
||||
#define __cpp_generic_lambdas 201304L
|
||||
#define __SSE_MATH__ 1
|
||||
#define __SIZEOF_LONG_LONG__ 8
|
||||
#define __cpp_user_defined_literals 200809L
|
||||
#define __FLT128_DECIMAL_DIG__ 36
|
||||
#define __GCC_ATOMIC_LLONG_LOCK_FREE 2
|
||||
#define __FLT32_HAS_QUIET_NAN__ 1
|
||||
#define __FLT_DECIMAL_DIG__ 9
|
||||
#define __UINT_FAST16_MAX__ 0xffffffffffffffffUL
|
||||
#define __LDBL_NORM_MAX__ 1.18973149535723176502126385303097021e+4932L
|
||||
#define __GCC_ATOMIC_SHORT_LOCK_FREE 2
|
||||
#define __UINT_FAST8_TYPE__ unsigned char
|
||||
#define _GNU_SOURCE 1
|
||||
#define __cpp_init_captures 201304L
|
||||
#define __ATOMIC_ACQ_REL 4
|
||||
#define __ATOMIC_RELEASE 3
|
||||
3
build/src/helloworld_autogen/mocs_compilation.cpp
Normal file
3
build/src/helloworld_autogen/mocs_compilation.cpp
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
// This file is autogenerated. Changes will be overwritten.
|
||||
// No files found that require moc or the moc files are included
|
||||
enum some_compilers { need_more_than_nothing };
|
||||
Loading…
Add table
Add a link
Reference in a new issue