some basic ui pieces

This commit is contained in:
Chris Cochrun 2022-02-08 10:14:00 -06:00
parent 9c73c8c567
commit 8f4c2a4e94
52 changed files with 1251 additions and 1906 deletions

View file

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16) cmake_minimum_required(VERSION 3.16)
project(helloworld) project(presenter)
set(KF_MIN_VERSION "5.68.0") set(KF_MIN_VERSION "5.68.0")
set(QT_MIN_VERSION "5.12.0") set(QT_MIN_VERSION "5.12.0")
@ -8,9 +8,14 @@ find_package(ECM ${KF_MIN_VERSION} REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
set(CMAKE_AUTOMOC ON)
include(KDEInstallDirs) include(KDEInstallDirs)
include(KDECMakeSettings) include(KDECMakeSettings)
include(KDECompilerSettings NO_POLICY_SCOPE) include(KDECompilerSettings NO_POLICY_SCOPE)
include(FeatureSummary)
kde_enable_exceptions()
find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Core Quick Test Gui QuickControls2 Widgets) find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Core Quick Test Gui QuickControls2 Widgets)
find_package(KF5 ${KF_MIN_VERSION} REQUIRED COMPONENTS Kirigami2 I18n CoreAddons) find_package(KF5 ${KF_MIN_VERSION} REQUIRED COMPONENTS Kirigami2 I18n CoreAddons)

View file

@ -30,6 +30,9 @@ BUILD_TESTING:BOOL=ON
//Build against Qt 6 //Build against Qt 6
BUILD_WITH_QT6:BOOL=OFF BUILD_WITH_QT6:BOOL=OFF
//The directory containing a CMake configuration file for Breeze.
Breeze_DIR:PATH=/usr/lib64/cmake/Breeze
//Path to a program. //Path to a program.
CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
@ -38,7 +41,7 @@ CMAKE_AR:FILEPATH=/usr/bin/ar
//Choose the type of build, options are: None Debug Release RelWithDebInfo //Choose the type of build, options are: None Debug Release RelWithDebInfo
// MinSizeRel ... // MinSizeRel ...
CMAKE_BUILD_TYPE:STRING= CMAKE_BUILD_TYPE:STRING=Debug
//Enable/Disable color output during build. //Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON CMAKE_COLOR_MAKEFILE:BOOL=ON
@ -161,7 +164,22 @@ CMAKE_PROJECT_DESCRIPTION:STATIC=
CMAKE_PROJECT_HOMEPAGE_URL:STATIC= CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
//Value Computed by CMake //Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=helloworld CMAKE_PROJECT_NAME:STATIC=presenter
//Value Computed by CMake
CMAKE_PROJECT_VERSION:STATIC=0.7.3
//Value Computed by CMake
CMAKE_PROJECT_VERSION_MAJOR:STATIC=0
//Value Computed by CMake
CMAKE_PROJECT_VERSION_MINOR:STATIC=7
//Value Computed by CMake
CMAKE_PROJECT_VERSION_PATCH:STATIC=3
//Value Computed by CMake
CMAKE_PROJECT_VERSION_TWEAK:STATIC=
//Path to a program. //Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
@ -231,9 +249,30 @@ ECM_DIR:PATH=/usr/share/ECM/cmake
//Make use of -Bsymbolic-functions //Make use of -Bsymbolic-functions
ENABLE_BSYMBOLICFUNCTIONS:BOOL=OFF ENABLE_BSYMBOLICFUNCTIONS:BOOL=OFF
//The directory containing a CMake configuration file for FFmpeg.
FFmpeg_DIR:PATH=FFmpeg_DIR-NOTFOUND
//Path to a program. //Path to a program.
FISH_EXECUTABLE:FILEPATH=/usr/bin/fish FISH_EXECUTABLE:FILEPATH=/usr/bin/fish
//Path to a file.
FREETYPE_INCLUDE_DIR_freetype2:PATH=/usr/include/freetype2
//Path to a file.
FREETYPE_INCLUDE_DIR_ft2build:PATH=/usr/include/freetype2
//Path to a library.
FREETYPE_LIBRARY_DEBUG:FILEPATH=FREETYPE_LIBRARY_DEBUG-NOTFOUND
//Path to a library.
FREETYPE_LIBRARY_RELEASE:FILEPATH=/usr/lib/libfreetype.so
//Path to a file.
Fontconfig_INCLUDE_DIR:PATH=/usr/include
//Path to a library.
Fontconfig_LIBRARY:FILEPATH=/usr/lib/libfontconfig.so
//Path to a program. //Path to a program.
GETTEXT_MSGFMT_EXECUTABLE:FILEPATH=/usr/bin/msgfmt GETTEXT_MSGFMT_EXECUTABLE:FILEPATH=/usr/bin/msgfmt
@ -406,24 +445,93 @@ KDE_L10N_SYNC_TRANSLATIONS:BOOL=OFF
//Prevent an "uninstall" target from being generated. //Prevent an "uninstall" target from being generated.
KDE_SKIP_UNINSTALL_TARGET:BOOL=OFF KDE_SKIP_UNINSTALL_TARGET:BOOL=OFF
//Tool to serialize resource-intensive commands in parallel builds
KDOCTOOLS_SERIALIZE_TOOL:STRING=
//The directory containing a CMake configuration file for KF5Auth.
KF5Auth_DIR:PATH=/usr/lib64/cmake/KF5Auth
//The directory containing a CMake configuration file for KF5Bookmarks.
KF5Bookmarks_DIR:PATH=/usr/lib64/cmake/KF5Bookmarks
//The directory containing a CMake configuration file for KF5Codecs.
KF5Codecs_DIR:PATH=/usr/lib64/cmake/KF5Codecs
//The directory containing a CMake configuration file for KF5Completion.
KF5Completion_DIR:PATH=/usr/lib64/cmake/KF5Completion
//The directory containing a CMake configuration file for KF5ConfigWidgets.
KF5ConfigWidgets_DIR:PATH=/usr/lib64/cmake/KF5ConfigWidgets
//The directory containing a CMake configuration file for KF5Config.
KF5Config_DIR:PATH=/usr/lib64/cmake/KF5Config
//The directory containing a CMake configuration file for KF5CoreAddons. //The directory containing a CMake configuration file for KF5CoreAddons.
KF5CoreAddons_DIR:PATH=/usr/lib64/cmake/KF5CoreAddons KF5CoreAddons_DIR:PATH=/usr/lib64/cmake/KF5CoreAddons
//The directory containing a CMake configuration file for KF5DocTools.
KF5DocTools_DIR:PATH=/usr/lib64/cmake/KF5DocTools
//The directory containing a CMake configuration file for KF5FileMetaData.
KF5FileMetaData_DIR:PATH=/usr/lib64/cmake/KF5FileMetaData
//The directory containing a CMake configuration file for KF5I18n. //The directory containing a CMake configuration file for KF5I18n.
KF5I18n_DIR:PATH=/usr/lib64/cmake/KF5I18n KF5I18n_DIR:PATH=/usr/lib64/cmake/KF5I18n
//The directory containing a CMake configuration file for KF5IconThemes.
KF5IconThemes_DIR:PATH=/usr/lib64/cmake/KF5IconThemes
//The directory containing a CMake configuration file for KF5ItemViews.
KF5ItemViews_DIR:PATH=/usr/lib64/cmake/KF5ItemViews
//The directory containing a CMake configuration file for KF5JobWidgets.
KF5JobWidgets_DIR:PATH=/usr/lib64/cmake/KF5JobWidgets
//The directory containing a CMake configuration file for KF5KIO.
KF5KIO_DIR:PATH=/usr/lib64/cmake/KF5KIO
//The directory containing a CMake configuration file for KF5Kirigami2. //The directory containing a CMake configuration file for KF5Kirigami2.
KF5Kirigami2_DIR:PATH=/usr/lib64/cmake/KF5Kirigami2 KF5Kirigami2_DIR:PATH=/usr/lib64/cmake/KF5Kirigami2
//The directory containing a CMake configuration file for KF5Service.
KF5Service_DIR:PATH=/usr/lib64/cmake/KF5Service
//The directory containing a CMake configuration file for KF5Solid.
KF5Solid_DIR:PATH=/usr/lib64/cmake/KF5Solid
//The directory containing a CMake configuration file for KF5WidgetsAddons.
KF5WidgetsAddons_DIR:PATH=/usr/lib64/cmake/KF5WidgetsAddons
//The directory containing a CMake configuration file for KF5WindowSystem.
KF5WindowSystem_DIR:PATH=/usr/lib64/cmake/KF5WindowSystem
//The directory containing a CMake configuration file for KF5XmlGui.
KF5XmlGui_DIR:PATH=/usr/lib64/cmake/KF5XmlGui
//Path to a program. //Path to a program.
KI18N_PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3 KI18N_PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3
//The directory containing a CMake configuration file for Libmpv.
Libmpv_DIR:PATH=Libmpv_DIR-NOTFOUND
//Arguments to supply to pkg-config
PKG_CONFIG_ARGN:STRING=
//pkg-config executable
PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config
//Location of the Qt5 qmake executable //Location of the Qt5 qmake executable
QMAKE_EXECUTABLE:FILEPATH=/usr/bin/qmake QMAKE_EXECUTABLE:FILEPATH=/usr/bin/qmake
//The directory containing a CMake configuration file for Qt5Concurrent.
Qt5Concurrent_DIR:PATH=/usr/lib64/cmake/Qt5Concurrent
//The directory containing a CMake configuration file for Qt5Core. //The directory containing a CMake configuration file for Qt5Core.
Qt5Core_DIR:PATH=/usr/lib64/cmake/Qt5Core Qt5Core_DIR:PATH=/usr/lib64/cmake/Qt5Core
//The directory containing a CMake configuration file for Qt5DBus.
Qt5DBus_DIR:PATH=/usr/lib64/cmake/Qt5DBus
//The directory containing a CMake configuration file for Qt5Gui. //The directory containing a CMake configuration file for Qt5Gui.
Qt5Gui_DIR:PATH=/usr/lib64/cmake/Qt5Gui Qt5Gui_DIR:PATH=/usr/lib64/cmake/Qt5Gui
@ -448,17 +556,272 @@ Qt5Test_DIR:PATH=/usr/lib64/cmake/Qt5Test
//The directory containing a CMake configuration file for Qt5Widgets. //The directory containing a CMake configuration file for Qt5Widgets.
Qt5Widgets_DIR:PATH=/usr/lib64/cmake/Qt5Widgets Qt5Widgets_DIR:PATH=/usr/lib64/cmake/Qt5Widgets
//The directory containing a CMake configuration file for Qt5Xml.
Qt5Xml_DIR:PATH=/usr/lib64/cmake/Qt5Xml
//The directory containing a CMake configuration file for Qt5. //The directory containing a CMake configuration file for Qt5.
Qt5_DIR:PATH=/usr/lib64/cmake/Qt5 Qt5_DIR:PATH=/usr/lib64/cmake/Qt5
//Value Computed by CMake //Path to a file.
helloworld_BINARY_DIR:STATIC=/home/chris/dev/newapp/build X11_ICE_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_ICE_LIB:FILEPATH=/usr/lib/libICE.so
//Path to a file.
X11_SM_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_SM_LIB:FILEPATH=/usr/lib/libSM.so
//Path to a file.
X11_X11_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_X11_LIB:FILEPATH=/usr/lib/libX11.so
//Path to a file.
X11_X11_xcb_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_X11_xcb_LIB:FILEPATH=/usr/lib/libX11-xcb.so
//Path to a file.
X11_XRes_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_XRes_LIB:FILEPATH=/usr/lib/libXRes.so
//Path to a file.
X11_XShm_INCLUDE_PATH:PATH=/usr/include
//Path to a file.
X11_XSync_INCLUDE_PATH:PATH=/usr/include
//Path to a file.
X11_Xaccessrules_INCLUDE_PATH:PATH=/usr/include
//Path to a file.
X11_Xaccessstr_INCLUDE_PATH:PATH=/usr/include
//Path to a file.
X11_Xau_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xau_LIB:FILEPATH=/usr/lib/libXau.so
//Path to a file.
X11_Xaw_INCLUDE_PATH:PATH=X11_Xaw_INCLUDE_PATH-NOTFOUND
//Path to a library.
X11_Xaw_LIB:FILEPATH=/usr/lib/libXaw.so
//Path to a file.
X11_Xcomposite_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xcomposite_LIB:FILEPATH=/usr/lib/libXcomposite.so
//Path to a file.
X11_Xcursor_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xcursor_LIB:FILEPATH=/usr/lib/libXcursor.so
//Path to a file.
X11_Xdamage_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xdamage_LIB:FILEPATH=/usr/lib/libXdamage.so
//Path to a file.
X11_Xdmcp_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xdmcp_LIB:FILEPATH=/usr/lib/libXdmcp.so
//Path to a file.
X11_Xext_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xext_LIB:FILEPATH=/usr/lib/libXext.so
//Path to a file.
X11_Xfixes_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xfixes_LIB:FILEPATH=/usr/lib/libXfixes.so
//Path to a file.
X11_Xft_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xft_LIB:FILEPATH=/usr/lib/libXft.so
//Path to a file.
X11_Xi_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xi_LIB:FILEPATH=/usr/lib/libXi.so
//Path to a file.
X11_Xinerama_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xinerama_LIB:FILEPATH=/usr/lib/libXinerama.so
//Path to a file.
X11_Xkb_INCLUDE_PATH:PATH=/usr/include
//Path to a file.
X11_Xkblib_INCLUDE_PATH:PATH=/usr/include
//Path to a file.
X11_Xlib_INCLUDE_PATH:PATH=/usr/include
//Path to a file.
X11_Xmu_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xmu_LIB:FILEPATH=/usr/lib/libXmu.so
//Path to a file.
X11_Xpm_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xpm_LIB:FILEPATH=/usr/lib/libXpm.so
//Path to a file.
X11_Xrandr_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xrandr_LIB:FILEPATH=/usr/lib/libXrandr.so
//Path to a file.
X11_Xrender_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xrender_LIB:FILEPATH=/usr/lib/libXrender.so
//Path to a file.
X11_Xshape_INCLUDE_PATH:PATH=/usr/include
//Path to a file.
X11_Xss_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xss_LIB:FILEPATH=/usr/lib/libXss.so
//Path to a file.
X11_Xt_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xt_LIB:FILEPATH=/usr/lib/libXt.so
//Path to a file.
X11_Xtst_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xtst_LIB:FILEPATH=/usr/lib/libXtst.so
//Path to a file.
X11_Xutil_INCLUDE_PATH:PATH=/usr/include
//Path to a file.
X11_Xv_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xv_LIB:FILEPATH=/usr/lib/libXv.so
//Path to a file.
X11_Xxf86misc_INCLUDE_PATH:PATH=X11_Xxf86misc_INCLUDE_PATH-NOTFOUND
//Path to a library.
X11_Xxf86misc_LIB:FILEPATH=X11_Xxf86misc_LIB-NOTFOUND
//Path to a file.
X11_Xxf86vm_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_Xxf86vm_LIB:FILEPATH=/usr/lib/libXxf86vm.so
//Path to a file.
X11_dpms_INCLUDE_PATH:PATH=/usr/include
//Path to a file.
X11_xcb_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_xcb_LIB:FILEPATH=/usr/lib/libxcb.so
//Path to a file.
X11_xcb_icccm_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_xcb_icccm_LIB:FILEPATH=/usr/lib/libxcb-icccm.so
//Path to a file.
X11_xcb_util_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_xcb_util_LIB:FILEPATH=/usr/lib/libxcb-util.so
//Path to a file.
X11_xcb_xfixes_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_xcb_xfixes_LIB:FILEPATH=/usr/lib/libxcb-xfixes.so
//Path to a library.
X11_xcb_xkb_LIB:FILEPATH=/usr/lib/libxcb-xkb.so
//Path to a file.
X11_xkbcommon_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_xkbcommon_LIB:FILEPATH=/usr/lib/libxkbcommon.so
//Path to a file.
X11_xkbcommon_X11_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_xkbcommon_X11_LIB:FILEPATH=/usr/lib/libxkbcommon-x11.so
//Path to a file.
X11_xkbfile_INCLUDE_PATH:PATH=/usr/include
//Path to a library.
X11_xkbfile_LIB:FILEPATH=/usr/lib/libxkbfile.so
//The directory containing a CMake configuration file for YouTubeDl.
YouTubeDl_DIR:PATH=YouTubeDl_DIR-NOTFOUND
//The directory containing a CMake configuration file for Ytdlp.
Ytdlp_DIR:PATH=Ytdlp_DIR-NOTFOUND
//Path to a library.
pkgcfg_lib_PKG_FONTCONFIG_fontconfig:FILEPATH=/usr/lib/libfontconfig.so
//Path to a library.
pkgcfg_lib_PKG_FONTCONFIG_freetype:FILEPATH=/usr/lib/libfreetype.so
//Value Computed by CMake //Value Computed by CMake
helloworld_IS_TOP_LEVEL:STATIC=ON present_BINARY_DIR:STATIC=/home/chris/dev/newapp/build
//Value Computed by CMake //Value Computed by CMake
helloworld_SOURCE_DIR:STATIC=/home/chris/dev/newapp present_IS_TOP_LEVEL:STATIC=ON
//Value Computed by CMake
present_SOURCE_DIR:STATIC=/home/chris/dev/newapp
//Value Computed by CMake
presenter_BINARY_DIR:STATIC=/home/chris/dev/newapp/build
//Value Computed by CMake
presenter_IS_TOP_LEVEL:STATIC=ON
//Value Computed by CMake
presenter_SOURCE_DIR:STATIC=/home/chris/dev/newapp
######################## ########################
@ -469,6 +832,8 @@ helloworld_SOURCE_DIR:STATIC=/home/chris/dev/newapp
CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_AR //ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1 CMAKE_AR-ADVANCED:INTERNAL=1
//STRINGS property for variable: CMAKE_BUILD_TYPE
CMAKE_BUILD_TYPE-STRINGS:INTERNAL=Debug;Release;MinSizeRel;RelWithDebInfo
//This is the directory where this CMakeCache.txt was created //This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/home/chris/dev/newapp/build CMAKE_CACHEFILE_DIR:INTERNAL=/home/chris/dev/newapp/build
//Major version of cmake used to create the current loaded cache //Major version of cmake used to create the current loaded cache
@ -545,11 +910,21 @@ CMAKE_GENERATOR_INSTANCE:INTERNAL=
CMAKE_GENERATOR_PLATFORM:INTERNAL= CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset. //Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL= CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Have function connect
CMAKE_HAVE_CONNECT:INTERNAL=1
//Have function gethostbyname
CMAKE_HAVE_GETHOSTBYNAME:INTERNAL=1
//Have function remove
CMAKE_HAVE_REMOVE:INTERNAL=1
//Have function shmat
CMAKE_HAVE_SHMAT:INTERNAL=1
//Source directory with the top level CMakeLists.txt file for this //Source directory with the top level CMakeLists.txt file for this
// project // project
CMAKE_HOME_DIRECTORY:INTERNAL=/home/chris/dev/newapp CMAKE_HOME_DIRECTORY:INTERNAL=/home/chris/dev/newapp
//Install .so files without execute permission. //Install .so files without execute permission.
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0
//Have library ICE
CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER:INTERNAL=1
//ADVANCED property for variable: CMAKE_LINKER //ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1 CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
@ -620,6 +995,20 @@ FIND_PACKAGE_MESSAGE_DETAILS_KF5CoreAddons:INTERNAL=[/usr/lib64/cmake/KF5CoreAdd
FIND_PACKAGE_MESSAGE_DETAILS_KF5I18n:INTERNAL=[/usr/lib64/cmake/KF5I18n/KF5I18nConfig.cmake][v5.87.0()] FIND_PACKAGE_MESSAGE_DETAILS_KF5I18n:INTERNAL=[/usr/lib64/cmake/KF5I18n/KF5I18nConfig.cmake][v5.87.0()]
//Details about finding KF5Kirigami2 //Details about finding KF5Kirigami2
FIND_PACKAGE_MESSAGE_DETAILS_KF5Kirigami2:INTERNAL=[/usr/lib64/cmake/KF5Kirigami2/KF5Kirigami2Config.cmake][v5.90.0()] FIND_PACKAGE_MESSAGE_DETAILS_KF5Kirigami2:INTERNAL=[/usr/lib64/cmake/KF5Kirigami2/KF5Kirigami2Config.cmake][v5.90.0()]
//Details about finding X11
FIND_PACKAGE_MESSAGE_DETAILS_X11:INTERNAL=[/usr/include][/usr/lib/libX11.so][c ][v()]
//ADVANCED property for variable: FREETYPE_INCLUDE_DIR_freetype2
FREETYPE_INCLUDE_DIR_freetype2-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FREETYPE_INCLUDE_DIR_ft2build
FREETYPE_INCLUDE_DIR_ft2build-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FREETYPE_LIBRARY_DEBUG
FREETYPE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FREETYPE_LIBRARY_RELEASE
FREETYPE_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Fontconfig_INCLUDE_DIR
Fontconfig_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Fontconfig_LIBRARY
Fontconfig_LIBRARY-ADVANCED:INTERNAL=1
//Test HAVE_DATE_TIME //Test HAVE_DATE_TIME
HAVE_DATE_TIME:INTERNAL=1 HAVE_DATE_TIME:INTERNAL=1
//ADVANCED property for variable: KDE_INSTALL_APPDIR //ADVANCED property for variable: KDE_INSTALL_APPDIR
@ -720,6 +1109,208 @@ KDE_INSTALL_TEMPLATEDIR-ADVANCED:INTERNAL=1
KDE_INSTALL_WALLPAPERDIR-ADVANCED:INTERNAL=1 KDE_INSTALL_WALLPAPERDIR-ADVANCED:INTERNAL=1
//Have symbol __GLIBC__ //Have symbol __GLIBC__
LIBC_IS_GLIBC:INTERNAL=1 LIBC_IS_GLIBC:INTERNAL=1
//ADVANCED property for variable: PKG_CONFIG_ARGN
PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
PKG_FONTCONFIG_CFLAGS:INTERNAL=-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/harfbuzz;-I/usr/include/glib-2.0;-I/usr/lib/glib-2.0/include;-I/usr/include/sysprof-4;-pthread
PKG_FONTCONFIG_CFLAGS_I:INTERNAL=
PKG_FONTCONFIG_CFLAGS_OTHER:INTERNAL=-pthread
PKG_FONTCONFIG_FOUND:INTERNAL=1
PKG_FONTCONFIG_INCLUDEDIR:INTERNAL=/usr/include
PKG_FONTCONFIG_INCLUDE_DIRS:INTERNAL=/usr/include/freetype2;/usr/include/libpng16;/usr/include/harfbuzz;/usr/include/glib-2.0;/usr/lib/glib-2.0/include;/usr/include/sysprof-4
PKG_FONTCONFIG_LDFLAGS:INTERNAL=-L/usr/lib;-lfontconfig;-lfreetype
PKG_FONTCONFIG_LDFLAGS_OTHER:INTERNAL=
PKG_FONTCONFIG_LIBDIR:INTERNAL=/usr/lib
PKG_FONTCONFIG_LIBRARIES:INTERNAL=fontconfig;freetype
PKG_FONTCONFIG_LIBRARY_DIRS:INTERNAL=/usr/lib
PKG_FONTCONFIG_LIBS:INTERNAL=
PKG_FONTCONFIG_LIBS_L:INTERNAL=
PKG_FONTCONFIG_LIBS_OTHER:INTERNAL=
PKG_FONTCONFIG_LIBS_PATHS:INTERNAL=
PKG_FONTCONFIG_MODULE_NAME:INTERNAL=fontconfig
PKG_FONTCONFIG_PREFIX:INTERNAL=/usr
PKG_FONTCONFIG_STATIC_CFLAGS:INTERNAL=-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/harfbuzz;-I/usr/include/glib-2.0;-I/usr/lib/glib-2.0/include;-I/usr/include/sysprof-4;-pthread
PKG_FONTCONFIG_STATIC_CFLAGS_I:INTERNAL=
PKG_FONTCONFIG_STATIC_CFLAGS_OTHER:INTERNAL=-pthread
PKG_FONTCONFIG_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/freetype2;/usr/include/libpng16;/usr/include/harfbuzz;/usr/include/glib-2.0;/usr/lib/glib-2.0/include;/usr/include/sysprof-4
PKG_FONTCONFIG_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lfontconfig;-pthread;-lfreetype;-lbz2;-L/usr/lib;-L/usr/lib;-lz;-lpng16;-lm;-lm;-lz;-lharfbuzz;-pthread;-lm;-L/usr/lib;-lgraphite2;-lglib-2.0;-pthread;-lm;-L/usr/lib;-lpcre;-lsysprof-capture-4;-pthread;-lbrotlidec;-L/usr/lib;-lbrotlicommon;-L/usr/lib;-lexpat;-lm
PKG_FONTCONFIG_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;-pthread;-pthread;-pthread
PKG_FONTCONFIG_STATIC_LIBDIR:INTERNAL=
PKG_FONTCONFIG_STATIC_LIBRARIES:INTERNAL=fontconfig;freetype;bz2;z;png16;m;m;z;harfbuzz;m;graphite2;glib-2.0;m;pcre;sysprof-capture-4;brotlidec;brotlicommon;expat;m
PKG_FONTCONFIG_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib;/usr/lib
PKG_FONTCONFIG_STATIC_LIBS:INTERNAL=
PKG_FONTCONFIG_STATIC_LIBS_L:INTERNAL=
PKG_FONTCONFIG_STATIC_LIBS_OTHER:INTERNAL=
PKG_FONTCONFIG_STATIC_LIBS_PATHS:INTERNAL=
PKG_FONTCONFIG_VERSION:INTERNAL=2.13.96
PKG_FONTCONFIG_fontconfig_INCLUDEDIR:INTERNAL=
PKG_FONTCONFIG_fontconfig_LIBDIR:INTERNAL=
PKG_FONTCONFIG_fontconfig_PREFIX:INTERNAL=
PKG_FONTCONFIG_fontconfig_VERSION:INTERNAL=
//ADVANCED property for variable: X11_ICE_INCLUDE_PATH
X11_ICE_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_ICE_LIB
X11_ICE_LIB-ADVANCED:INTERNAL=1
//Have library /usr/lib/libX11.so;/usr/lib/libXext.so
X11_LIB_X11_SOLO:INTERNAL=1
//ADVANCED property for variable: X11_SM_INCLUDE_PATH
X11_SM_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_SM_LIB
X11_SM_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_X11_INCLUDE_PATH
X11_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_X11_LIB
X11_X11_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_X11_xcb_INCLUDE_PATH
X11_X11_xcb_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_X11_xcb_LIB
X11_X11_xcb_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_XRes_INCLUDE_PATH
X11_XRes_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_XRes_LIB
X11_XRes_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_XShm_INCLUDE_PATH
X11_XShm_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_XSync_INCLUDE_PATH
X11_XSync_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xaccessrules_INCLUDE_PATH
X11_Xaccessrules_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xaccessstr_INCLUDE_PATH
X11_Xaccessstr_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xau_INCLUDE_PATH
X11_Xau_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xau_LIB
X11_Xau_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xaw_INCLUDE_PATH
X11_Xaw_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xaw_LIB
X11_Xaw_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xcomposite_INCLUDE_PATH
X11_Xcomposite_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xcomposite_LIB
X11_Xcomposite_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xcursor_INCLUDE_PATH
X11_Xcursor_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xcursor_LIB
X11_Xcursor_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xdamage_INCLUDE_PATH
X11_Xdamage_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xdamage_LIB
X11_Xdamage_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xdmcp_INCLUDE_PATH
X11_Xdmcp_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xdmcp_LIB
X11_Xdmcp_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xext_INCLUDE_PATH
X11_Xext_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xext_LIB
X11_Xext_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xfixes_INCLUDE_PATH
X11_Xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xfixes_LIB
X11_Xfixes_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xft_INCLUDE_PATH
X11_Xft_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xft_LIB
X11_Xft_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xi_INCLUDE_PATH
X11_Xi_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xi_LIB
X11_Xi_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xinerama_INCLUDE_PATH
X11_Xinerama_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xinerama_LIB
X11_Xinerama_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xkb_INCLUDE_PATH
X11_Xkb_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xkblib_INCLUDE_PATH
X11_Xkblib_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xlib_INCLUDE_PATH
X11_Xlib_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xmu_INCLUDE_PATH
X11_Xmu_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xmu_LIB
X11_Xmu_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xpm_INCLUDE_PATH
X11_Xpm_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xpm_LIB
X11_Xpm_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xrandr_INCLUDE_PATH
X11_Xrandr_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xrandr_LIB
X11_Xrandr_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xrender_INCLUDE_PATH
X11_Xrender_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xrender_LIB
X11_Xrender_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xshape_INCLUDE_PATH
X11_Xshape_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xss_INCLUDE_PATH
X11_Xss_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xss_LIB
X11_Xss_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xt_INCLUDE_PATH
X11_Xt_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xt_LIB
X11_Xt_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xtst_INCLUDE_PATH
X11_Xtst_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xtst_LIB
X11_Xtst_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xutil_INCLUDE_PATH
X11_Xutil_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xv_INCLUDE_PATH
X11_Xv_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xv_LIB
X11_Xv_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xxf86misc_INCLUDE_PATH
X11_Xxf86misc_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xxf86misc_LIB
X11_Xxf86misc_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xxf86vm_INCLUDE_PATH
X11_Xxf86vm_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_Xxf86vm_LIB
X11_Xxf86vm_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_dpms_INCLUDE_PATH
X11_dpms_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_xcb_INCLUDE_PATH
X11_xcb_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_xcb_LIB
X11_xcb_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_xcb_icccm_INCLUDE_PATH
X11_xcb_icccm_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_xcb_icccm_LIB
X11_xcb_icccm_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_xcb_util_INCLUDE_PATH
X11_xcb_util_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_xcb_util_LIB
X11_xcb_util_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_xcb_xfixes_INCLUDE_PATH
X11_xcb_xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_xcb_xfixes_LIB
X11_xcb_xfixes_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_xcb_xkb_LIB
X11_xcb_xkb_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_xkbcommon_INCLUDE_PATH
X11_xkbcommon_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_xkbcommon_LIB
X11_xkbcommon_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_xkbcommon_X11_INCLUDE_PATH
X11_xkbcommon_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_xkbcommon_X11_LIB
X11_xkbcommon_X11_LIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_xkbfile_INCLUDE_PATH
X11_xkbfile_INCLUDE_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: X11_xkbfile_LIB
X11_xkbfile_LIB-ADVANCED:INTERNAL=1
//Test _OFFT_IS_64BIT //Test _OFFT_IS_64BIT
_OFFT_IS_64BIT:INTERNAL=1 _OFFT_IS_64BIT:INTERNAL=1
__pkg_config_arguments_PKG_FONTCONFIG:INTERNAL=QUIET;fontconfig
__pkg_config_checked_PKG_FONTCONFIG:INTERNAL=1
//ADVANCED property for variable: pkgcfg_lib_PKG_FONTCONFIG_fontconfig
pkgcfg_lib_PKG_FONTCONFIG_fontconfig-ADVANCED:INTERNAL=1
//ADVANCED property for variable: pkgcfg_lib_PKG_FONTCONFIG_freetype
pkgcfg_lib_PKG_FONTCONFIG_freetype-ADVANCED:INTERNAL=1
prefix_result:INTERNAL=/usr/lib

View file

@ -28,10 +28,10 @@ The CXX compiler identification is GNU, found in "/home/chris/dev/newapp/build/C
Detecting C compiler ABI info compiled with the following output: Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/chris/dev/newapp/build/CMakeFiles/CMakeTmp Change Dir: /home/chris/dev/newapp/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make -f Makefile cmTC_bcc7a/fast && /usr/bin/make -f CMakeFiles/cmTC_bcc7a.dir/build.make CMakeFiles/cmTC_bcc7a.dir/build Run Build Command(s):/usr/bin/make -f Makefile cmTC_28344/fast && /usr/bin/make -f CMakeFiles/cmTC_28344.dir/build.make CMakeFiles/cmTC_28344.dir/build
make[1]: Entering directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp' make[1]: Entering directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_bcc7a.dir/CMakeCCompilerABI.c.o Building C object CMakeFiles/cmTC_28344.dir/CMakeCCompilerABI.c.o
/usr/bin/cc -v -o CMakeFiles/cmTC_bcc7a.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c /usr/bin/cc -v -o CMakeFiles/cmTC_28344.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c
Using built-in specs. Using built-in specs.
COLLECT_GCC=/usr/bin/cc COLLECT_GCC=/usr/bin/cc
Target: x86_64-pc-linux-gnu Target: x86_64-pc-linux-gnu
@ -39,8 +39,8 @@ Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --
Thread model: posix Thread model: posix
Supported LTO compression algorithms: zlib zstd Supported LTO compression algorithms: zlib zstd
gcc version 11.1.0 (GCC) gcc version 11.1.0 (GCC)
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_bcc7a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_bcc7a.dir/' COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_28344.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_28344.dir/'
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_bcc7a.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccu7N69z.s /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_28344.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccuFK9x7.s
GNU C17 (GCC) version 11.1.0 (x86_64-pc-linux-gnu) GNU C17 (GCC) version 11.1.0 (x86_64-pc-linux-gnu)
compiled by GNU C version 11.1.0, GMP version 6.2.1, MPFR version 4.1.0-p13, MPC version 1.2.1, isl version isl-0.24-GMP compiled by GNU C version 11.1.0, GMP version 6.2.1, MPFR version 4.1.0-p13, MPC version 1.2.1, isl version isl-0.24-GMP
@ -58,15 +58,15 @@ GNU C17 (GCC) version 11.1.0 (x86_64-pc-linux-gnu)
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: ec1bc319e19ef4dd2d241e66d95d4739 Compiler executable checksum: ec1bc319e19ef4dd2d241e66d95d4739
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_bcc7a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_bcc7a.dir/' COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_28344.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_28344.dir/'
as -v --64 -o CMakeFiles/cmTC_bcc7a.dir/CMakeCCompilerABI.c.o /tmp/ccu7N69z.s as -v --64 -o CMakeFiles/cmTC_28344.dir/CMakeCCompilerABI.c.o /tmp/ccuFK9x7.s
GNU assembler version 2.36.1 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.36.1 GNU assembler version 2.36.1 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.36.1
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/ COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../:/lib/:/usr/lib/ LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_bcc7a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_bcc7a.dir/CMakeCCompilerABI.c.' COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_28344.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_28344.dir/CMakeCCompilerABI.c.'
Linking C executable cmTC_bcc7a Linking C executable cmTC_28344
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bcc7a.dir/link.txt --verbose=1 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_28344.dir/link.txt --verbose=1
/usr/bin/cc -v CMakeFiles/cmTC_bcc7a.dir/CMakeCCompilerABI.c.o -o cmTC_bcc7a /usr/bin/cc -v CMakeFiles/cmTC_28344.dir/CMakeCCompilerABI.c.o -o cmTC_28344
Using built-in specs. Using built-in specs.
COLLECT_GCC=/usr/bin/cc COLLECT_GCC=/usr/bin/cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper
@ -77,9 +77,9 @@ Supported LTO compression algorithms: zlib zstd
gcc version 11.1.0 (GCC) gcc version 11.1.0 (GCC)
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/ COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../:/lib/:/usr/lib/ LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_bcc7a' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_bcc7a.' COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_28344' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_28344.'
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cckaVRuR.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_bcc7a /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../.. CMakeFiles/cmTC_bcc7a.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crtn.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccIjzYPu.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_28344 /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../.. CMakeFiles/cmTC_28344.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crtn.o
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_bcc7a' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_bcc7a.' COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_28344' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_28344.'
make[1]: Leaving directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp' make[1]: Leaving directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp'
@ -103,10 +103,10 @@ Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/chris/dev/newapp/build/CMakeFiles/CMakeTmp] ignore line: [Change Dir: /home/chris/dev/newapp/build/CMakeFiles/CMakeTmp]
ignore line: [] ignore line: []
ignore line: [Run Build Command(s):/usr/bin/make -f Makefile cmTC_bcc7a/fast && /usr/bin/make -f CMakeFiles/cmTC_bcc7a.dir/build.make CMakeFiles/cmTC_bcc7a.dir/build] ignore line: [Run Build Command(s):/usr/bin/make -f Makefile cmTC_28344/fast && /usr/bin/make -f CMakeFiles/cmTC_28344.dir/build.make CMakeFiles/cmTC_28344.dir/build]
ignore line: [make[1]: Entering directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp'] ignore line: [make[1]: Entering directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp']
ignore line: [Building C object CMakeFiles/cmTC_bcc7a.dir/CMakeCCompilerABI.c.o] ignore line: [Building C object CMakeFiles/cmTC_28344.dir/CMakeCCompilerABI.c.o]
ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_bcc7a.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c] ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_28344.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c]
ignore line: [Using built-in specs.] ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/cc] ignore line: [COLLECT_GCC=/usr/bin/cc]
ignore line: [Target: x86_64-pc-linux-gnu] ignore line: [Target: x86_64-pc-linux-gnu]
@ -114,8 +114,8 @@ Parsed C implicit link information from above output:
ignore line: [Thread model: posix] ignore line: [Thread model: posix]
ignore line: [Supported LTO compression algorithms: zlib zstd] ignore line: [Supported LTO compression algorithms: zlib zstd]
ignore line: [gcc version 11.1.0 (GCC) ] ignore line: [gcc version 11.1.0 (GCC) ]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_bcc7a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_bcc7a.dir/'] ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_28344.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_28344.dir/']
ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_bcc7a.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccu7N69z.s] ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_28344.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccuFK9x7.s]
ignore line: [GNU C17 (GCC) version 11.1.0 (x86_64-pc-linux-gnu)] ignore line: [GNU C17 (GCC) version 11.1.0 (x86_64-pc-linux-gnu)]
ignore line: [ compiled by GNU C version 11.1.0 GMP version 6.2.1 MPFR version 4.1.0-p13 MPC version 1.2.1 isl version isl-0.24-GMP] ignore line: [ compiled by GNU C version 11.1.0 GMP version 6.2.1 MPFR version 4.1.0-p13 MPC version 1.2.1 isl version isl-0.24-GMP]
ignore line: [] ignore line: []
@ -133,15 +133,15 @@ Parsed C implicit link information from above output:
ignore line: [] ignore line: []
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
ignore line: [Compiler executable checksum: ec1bc319e19ef4dd2d241e66d95d4739] ignore line: [Compiler executable checksum: ec1bc319e19ef4dd2d241e66d95d4739]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_bcc7a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_bcc7a.dir/'] ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_28344.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_28344.dir/']
ignore line: [ as -v --64 -o CMakeFiles/cmTC_bcc7a.dir/CMakeCCompilerABI.c.o /tmp/ccu7N69z.s] ignore line: [ as -v --64 -o CMakeFiles/cmTC_28344.dir/CMakeCCompilerABI.c.o /tmp/ccuFK9x7.s]
ignore line: [GNU assembler version 2.36.1 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.36.1] ignore line: [GNU assembler version 2.36.1 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.36.1]
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/] ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../:/lib/:/usr/lib/] ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_bcc7a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_bcc7a.dir/CMakeCCompilerABI.c.'] ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_28344.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_28344.dir/CMakeCCompilerABI.c.']
ignore line: [Linking C executable cmTC_bcc7a] ignore line: [Linking C executable cmTC_28344]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bcc7a.dir/link.txt --verbose=1] ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_28344.dir/link.txt --verbose=1]
ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_bcc7a.dir/CMakeCCompilerABI.c.o -o cmTC_bcc7a ] ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_28344.dir/CMakeCCompilerABI.c.o -o cmTC_28344 ]
ignore line: [Using built-in specs.] ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/cc] ignore line: [COLLECT_GCC=/usr/bin/cc]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper] ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper]
@ -152,13 +152,13 @@ Parsed C implicit link information from above output:
ignore line: [gcc version 11.1.0 (GCC) ] ignore line: [gcc version 11.1.0 (GCC) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/] ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../:/lib/:/usr/lib/] ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_bcc7a' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_bcc7a.'] ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_28344' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_28344.']
link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cckaVRuR.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_bcc7a /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../.. CMakeFiles/cmTC_bcc7a.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crtn.o] link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccIjzYPu.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_28344 /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../.. CMakeFiles/cmTC_28344.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crtn.o]
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/collect2] ==> ignore arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/collect2] ==> ignore
arg [-plugin] ==> ignore arg [-plugin] ==> ignore
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/liblto_plugin.so] ==> ignore arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper] ==> ignore arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/cckaVRuR.res] ==> ignore arg [-plugin-opt=-fresolution=/tmp/ccIjzYPu.res] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lc] ==> ignore arg [-plugin-opt=-pass-through=-lc] ==> ignore
@ -173,7 +173,7 @@ Parsed C implicit link information from above output:
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [-pie] ==> ignore arg [-pie] ==> ignore
arg [-o] ==> ignore arg [-o] ==> ignore
arg [cmTC_bcc7a] ==> ignore arg [cmTC_28344] ==> ignore
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/Scrt1.o] arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/Scrt1.o]
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crti.o] arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crti.o]
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtbeginS.o] arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtbeginS.o]
@ -182,7 +182,7 @@ Parsed C implicit link information from above output:
arg [-L/lib/../lib] ==> dir [/lib/../lib] arg [-L/lib/../lib] ==> dir [/lib/../lib]
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../..] arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../..]
arg [CMakeFiles/cmTC_bcc7a.dir/CMakeCCompilerABI.c.o] ==> ignore arg [CMakeFiles/cmTC_28344.dir/CMakeCCompilerABI.c.o] ==> ignore
arg [-lgcc] ==> lib [gcc] arg [-lgcc] ==> lib [gcc]
arg [--push-state] ==> ignore arg [--push-state] ==> ignore
arg [--as-needed] ==> ignore arg [--as-needed] ==> ignore
@ -213,10 +213,10 @@ Parsed C implicit link information from above output:
Detecting CXX compiler ABI info compiled with the following output: Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /home/chris/dev/newapp/build/CMakeFiles/CMakeTmp Change Dir: /home/chris/dev/newapp/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make -f Makefile cmTC_1a401/fast && /usr/bin/make -f CMakeFiles/cmTC_1a401.dir/build.make CMakeFiles/cmTC_1a401.dir/build Run Build Command(s):/usr/bin/make -f Makefile cmTC_28bf5/fast && /usr/bin/make -f CMakeFiles/cmTC_28bf5.dir/build.make CMakeFiles/cmTC_28bf5.dir/build
make[1]: Entering directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp' make[1]: Entering directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_1a401.dir/CMakeCXXCompilerABI.cpp.o Building CXX object CMakeFiles/cmTC_28bf5.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/c++ -v -o CMakeFiles/cmTC_1a401.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/bin/c++ -v -o CMakeFiles/cmTC_28bf5.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp
Using built-in specs. Using built-in specs.
COLLECT_GCC=/usr/bin/c++ COLLECT_GCC=/usr/bin/c++
Target: x86_64-pc-linux-gnu Target: x86_64-pc-linux-gnu
@ -224,8 +224,8 @@ Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --
Thread model: posix Thread model: posix
Supported LTO compression algorithms: zlib zstd Supported LTO compression algorithms: zlib zstd
gcc version 11.1.0 (GCC) gcc version 11.1.0 (GCC)
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_1a401.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_1a401.dir/' COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_28bf5.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_28bf5.dir/'
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_1a401.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccGeq7AU.s /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_28bf5.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/cccMLXwF.s
GNU C++17 (GCC) version 11.1.0 (x86_64-pc-linux-gnu) GNU C++17 (GCC) version 11.1.0 (x86_64-pc-linux-gnu)
compiled by GNU C version 11.1.0, GMP version 6.2.1, MPFR version 4.1.0-p13, MPC version 1.2.1, isl version isl-0.24-GMP compiled by GNU C version 11.1.0, GMP version 6.2.1, MPFR version 4.1.0-p13, MPC version 1.2.1, isl version isl-0.24-GMP
@ -246,15 +246,15 @@ GNU C++17 (GCC) version 11.1.0 (x86_64-pc-linux-gnu)
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: e6d85a433da2a6385241e28f4582b1d3 Compiler executable checksum: e6d85a433da2a6385241e28f4582b1d3
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_1a401.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_1a401.dir/' COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_28bf5.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_28bf5.dir/'
as -v --64 -o CMakeFiles/cmTC_1a401.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccGeq7AU.s as -v --64 -o CMakeFiles/cmTC_28bf5.dir/CMakeCXXCompilerABI.cpp.o /tmp/cccMLXwF.s
GNU assembler version 2.36.1 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.36.1 GNU assembler version 2.36.1 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.36.1
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/ COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../:/lib/:/usr/lib/ LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_1a401.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_1a401.dir/CMakeCXXCompilerABI.cpp.' COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_28bf5.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_28bf5.dir/CMakeCXXCompilerABI.cpp.'
Linking CXX executable cmTC_1a401 Linking CXX executable cmTC_28bf5
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1a401.dir/link.txt --verbose=1 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_28bf5.dir/link.txt --verbose=1
/usr/bin/c++ -v CMakeFiles/cmTC_1a401.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_1a401 /usr/bin/c++ -v CMakeFiles/cmTC_28bf5.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_28bf5
Using built-in specs. Using built-in specs.
COLLECT_GCC=/usr/bin/c++ COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper
@ -265,9 +265,9 @@ Supported LTO compression algorithms: zlib zstd
gcc version 11.1.0 (GCC) gcc version 11.1.0 (GCC)
COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/ COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../:/lib/:/usr/lib/ LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_1a401' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_1a401.' COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_28bf5' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_28bf5.'
/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc25Po2Y.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_1a401 /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../.. CMakeFiles/cmTC_1a401.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crtn.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc0Zu8kq.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_28bf5 /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../.. CMakeFiles/cmTC_28bf5.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crtn.o
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_1a401' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_1a401.' COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_28bf5' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_28bf5.'
make[1]: Leaving directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp' make[1]: Leaving directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp'
@ -297,10 +297,10 @@ Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/chris/dev/newapp/build/CMakeFiles/CMakeTmp] ignore line: [Change Dir: /home/chris/dev/newapp/build/CMakeFiles/CMakeTmp]
ignore line: [] ignore line: []
ignore line: [Run Build Command(s):/usr/bin/make -f Makefile cmTC_1a401/fast && /usr/bin/make -f CMakeFiles/cmTC_1a401.dir/build.make CMakeFiles/cmTC_1a401.dir/build] ignore line: [Run Build Command(s):/usr/bin/make -f Makefile cmTC_28bf5/fast && /usr/bin/make -f CMakeFiles/cmTC_28bf5.dir/build.make CMakeFiles/cmTC_28bf5.dir/build]
ignore line: [make[1]: Entering directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp'] ignore line: [make[1]: Entering directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp']
ignore line: [Building CXX object CMakeFiles/cmTC_1a401.dir/CMakeCXXCompilerABI.cpp.o] ignore line: [Building CXX object CMakeFiles/cmTC_28bf5.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_1a401.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_28bf5.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Using built-in specs.] ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/c++] ignore line: [COLLECT_GCC=/usr/bin/c++]
ignore line: [Target: x86_64-pc-linux-gnu] ignore line: [Target: x86_64-pc-linux-gnu]
@ -308,8 +308,8 @@ Parsed CXX implicit link information from above output:
ignore line: [Thread model: posix] ignore line: [Thread model: posix]
ignore line: [Supported LTO compression algorithms: zlib zstd] ignore line: [Supported LTO compression algorithms: zlib zstd]
ignore line: [gcc version 11.1.0 (GCC) ] ignore line: [gcc version 11.1.0 (GCC) ]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_1a401.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_1a401.dir/'] ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_28bf5.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_28bf5.dir/']
ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_1a401.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/ccGeq7AU.s] ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_28bf5.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -o /tmp/cccMLXwF.s]
ignore line: [GNU C++17 (GCC) version 11.1.0 (x86_64-pc-linux-gnu)] ignore line: [GNU C++17 (GCC) version 11.1.0 (x86_64-pc-linux-gnu)]
ignore line: [ compiled by GNU C version 11.1.0 GMP version 6.2.1 MPFR version 4.1.0-p13 MPC version 1.2.1 isl version isl-0.24-GMP] ignore line: [ compiled by GNU C version 11.1.0 GMP version 6.2.1 MPFR version 4.1.0-p13 MPC version 1.2.1 isl version isl-0.24-GMP]
ignore line: [] ignore line: []
@ -330,15 +330,15 @@ Parsed CXX implicit link information from above output:
ignore line: [] ignore line: []
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
ignore line: [Compiler executable checksum: e6d85a433da2a6385241e28f4582b1d3] ignore line: [Compiler executable checksum: e6d85a433da2a6385241e28f4582b1d3]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_1a401.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_1a401.dir/'] ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_28bf5.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_28bf5.dir/']
ignore line: [ as -v --64 -o CMakeFiles/cmTC_1a401.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccGeq7AU.s] ignore line: [ as -v --64 -o CMakeFiles/cmTC_28bf5.dir/CMakeCXXCompilerABI.cpp.o /tmp/cccMLXwF.s]
ignore line: [GNU assembler version 2.36.1 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.36.1] ignore line: [GNU assembler version 2.36.1 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.36.1]
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/] ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../:/lib/:/usr/lib/] ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_1a401.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_1a401.dir/CMakeCXXCompilerABI.cpp.'] ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_28bf5.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_28bf5.dir/CMakeCXXCompilerABI.cpp.']
ignore line: [Linking CXX executable cmTC_1a401] ignore line: [Linking CXX executable cmTC_28bf5]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1a401.dir/link.txt --verbose=1] ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_28bf5.dir/link.txt --verbose=1]
ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_1a401.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_1a401 ] ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_28bf5.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_28bf5 ]
ignore line: [Using built-in specs.] ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/c++] ignore line: [COLLECT_GCC=/usr/bin/c++]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper] ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper]
@ -349,13 +349,13 @@ Parsed CXX implicit link information from above output:
ignore line: [gcc version 11.1.0 (GCC) ] ignore line: [gcc version 11.1.0 (GCC) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/] ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../:/lib/:/usr/lib/] ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_1a401' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_1a401.'] ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_28bf5' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_28bf5.']
link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc25Po2Y.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_1a401 /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../.. CMakeFiles/cmTC_1a401.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crtn.o] link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc0Zu8kq.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_28bf5 /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0 -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../.. CMakeFiles/cmTC_28bf5.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crtn.o]
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/collect2] ==> ignore arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/collect2] ==> ignore
arg [-plugin] ==> ignore arg [-plugin] ==> ignore
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/liblto_plugin.so] ==> ignore arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper] ==> ignore arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/cc25Po2Y.res] ==> ignore arg [-plugin-opt=-fresolution=/tmp/cc0Zu8kq.res] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lc] ==> ignore arg [-plugin-opt=-pass-through=-lc] ==> ignore
@ -370,7 +370,7 @@ Parsed CXX implicit link information from above output:
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [-pie] ==> ignore arg [-pie] ==> ignore
arg [-o] ==> ignore arg [-o] ==> ignore
arg [cmTC_1a401] ==> ignore arg [cmTC_28bf5] ==> ignore
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/Scrt1.o] arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/Scrt1.o]
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crti.o] arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../lib/crti.o]
arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtbeginS.o] arg [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/crtbeginS.o]
@ -379,7 +379,7 @@ Parsed CXX implicit link information from above output:
arg [-L/lib/../lib] ==> dir [/lib/../lib] arg [-L/lib/../lib] ==> dir [/lib/../lib]
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../..] arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../..]
arg [CMakeFiles/cmTC_1a401.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore arg [CMakeFiles/cmTC_28bf5.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
arg [-lstdc++] ==> lib [stdc++] arg [-lstdc++] ==> lib [stdc++]
arg [-lm] ==> lib [m] arg [-lm] ==> lib [m]
arg [-lgcc_s] ==> lib [gcc_s] arg [-lgcc_s] ==> lib [gcc_s]
@ -406,13 +406,13 @@ Parsed CXX implicit link information from above output:
Determining if the __GLIBC__ exist passed with the following output: Determining if the __GLIBC__ exist passed with the following output:
Change Dir: /home/chris/dev/newapp/build/CMakeFiles/CMakeTmp Change Dir: /home/chris/dev/newapp/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make -f Makefile cmTC_f73b1/fast && /usr/bin/make -f CMakeFiles/cmTC_f73b1.dir/build.make CMakeFiles/cmTC_f73b1.dir/build Run Build Command(s):/usr/bin/make -f Makefile cmTC_2e68a/fast && /usr/bin/make -f CMakeFiles/cmTC_2e68a.dir/build.make CMakeFiles/cmTC_2e68a.dir/build
make[1]: Entering directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp' make[1]: Entering directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f73b1.dir/CheckSymbolExists.c.o Building C object CMakeFiles/cmTC_2e68a.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTC_f73b1.dir/CheckSymbolExists.c.o -c /home/chris/dev/newapp/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c /usr/bin/cc -o CMakeFiles/cmTC_2e68a.dir/CheckSymbolExists.c.o -c /home/chris/dev/newapp/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_f73b1 Linking C executable cmTC_2e68a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f73b1.dir/link.txt --verbose=1 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2e68a.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_f73b1.dir/CheckSymbolExists.c.o -o cmTC_f73b1 /usr/bin/cc CMakeFiles/cmTC_2e68a.dir/CheckSymbolExists.c.o -o cmTC_2e68a
make[1]: Leaving directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp' make[1]: Leaving directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp'
@ -433,13 +433,13 @@ int main(int argc, char** argv)
Performing C++ SOURCE FILE Test _OFFT_IS_64BIT succeeded with the following output: Performing C++ SOURCE FILE Test _OFFT_IS_64BIT succeeded with the following output:
Change Dir: /home/chris/dev/newapp/build/CMakeFiles/CMakeTmp Change Dir: /home/chris/dev/newapp/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make -f Makefile cmTC_95f08/fast && /usr/bin/make -f CMakeFiles/cmTC_95f08.dir/build.make CMakeFiles/cmTC_95f08.dir/build Run Build Command(s):/usr/bin/make -f Makefile cmTC_3f310/fast && /usr/bin/make -f CMakeFiles/cmTC_3f310.dir/build.make CMakeFiles/cmTC_3f310.dir/build
make[1]: Entering directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp' make[1]: Entering directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_95f08.dir/src.cxx.o Building CXX object CMakeFiles/cmTC_3f310.dir/src.cxx.o
/usr/bin/c++ -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_OFFT_IS_64BIT -o CMakeFiles/cmTC_95f08.dir/src.cxx.o -c /home/chris/dev/newapp/build/CMakeFiles/CMakeTmp/src.cxx /usr/bin/c++ -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_OFFT_IS_64BIT -o CMakeFiles/cmTC_3f310.dir/src.cxx.o -c /home/chris/dev/newapp/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_95f08 Linking CXX executable cmTC_3f310
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_95f08.dir/link.txt --verbose=1 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3f310.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_95f08.dir/src.cxx.o -o cmTC_95f08 /usr/bin/c++ CMakeFiles/cmTC_3f310.dir/src.cxx.o -o cmTC_3f310
make[1]: Leaving directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp' make[1]: Leaving directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp'
@ -457,15 +457,99 @@ Source file was:
Performing C++ SOURCE FILE Test HAVE_DATE_TIME succeeded with the following output: Performing C++ SOURCE FILE Test HAVE_DATE_TIME succeeded with the following output:
Change Dir: /home/chris/dev/newapp/build/CMakeFiles/CMakeTmp Change Dir: /home/chris/dev/newapp/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make -f Makefile cmTC_b1d5e/fast && /usr/bin/make -f CMakeFiles/cmTC_b1d5e.dir/build.make CMakeFiles/cmTC_b1d5e.dir/build Run Build Command(s):/usr/bin/make -f Makefile cmTC_b1dd4/fast && /usr/bin/make -f CMakeFiles/cmTC_b1dd4.dir/build.make CMakeFiles/cmTC_b1dd4.dir/build
make[1]: Entering directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp' make[1]: Entering directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_b1d5e.dir/src.cxx.o Building CXX object CMakeFiles/cmTC_b1dd4.dir/src.cxx.o
/usr/bin/c++ -DHAVE_DATE_TIME -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 -std=gnu++11 -o CMakeFiles/cmTC_b1d5e.dir/src.cxx.o -c /home/chris/dev/newapp/build/CMakeFiles/CMakeTmp/src.cxx /usr/bin/c++ -DHAVE_DATE_TIME -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 -std=gnu++11 -o CMakeFiles/cmTC_b1dd4.dir/src.cxx.o -c /home/chris/dev/newapp/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_b1d5e Linking CXX executable cmTC_b1dd4
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b1d5e.dir/link.txt --verbose=1 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b1dd4.dir/link.txt --verbose=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 -Wl,--enable-new-dtags CMakeFiles/cmTC_b1d5e.dir/src.cxx.o -o cmTC_b1d5e /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 -Wl,--enable-new-dtags CMakeFiles/cmTC_b1dd4.dir/src.cxx.o -o cmTC_b1dd4
make[1]: Leaving directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp' make[1]: Leaving directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp'
Source file was: Source file was:
int main() { return 0; } int main() { return 0; }
Determining if the function XOpenDisplay exists in the /usr/lib/libX11.so;/usr/lib/libXext.so passed with the following output:
Change Dir: /home/chris/dev/newapp/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make -f Makefile cmTC_8cc3c/fast && /usr/bin/make -f CMakeFiles/cmTC_8cc3c.dir/build.make CMakeFiles/cmTC_8cc3c.dir/build
make[1]: Entering directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_8cc3c.dir/CheckFunctionExists.cxx.o
/usr/bin/c++ -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -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 -fexceptions -DCHECK_FUNCTION_EXISTS=XOpenDisplay -std=gnu++17 -o CMakeFiles/cmTC_8cc3c.dir/CheckFunctionExists.cxx.o -c /home/chris/dev/newapp/build/CMakeFiles/CheckLibraryExists/CheckFunctionExists.cxx
Linking CXX executable cmTC_8cc3c
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8cc3c.dir/link.txt --verbose=1
/usr/bin/c++ -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 -fexceptions -DCHECK_FUNCTION_EXISTS=XOpenDisplay -Wl,--enable-new-dtags CMakeFiles/cmTC_8cc3c.dir/CheckFunctionExists.cxx.o -o cmTC_8cc3c /usr/lib/libX11.so /usr/lib/libXext.so
make[1]: Leaving directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp'
Determining if the function gethostbyname exists passed with the following output:
Change Dir: /home/chris/dev/newapp/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make -f Makefile cmTC_2ccad/fast && /usr/bin/make -f CMakeFiles/cmTC_2ccad.dir/build.make CMakeFiles/cmTC_2ccad.dir/build
make[1]: Entering directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_2ccad.dir/CheckFunctionExists.cxx.o
/usr/bin/c++ -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -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 -fexceptions -DCHECK_FUNCTION_EXISTS=gethostbyname -std=gnu++17 -o CMakeFiles/cmTC_2ccad.dir/CheckFunctionExists.cxx.o -c /home/chris/dev/newapp/build/CMakeFiles/CheckFunctionExists/CheckFunctionExists.cxx
Linking CXX executable cmTC_2ccad
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2ccad.dir/link.txt --verbose=1
/usr/bin/c++ -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 -fexceptions -DCHECK_FUNCTION_EXISTS=gethostbyname -Wl,--enable-new-dtags CMakeFiles/cmTC_2ccad.dir/CheckFunctionExists.cxx.o -o cmTC_2ccad
make[1]: Leaving directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp'
Determining if the function connect exists passed with the following output:
Change Dir: /home/chris/dev/newapp/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make -f Makefile cmTC_4b6ff/fast && /usr/bin/make -f CMakeFiles/cmTC_4b6ff.dir/build.make CMakeFiles/cmTC_4b6ff.dir/build
make[1]: Entering directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_4b6ff.dir/CheckFunctionExists.cxx.o
/usr/bin/c++ -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -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 -fexceptions -DCHECK_FUNCTION_EXISTS=connect -std=gnu++17 -o CMakeFiles/cmTC_4b6ff.dir/CheckFunctionExists.cxx.o -c /home/chris/dev/newapp/build/CMakeFiles/CheckFunctionExists/CheckFunctionExists.cxx
Linking CXX executable cmTC_4b6ff
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4b6ff.dir/link.txt --verbose=1
/usr/bin/c++ -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 -fexceptions -DCHECK_FUNCTION_EXISTS=connect -Wl,--enable-new-dtags CMakeFiles/cmTC_4b6ff.dir/CheckFunctionExists.cxx.o -o cmTC_4b6ff
make[1]: Leaving directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp'
Determining if the function remove exists passed with the following output:
Change Dir: /home/chris/dev/newapp/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make -f Makefile cmTC_b3f15/fast && /usr/bin/make -f CMakeFiles/cmTC_b3f15.dir/build.make CMakeFiles/cmTC_b3f15.dir/build
make[1]: Entering directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_b3f15.dir/CheckFunctionExists.cxx.o
/usr/bin/c++ -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -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 -fexceptions -DCHECK_FUNCTION_EXISTS=remove -std=gnu++17 -o CMakeFiles/cmTC_b3f15.dir/CheckFunctionExists.cxx.o -c /home/chris/dev/newapp/build/CMakeFiles/CheckFunctionExists/CheckFunctionExists.cxx
Linking CXX executable cmTC_b3f15
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b3f15.dir/link.txt --verbose=1
/usr/bin/c++ -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 -fexceptions -DCHECK_FUNCTION_EXISTS=remove -Wl,--enable-new-dtags CMakeFiles/cmTC_b3f15.dir/CheckFunctionExists.cxx.o -o cmTC_b3f15
make[1]: Leaving directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp'
Determining if the function shmat exists passed with the following output:
Change Dir: /home/chris/dev/newapp/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make -f Makefile cmTC_0dcfa/fast && /usr/bin/make -f CMakeFiles/cmTC_0dcfa.dir/build.make CMakeFiles/cmTC_0dcfa.dir/build
make[1]: Entering directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_0dcfa.dir/CheckFunctionExists.cxx.o
/usr/bin/c++ -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -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 -fexceptions -DCHECK_FUNCTION_EXISTS=shmat -std=gnu++17 -o CMakeFiles/cmTC_0dcfa.dir/CheckFunctionExists.cxx.o -c /home/chris/dev/newapp/build/CMakeFiles/CheckFunctionExists/CheckFunctionExists.cxx
Linking CXX executable cmTC_0dcfa
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0dcfa.dir/link.txt --verbose=1
/usr/bin/c++ -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 -fexceptions -DCHECK_FUNCTION_EXISTS=shmat -Wl,--enable-new-dtags CMakeFiles/cmTC_0dcfa.dir/CheckFunctionExists.cxx.o -o cmTC_0dcfa
make[1]: Leaving directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp'
Determining if the function IceConnectionNumber exists in the ICE passed with the following output:
Change Dir: /home/chris/dev/newapp/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make -f Makefile cmTC_f5c4a/fast && /usr/bin/make -f CMakeFiles/cmTC_f5c4a.dir/build.make CMakeFiles/cmTC_f5c4a.dir/build
make[1]: Entering directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_f5c4a.dir/CheckFunctionExists.cxx.o
/usr/bin/c++ -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -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 -fexceptions -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -std=gnu++17 -o CMakeFiles/cmTC_f5c4a.dir/CheckFunctionExists.cxx.o -c /home/chris/dev/newapp/build/CMakeFiles/CheckLibraryExists/CheckFunctionExists.cxx
Linking CXX executable cmTC_f5c4a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f5c4a.dir/link.txt --verbose=1
/usr/bin/c++ -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 -fexceptions -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -Wl,--enable-new-dtags CMakeFiles/cmTC_f5c4a.dir/CheckFunctionExists.cxx.o -o cmTC_f5c4a -lICE
make[1]: Leaving directory '/home/chris/dev/newapp/build/CMakeFiles/CMakeTmp'

View file

@ -1,6 +1,6 @@
# Hashes of file build rules. # Hashes of file build rules.
2600edaf932f52ccf207826e7ab72881 CMakeFiles/fetch-translations 642995118073d35be5103897b126e7c2 CMakeFiles/fetch-translations
0623bb83385b8f14ce7a81200b09492b CMakeFiles/uninstall 0623bb83385b8f14ce7a81200b09492b CMakeFiles/uninstall
0d89ccac4ff7a99332986f5359baf5a3 releaseme 0d89ccac4ff7a99332986f5359baf5a3 releaseme
d60c50c5a2d9dc0bdf9dd0ae57e449da src/CMakeFiles/helloworld_autogen a308ca3c50c2c919a30fe224c2126929 src/CMakeFiles/presenter_autogen
906b599e3e520651da80cedc7292dfb6 src/helloworld_autogen/EWIEGA46WW/qrc_resources.cpp e5de9d96d82d3a9e9e723adaa9512e66 src/presenter_autogen/EWIEGA46WW/qrc_resources.cpp

View file

@ -130,93 +130,24 @@ set(CMAKE_MAKEFILE_DEPENDS
"/usr/share/ECM/modules/ECMUseFindModules.cmake" "/usr/share/ECM/modules/ECMUseFindModules.cmake"
"/usr/share/ECM/modules/QtVersionOption.cmake" "/usr/share/ECM/modules/QtVersionOption.cmake"
"/usr/share/ECM/modules/ecm_uninstall.cmake.in" "/usr/share/ECM/modules/ecm_uninstall.cmake.in"
"/usr/share/cmake/Modules/CMakeCCompiler.cmake.in"
"/usr/share/cmake/Modules/CMakeCCompilerABI.c"
"/usr/share/cmake/Modules/CMakeCInformation.cmake" "/usr/share/cmake/Modules/CMakeCInformation.cmake"
"/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in"
"/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp"
"/usr/share/cmake/Modules/CMakeCXXInformation.cmake" "/usr/share/cmake/Modules/CMakeCXXInformation.cmake"
"/usr/share/cmake/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake" "/usr/share/cmake/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake"
"/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake"
"/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake"
"/usr/share/cmake/Modules/CMakeConfigurableFile.in"
"/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake"
"/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake"
"/usr/share/cmake/Modules/CMakeDetermineCompileFeatures.cmake"
"/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake"
"/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake"
"/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake"
"/usr/share/cmake/Modules/CMakeDetermineSystem.cmake"
"/usr/share/cmake/Modules/CMakeFindBinUtils.cmake"
"/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake" "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake"
"/usr/share/cmake/Modules/CMakeGenericSystem.cmake" "/usr/share/cmake/Modules/CMakeGenericSystem.cmake"
"/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake"
"/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake"
"/usr/share/cmake/Modules/CMakeParseArguments.cmake" "/usr/share/cmake/Modules/CMakeParseArguments.cmake"
"/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake"
"/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake"
"/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake"
"/usr/share/cmake/Modules/CMakeSystem.cmake.in"
"/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake"
"/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake"
"/usr/share/cmake/Modules/CMakeTestCCompiler.cmake"
"/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake"
"/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake"
"/usr/share/cmake/Modules/CMakeUnixFindMake.cmake"
"/usr/share/cmake/Modules/CheckCXXCompilerFlag.cmake" "/usr/share/cmake/Modules/CheckCXXCompilerFlag.cmake"
"/usr/share/cmake/Modules/CheckCXXSourceCompiles.cmake" "/usr/share/cmake/Modules/CheckCXXSourceCompiles.cmake"
"/usr/share/cmake/Modules/CheckSymbolExists.cmake" "/usr/share/cmake/Modules/CheckSymbolExists.cmake"
"/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
"/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
"/usr/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/GNU-C.cmake" "/usr/share/cmake/Modules/Compiler/GNU-C.cmake"
"/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake"
"/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake"
"/usr/share/cmake/Modules/Compiler/GNU.cmake" "/usr/share/cmake/Modules/Compiler/GNU.cmake"
"/usr/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
"/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
"/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
"/usr/share/cmake/Modules/ExternalProject.cmake" "/usr/share/cmake/Modules/ExternalProject.cmake"
"/usr/share/cmake/Modules/FeatureSummary.cmake" "/usr/share/cmake/Modules/FeatureSummary.cmake"
"/usr/share/cmake/Modules/FindGettext.cmake" "/usr/share/cmake/Modules/FindGettext.cmake"
@ -224,8 +155,6 @@ set(CMAKE_MAKEFILE_DEPENDS
"/usr/share/cmake/Modules/FindPackageMessage.cmake" "/usr/share/cmake/Modules/FindPackageMessage.cmake"
"/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake" "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake"
"/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake" "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake"
"/usr/share/cmake/Modules/Internal/FeatureTesting.cmake"
"/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake"
"/usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake" "/usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake"
"/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake" "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake"
"/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake"
@ -241,17 +170,12 @@ set(CMAKE_MAKEFILE_OUTPUTS
# Byproducts of CMake generate step: # Byproducts of CMake generate step:
set(CMAKE_MAKEFILE_PRODUCTS set(CMAKE_MAKEFILE_PRODUCTS
"CMakeFiles/3.22.2/CMakeSystem.cmake"
"CMakeFiles/3.22.2/CMakeCCompiler.cmake"
"CMakeFiles/3.22.2/CMakeCXXCompiler.cmake"
"CMakeFiles/3.22.2/CMakeCCompiler.cmake"
"CMakeFiles/3.22.2/CMakeCXXCompiler.cmake"
"prefix.sh" "prefix.sh"
"prefix.sh.fish" "prefix.sh.fish"
"ecm_uninstall.cmake" "ecm_uninstall.cmake"
"CMakeFiles/CMakeDirectoryInformation.cmake" "CMakeFiles/CMakeDirectoryInformation.cmake"
"src/CMakeFiles/helloworld_autogen.dir/AutogenInfo.json" "src/CMakeFiles/presenter_autogen.dir/AutogenInfo.json"
"src/CMakeFiles/helloworld_autogen.dir/AutoRcc_resources_EWIEGA46WW_Info.json" "src/CMakeFiles/presenter_autogen.dir/AutoRcc_resources_EWIEGA46WW_Info.json"
"src/CMakeFiles/CMakeDirectoryInformation.cmake" "src/CMakeFiles/CMakeDirectoryInformation.cmake"
) )
@ -261,6 +185,6 @@ set(CMAKE_DEPEND_INFO_FILES
"CMakeFiles/fetch-translations.dir/DependInfo.cmake" "CMakeFiles/fetch-translations.dir/DependInfo.cmake"
"CMakeFiles/KF5I18n_QCH.dir/DependInfo.cmake" "CMakeFiles/KF5I18n_QCH.dir/DependInfo.cmake"
"CMakeFiles/KF5CoreAddons_QCH.dir/DependInfo.cmake" "CMakeFiles/KF5CoreAddons_QCH.dir/DependInfo.cmake"
"src/CMakeFiles/helloworld.dir/DependInfo.cmake" "src/CMakeFiles/presenter.dir/DependInfo.cmake"
"src/CMakeFiles/helloworld_autogen.dir/DependInfo.cmake" "src/CMakeFiles/presenter_autogen.dir/DependInfo.cmake"
) )

View file

@ -82,7 +82,7 @@ clean: src/clean
# Directory level rules for directory src # Directory level rules for directory src
# Recursive "all" directory target. # Recursive "all" directory target.
src/all: src/CMakeFiles/helloworld.dir/all src/all: src/CMakeFiles/presenter.dir/all
.PHONY : src/all .PHONY : src/all
# Recursive "preinstall" directory target. # Recursive "preinstall" directory target.
@ -90,8 +90,8 @@ src/preinstall:
.PHONY : src/preinstall .PHONY : src/preinstall
# Recursive "clean" directory target. # Recursive "clean" directory target.
src/clean: src/CMakeFiles/helloworld.dir/clean src/clean: src/CMakeFiles/presenter.dir/clean
src/clean: src/CMakeFiles/helloworld_autogen.dir/clean src/clean: src/CMakeFiles/presenter_autogen.dir/clean
.PHONY : src/clean .PHONY : src/clean
#============================================================================= #=============================================================================
@ -199,56 +199,56 @@ CMakeFiles/KF5CoreAddons_QCH.dir/clean:
.PHONY : CMakeFiles/KF5CoreAddons_QCH.dir/clean .PHONY : CMakeFiles/KF5CoreAddons_QCH.dir/clean
#============================================================================= #=============================================================================
# Target rules for target src/CMakeFiles/helloworld.dir # Target rules for target src/CMakeFiles/presenter.dir
# All Build rule for target. # All Build rule for target.
src/CMakeFiles/helloworld.dir/all: src/CMakeFiles/helloworld_autogen.dir/all src/CMakeFiles/presenter.dir/all: src/CMakeFiles/presenter_autogen.dir/all
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/helloworld.dir/build.make src/CMakeFiles/helloworld.dir/depend $(MAKE) $(MAKESILENT) -f src/CMakeFiles/presenter.dir/build.make src/CMakeFiles/presenter.dir/depend
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/helloworld.dir/build.make src/CMakeFiles/helloworld.dir/build $(MAKE) $(MAKESILENT) -f src/CMakeFiles/presenter.dir/build.make src/CMakeFiles/presenter.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/chris/dev/newapp/build/CMakeFiles --progress-num=3,4,5,6,7 "Built target helloworld" @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/chris/dev/newapp/build/CMakeFiles --progress-num=3,4,5,6,7 "Built target presenter"
.PHONY : src/CMakeFiles/helloworld.dir/all .PHONY : src/CMakeFiles/presenter.dir/all
# Build rule for subdir invocation for target. # Build rule for subdir invocation for target.
src/CMakeFiles/helloworld.dir/rule: cmake_check_build_system src/CMakeFiles/presenter.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/chris/dev/newapp/build/CMakeFiles 6 $(CMAKE_COMMAND) -E cmake_progress_start /home/chris/dev/newapp/build/CMakeFiles 6
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/helloworld.dir/all $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/presenter.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/chris/dev/newapp/build/CMakeFiles 0 $(CMAKE_COMMAND) -E cmake_progress_start /home/chris/dev/newapp/build/CMakeFiles 0
.PHONY : src/CMakeFiles/helloworld.dir/rule .PHONY : src/CMakeFiles/presenter.dir/rule
# Convenience name for target. # Convenience name for target.
helloworld: src/CMakeFiles/helloworld.dir/rule presenter: src/CMakeFiles/presenter.dir/rule
.PHONY : helloworld .PHONY : presenter
# clean rule for target. # clean rule for target.
src/CMakeFiles/helloworld.dir/clean: src/CMakeFiles/presenter.dir/clean:
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/helloworld.dir/build.make src/CMakeFiles/helloworld.dir/clean $(MAKE) $(MAKESILENT) -f src/CMakeFiles/presenter.dir/build.make src/CMakeFiles/presenter.dir/clean
.PHONY : src/CMakeFiles/helloworld.dir/clean .PHONY : src/CMakeFiles/presenter.dir/clean
#============================================================================= #=============================================================================
# Target rules for target src/CMakeFiles/helloworld_autogen.dir # Target rules for target src/CMakeFiles/presenter_autogen.dir
# All Build rule for target. # All Build rule for target.
src/CMakeFiles/helloworld_autogen.dir/all: src/CMakeFiles/presenter_autogen.dir/all:
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/helloworld_autogen.dir/build.make src/CMakeFiles/helloworld_autogen.dir/depend $(MAKE) $(MAKESILENT) -f src/CMakeFiles/presenter_autogen.dir/build.make src/CMakeFiles/presenter_autogen.dir/depend
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/helloworld_autogen.dir/build.make src/CMakeFiles/helloworld_autogen.dir/build $(MAKE) $(MAKESILENT) -f src/CMakeFiles/presenter_autogen.dir/build.make src/CMakeFiles/presenter_autogen.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/chris/dev/newapp/build/CMakeFiles --progress-num=8 "Built target helloworld_autogen" @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/chris/dev/newapp/build/CMakeFiles --progress-num=8 "Built target presenter_autogen"
.PHONY : src/CMakeFiles/helloworld_autogen.dir/all .PHONY : src/CMakeFiles/presenter_autogen.dir/all
# Build rule for subdir invocation for target. # Build rule for subdir invocation for target.
src/CMakeFiles/helloworld_autogen.dir/rule: cmake_check_build_system src/CMakeFiles/presenter_autogen.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/chris/dev/newapp/build/CMakeFiles 1 $(CMAKE_COMMAND) -E cmake_progress_start /home/chris/dev/newapp/build/CMakeFiles 1
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/helloworld_autogen.dir/all $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/presenter_autogen.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/chris/dev/newapp/build/CMakeFiles 0 $(CMAKE_COMMAND) -E cmake_progress_start /home/chris/dev/newapp/build/CMakeFiles 0
.PHONY : src/CMakeFiles/helloworld_autogen.dir/rule .PHONY : src/CMakeFiles/presenter_autogen.dir/rule
# Convenience name for target. # Convenience name for target.
helloworld_autogen: src/CMakeFiles/helloworld_autogen.dir/rule presenter_autogen: src/CMakeFiles/presenter_autogen.dir/rule
.PHONY : helloworld_autogen .PHONY : presenter_autogen
# clean rule for target. # clean rule for target.
src/CMakeFiles/helloworld_autogen.dir/clean: src/CMakeFiles/presenter_autogen.dir/clean:
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/helloworld_autogen.dir/build.make src/CMakeFiles/helloworld_autogen.dir/clean $(MAKE) $(MAKESILENT) -f src/CMakeFiles/presenter_autogen.dir/build.make src/CMakeFiles/presenter_autogen.dir/clean
.PHONY : src/CMakeFiles/helloworld_autogen.dir/clean .PHONY : src/CMakeFiles/presenter_autogen.dir/clean
#============================================================================= #=============================================================================
# Special targets to cleanup operation of make. # Special targets to cleanup operation of make.

View file

@ -5,8 +5,8 @@
/home/chris/dev/newapp/build/CMakeFiles/test.dir /home/chris/dev/newapp/build/CMakeFiles/test.dir
/home/chris/dev/newapp/build/CMakeFiles/edit_cache.dir /home/chris/dev/newapp/build/CMakeFiles/edit_cache.dir
/home/chris/dev/newapp/build/CMakeFiles/rebuild_cache.dir /home/chris/dev/newapp/build/CMakeFiles/rebuild_cache.dir
/home/chris/dev/newapp/build/src/CMakeFiles/helloworld.dir /home/chris/dev/newapp/build/src/CMakeFiles/presenter.dir
/home/chris/dev/newapp/build/src/CMakeFiles/test.dir /home/chris/dev/newapp/build/src/CMakeFiles/test.dir
/home/chris/dev/newapp/build/src/CMakeFiles/edit_cache.dir /home/chris/dev/newapp/build/src/CMakeFiles/edit_cache.dir
/home/chris/dev/newapp/build/src/CMakeFiles/rebuild_cache.dir /home/chris/dev/newapp/build/src/CMakeFiles/rebuild_cache.dir
/home/chris/dev/newapp/build/src/CMakeFiles/helloworld_autogen.dir /home/chris/dev/newapp/build/src/CMakeFiles/presenter_autogen.dir

View file

@ -67,11 +67,11 @@ include CMakeFiles/fetch-translations.dir/compiler_depend.make
include CMakeFiles/fetch-translations.dir/progress.make include CMakeFiles/fetch-translations.dir/progress.make
CMakeFiles/fetch-translations: releaseme CMakeFiles/fetch-translations: releaseme
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/chris/dev/newapp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Downloading translations for helloworld branch trunk..." @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/chris/dev/newapp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Downloading translations for presenter branch trunk..."
git -C /home/chris/dev/newapp/build/releaseme pull git -C /home/chris/dev/newapp/build/releaseme pull
cmake -E remove_directory /home/chris/dev/newapp/build/po cmake -E remove_directory /home/chris/dev/newapp/build/po
cmake -E remove_directory /home/chris/dev/newapp/build/poqm cmake -E remove_directory /home/chris/dev/newapp/build/poqm
ruby /home/chris/dev/newapp/build/releaseme/fetchpo.rb --origin trunk --project helloworld --output-dir /home/chris/dev/newapp/build/po --output-poqm-dir /home/chris/dev/newapp/build/poqm /home/chris/dev/newapp ruby /home/chris/dev/newapp/build/releaseme/fetchpo.rb --origin trunk --project presenter --output-dir /home/chris/dev/newapp/build/po --output-poqm-dir /home/chris/dev/newapp/build/poqm /home/chris/dev/newapp
releaseme: releaseme:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/chris/dev/newapp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Fetching releaseme scripts to download translations..." @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/chris/dev/newapp/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Fetching releaseme scripts to download translations..."

View file

@ -5,5 +5,5 @@
# This file includes the relevant testing commands required for # This file includes the relevant testing commands required for
# testing this directory and lists subdirectories to be tested as well. # testing this directory and lists subdirectories to be tested as well.
add_test(appstreamtest "/usr/bin/cmake" "-DAPPSTREAMCLI=/usr/bin/appstreamcli" "-DINSTALL_FILES=/home/chris/dev/newapp/build/install_manifest.txt" "-P" "/usr/share/ECM/kde-modules/appstreamtest.cmake") add_test(appstreamtest "/usr/bin/cmake" "-DAPPSTREAMCLI=/usr/bin/appstreamcli" "-DINSTALL_FILES=/home/chris/dev/newapp/build/install_manifest.txt" "-P" "/usr/share/ECM/kde-modules/appstreamtest.cmake")
set_tests_properties(appstreamtest PROPERTIES _BACKTRACE_TRIPLES "/usr/share/ECM/kde-modules/KDECMakeSettings.cmake;161;add_test;/usr/share/ECM/kde-modules/KDECMakeSettings.cmake;179;appstreamtest;/usr/share/ECM/kde-modules/KDECMakeSettings.cmake;0;;/home/chris/dev/newapp/CMakeLists.txt;12;include;/home/chris/dev/newapp/CMakeLists.txt;0;") set_tests_properties(appstreamtest PROPERTIES _BACKTRACE_TRIPLES "/usr/share/ECM/kde-modules/KDECMakeSettings.cmake;161;add_test;/usr/share/ECM/kde-modules/KDECMakeSettings.cmake;179;appstreamtest;/usr/share/ECM/kde-modules/KDECMakeSettings.cmake;0;;/home/chris/dev/newapp/CMakeLists.txt;14;include;/home/chris/dev/newapp/CMakeLists.txt;0;")
subdirs("src") subdirs("src")

View file

@ -179,30 +179,30 @@ KF5CoreAddons_QCH/fast:
.PHONY : KF5CoreAddons_QCH/fast .PHONY : KF5CoreAddons_QCH/fast
#============================================================================= #=============================================================================
# Target rules for targets named helloworld # Target rules for targets named presenter
# Build rule for target. # Build rule for target.
helloworld: cmake_check_build_system presenter: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 helloworld $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 presenter
.PHONY : helloworld .PHONY : presenter
# fast build rule for target. # fast build rule for target.
helloworld/fast: presenter/fast:
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/helloworld.dir/build.make src/CMakeFiles/helloworld.dir/build $(MAKE) $(MAKESILENT) -f src/CMakeFiles/presenter.dir/build.make src/CMakeFiles/presenter.dir/build
.PHONY : helloworld/fast .PHONY : presenter/fast
#============================================================================= #=============================================================================
# Target rules for targets named helloworld_autogen # Target rules for targets named presenter_autogen
# Build rule for target. # Build rule for target.
helloworld_autogen: cmake_check_build_system presenter_autogen: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 helloworld_autogen $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 presenter_autogen
.PHONY : helloworld_autogen .PHONY : presenter_autogen
# fast build rule for target. # fast build rule for target.
helloworld_autogen/fast: presenter_autogen/fast:
$(MAKE) $(MAKESILENT) -f src/CMakeFiles/helloworld_autogen.dir/build.make src/CMakeFiles/helloworld_autogen.dir/build $(MAKE) $(MAKESILENT) -f src/CMakeFiles/presenter_autogen.dir/build.make src/CMakeFiles/presenter_autogen.dir/build
.PHONY : helloworld_autogen/fast .PHONY : presenter_autogen/fast
# Help Target # Help Target
help: help:
@ -216,9 +216,9 @@ help:
@echo "... KF5CoreAddons_QCH" @echo "... KF5CoreAddons_QCH"
@echo "... KF5I18n_QCH" @echo "... KF5I18n_QCH"
@echo "... fetch-translations" @echo "... fetch-translations"
@echo "... helloworld_autogen" @echo "... presenter_autogen"
@echo "... uninstall" @echo "... uninstall"
@echo "... helloworld" @echo "... presenter"
.PHONY : help .PHONY : help

Binary file not shown.

View file

@ -12,7 +12,7 @@ if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else() else()
set(CMAKE_INSTALL_CONFIG_NAME "") set(CMAKE_INSTALL_CONFIG_NAME "Debug")
endif() endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif() endif()

View file

@ -1,21 +0,0 @@
# 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 "")

View file

@ -1,149 +0,0 @@
# 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

View file

@ -1,19 +0,0 @@
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()

View file

@ -1,2 +0,0 @@
# Empty compiler generated dependencies file for helloworld.
# This may be replaced when dependencies are built.

View file

@ -1,2 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for compiler generated dependencies management for helloworld.

View file

@ -1,2 +0,0 @@
# Empty dependencies file for helloworld.
# This may be replaced when dependencies are built.

View file

@ -1,10 +0,0 @@
# 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

View file

@ -1,3 +0,0 @@
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

View file

@ -1,3 +0,0 @@
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

View file

@ -1 +0,0 @@
/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

View file

@ -1,544 +0,0 @@
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

View file

@ -1,6 +0,0 @@
CMAKE_PROGRESS_1 = 3
CMAKE_PROGRESS_2 = 4
CMAKE_PROGRESS_3 = 5
CMAKE_PROGRESS_4 = 6
CMAKE_PROGRESS_5 = 7

View file

@ -1,19 +0,0 @@
{
"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
}

View file

@ -1 +0,0 @@
rcc:ae2b7113780126ed46add73b755f80e27a3495a60577d987ab36cab03fc42ff4

View file

@ -1,114 +0,0 @@
{
"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
}

View file

@ -1 +0,0 @@
moc:7e9e47bea0b71b8977fef54b5fe1c739fefd009c8abe8b8670c0378773476ea4

View file

@ -1,18 +0,0 @@
# 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 "")

View file

@ -1,2 +0,0 @@
# Generated by CMake. Changes will be overwritten.
/home/chris/dev/newapp/src/main.cpp

View file

@ -1,88 +0,0 @@
# 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

View file

@ -1,9 +0,0 @@
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()

View file

@ -1,2 +0,0 @@
# Empty custom commands generated dependencies file for helloworld_autogen.
# This may be replaced when dependencies are built.

View file

@ -1,2 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for custom commands dependencies management for helloworld_autogen.

View file

@ -1,2 +0,0 @@
CMAKE_PROGRESS_1 = 8

View file

@ -127,87 +127,39 @@ depend:
.PHONY : depend .PHONY : depend
# Convenience name for target. # Convenience name for target.
src/CMakeFiles/helloworld.dir/rule: src/CMakeFiles/presenter.dir/rule:
cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/helloworld.dir/rule cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/presenter.dir/rule
.PHONY : src/CMakeFiles/helloworld.dir/rule .PHONY : src/CMakeFiles/presenter.dir/rule
# Convenience name for target. # Convenience name for target.
helloworld: src/CMakeFiles/helloworld.dir/rule presenter: src/CMakeFiles/presenter.dir/rule
.PHONY : helloworld .PHONY : presenter
# fast build rule for target. # fast build rule for target.
helloworld/fast: presenter/fast:
cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/helloworld.dir/build.make src/CMakeFiles/helloworld.dir/build cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/presenter.dir/build.make src/CMakeFiles/presenter.dir/build
.PHONY : helloworld/fast .PHONY : presenter/fast
# Convenience name for target. # Convenience name for target.
src/CMakeFiles/helloworld_autogen.dir/rule: src/CMakeFiles/presenter_autogen.dir/rule:
cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/helloworld_autogen.dir/rule cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/CMakeFiles/presenter_autogen.dir/rule
.PHONY : src/CMakeFiles/helloworld_autogen.dir/rule .PHONY : src/CMakeFiles/presenter_autogen.dir/rule
# Convenience name for target. # Convenience name for target.
helloworld_autogen: src/CMakeFiles/helloworld_autogen.dir/rule presenter_autogen: src/CMakeFiles/presenter_autogen.dir/rule
.PHONY : helloworld_autogen .PHONY : presenter_autogen
# fast build rule for target. # fast build rule for target.
helloworld_autogen/fast: presenter_autogen/fast:
cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/helloworld_autogen.dir/build.make src/CMakeFiles/helloworld_autogen.dir/build cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/presenter_autogen.dir/build.make src/CMakeFiles/presenter_autogen.dir/build
.PHONY : helloworld_autogen/fast .PHONY : presenter_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 main.o: main.cpp.o
.PHONY : main.o .PHONY : main.o
# target to build an object file # target to build an object file
main.cpp.o: 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 cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/presenter.dir/build.make src/CMakeFiles/presenter.dir/main.cpp.o
.PHONY : main.cpp.o .PHONY : main.cpp.o
main.i: main.cpp.i main.i: main.cpp.i
@ -215,7 +167,7 @@ main.i: main.cpp.i
# target to preprocess a source file # target to preprocess a source file
main.cpp.i: 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 cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/presenter.dir/build.make src/CMakeFiles/presenter.dir/main.cpp.i
.PHONY : main.cpp.i .PHONY : main.cpp.i
main.s: main.cpp.s main.s: main.cpp.s
@ -223,9 +175,57 @@ main.s: main.cpp.s
# target to generate assembly for a file # target to generate assembly for a file
main.cpp.s: 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 cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/presenter.dir/build.make src/CMakeFiles/presenter.dir/main.cpp.s
.PHONY : main.cpp.s .PHONY : main.cpp.s
presenter_autogen/EWIEGA46WW/qrc_resources.o: presenter_autogen/EWIEGA46WW/qrc_resources.cpp.o
.PHONY : presenter_autogen/EWIEGA46WW/qrc_resources.o
# target to build an object file
presenter_autogen/EWIEGA46WW/qrc_resources.cpp.o:
cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/presenter.dir/build.make src/CMakeFiles/presenter.dir/presenter_autogen/EWIEGA46WW/qrc_resources.cpp.o
.PHONY : presenter_autogen/EWIEGA46WW/qrc_resources.cpp.o
presenter_autogen/EWIEGA46WW/qrc_resources.i: presenter_autogen/EWIEGA46WW/qrc_resources.cpp.i
.PHONY : presenter_autogen/EWIEGA46WW/qrc_resources.i
# target to preprocess a source file
presenter_autogen/EWIEGA46WW/qrc_resources.cpp.i:
cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/presenter.dir/build.make src/CMakeFiles/presenter.dir/presenter_autogen/EWIEGA46WW/qrc_resources.cpp.i
.PHONY : presenter_autogen/EWIEGA46WW/qrc_resources.cpp.i
presenter_autogen/EWIEGA46WW/qrc_resources.s: presenter_autogen/EWIEGA46WW/qrc_resources.cpp.s
.PHONY : presenter_autogen/EWIEGA46WW/qrc_resources.s
# target to generate assembly for a file
presenter_autogen/EWIEGA46WW/qrc_resources.cpp.s:
cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/presenter.dir/build.make src/CMakeFiles/presenter.dir/presenter_autogen/EWIEGA46WW/qrc_resources.cpp.s
.PHONY : presenter_autogen/EWIEGA46WW/qrc_resources.cpp.s
presenter_autogen/mocs_compilation.o: presenter_autogen/mocs_compilation.cpp.o
.PHONY : presenter_autogen/mocs_compilation.o
# target to build an object file
presenter_autogen/mocs_compilation.cpp.o:
cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/presenter.dir/build.make src/CMakeFiles/presenter.dir/presenter_autogen/mocs_compilation.cpp.o
.PHONY : presenter_autogen/mocs_compilation.cpp.o
presenter_autogen/mocs_compilation.i: presenter_autogen/mocs_compilation.cpp.i
.PHONY : presenter_autogen/mocs_compilation.i
# target to preprocess a source file
presenter_autogen/mocs_compilation.cpp.i:
cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/presenter.dir/build.make src/CMakeFiles/presenter.dir/presenter_autogen/mocs_compilation.cpp.i
.PHONY : presenter_autogen/mocs_compilation.cpp.i
presenter_autogen/mocs_compilation.s: presenter_autogen/mocs_compilation.cpp.s
.PHONY : presenter_autogen/mocs_compilation.s
# target to generate assembly for a file
presenter_autogen/mocs_compilation.cpp.s:
cd /home/chris/dev/newapp/build && $(MAKE) $(MAKESILENT) -f src/CMakeFiles/presenter.dir/build.make src/CMakeFiles/presenter.dir/presenter_autogen/mocs_compilation.cpp.s
.PHONY : presenter_autogen/mocs_compilation.cpp.s
# Help Target # Help Target
help: help:
@echo "The following are some of the valid targets for this Makefile:" @echo "The following are some of the valid targets for this Makefile:"
@ -235,17 +235,17 @@ help:
@echo "... edit_cache" @echo "... edit_cache"
@echo "... rebuild_cache" @echo "... rebuild_cache"
@echo "... test" @echo "... test"
@echo "... helloworld_autogen" @echo "... presenter_autogen"
@echo "... helloworld" @echo "... presenter"
@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.o"
@echo "... main.i" @echo "... main.i"
@echo "... main.s" @echo "... main.s"
@echo "... presenter_autogen/EWIEGA46WW/qrc_resources.o"
@echo "... presenter_autogen/EWIEGA46WW/qrc_resources.i"
@echo "... presenter_autogen/EWIEGA46WW/qrc_resources.s"
@echo "... presenter_autogen/mocs_compilation.o"
@echo "... presenter_autogen/mocs_compilation.i"
@echo "... presenter_autogen/mocs_compilation.s"
.PHONY : help .PHONY : help

View file

@ -12,7 +12,7 @@ if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else() else()
set(CMAKE_INSTALL_CONFIG_NAME "") set(CMAKE_INSTALL_CONFIG_NAME "Debug")
endif() endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif() endif()

View file

@ -1,130 +0,0 @@
/****************************************************************************
** 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;
}

View file

@ -1,438 +0,0 @@
#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

View file

@ -1,3 +0,0 @@
// 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 };

View file

@ -1,2 +1,19 @@
add_executable(helloworld main.cpp resources.qrc) add_executable(presenter)
target_link_libraries(helloworld Qt5::Quick Qt5::Qml Qt5::Gui Qt5::QuickControls2 Qt5::Widgets KF5::Kirigami2 KF5::I18n)
target_sources(presenter
PRIVATE
main.cpp resources.qrc
)
target_link_libraries(presenter
Qt5::Quick
Qt5::Qml
Qt5::Gui
Qt5::QuickControls2
Qt5::Widgets
KF5::Kirigami2
KF5::I18n
)
target_compile_options (presenter PUBLIC -fexceptions)

View file

@ -0,0 +1,35 @@
import QtQuick 2.13
import QtQuick.Dialogs 1.0
import QtQuick.Controls 2.0 as Controls
import QtQuick.Window 2.13
import QtQuick.Layouts 1.2
import QtMultimedia 5.15
import QtAudioEngine 1.15
import org.kde.kirigami 2.13 as Kirigami
Item {
id: root
Rectangle {
id: rootBG
TextInput {
id: serviceNameInput
anchors.left: parent.left
anchors.right: parent.right
}
Controls.Label {
id: detailsLabel
anchors.top: serviceNameInput.bottom
anchors.topMargin: 20
}
ListView {
id: serviceList
}
}
}

View file

@ -0,0 +1,133 @@
import QtQuick 2.13
import QtQuick.Dialogs 1.0
import QtQuick.Controls 2.0 as Controls
import QtQuick.Window 2.13
import QtQuick.Layouts 1.2
import QtMultimedia 5.15
import QtAudioEngine 1.15
import org.kde.kirigami 2.13 as Kirigami
Component {
id: root
Kirigami.ScrollablePage {
id: mainPage
title: "Presenter"
actions {
main: Kirigami.Action {
icon.name: "fileopen"
text: "VideoBG"
onTriggered: {
print("Action button in buttons page clicked");
fileDialog.open()
}
}
right: Kirigami.Action {
icon.name: "view-presentation"
text: "Go Live"
onTriggered: {
print("Window is loading")
presentLoader.active = true
}
}
}
/* Kirigami.OverlaySheet { */
/* id: sheet */
/* onSheetOpenChanged: page.actions.main.checked = sheetOpen */
/* Controls.Label { */
/* wrapMode: Text.WordWrap */
/* text: "Lorem ipsum dolor sit amet" */
/* } */
/* } */
//Page contents...
Rectangle {
id: bg
anchors.fill: parent
color: "blue"
}
FileDialog {
id: fileDialog
title: "Please choose a video"
folder: shortcuts.home
selectMultiple: false
onAccepted: {
print("You chose: " + fileDialog.fileUrls)
video = fileDialog.fileUrl
}
onRejected: {
print("Canceled")
/* Qt.quit() */
}
}
Loader {
id: presentLoader
active: false
sourceComponent: Window {
id: presentWindow
title: "presentation-window"
height: maximumHeight
width: maximumWidth
visible: true
onClosing: presentLoader.active = false
Component.onCompleted: {
presentWindow.showFullScreen();
}
Item {
id: basePresentationLayer
anchors.fill: parent
Rectangle {
id: basePrColor
anchors.fill: parent
color: "black"
MediaPlayer {
id: videoPlayer
source: video
loops: MediaPlayer.Infinite
autoPlay: true
notifyInterval: 100
}
VideoOutput {
id: videoOutput
anchors.fill: parent
source: videoPlayer
}
MouseArea {
id: playArea
anchors.fill: parent
onPressed: videoPlayer.play();
}
Controls.ProgressBar {
id: progressBar
anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: parent.bottom
anchors.margins: 100
from: 0
to: videoPlayer.duraion
value: videoPlayer.position/videoPlayer.duration
height: 30
MouseArea {
anchors.fill: parent
onClicked: {
if (videoPlayer.seekable) {
videoPlayer.seek(videoPlayer.duration * mouse.x/width);
}
}
}
}
}
}
}
}
}
}

View file

@ -1,24 +1,146 @@
import QtQuick 2.6 import QtQuick 2.13
import QtQuick.Dialogs 1.0
import QtQuick.Controls 2.0 as Controls import QtQuick.Controls 2.0 as Controls
import QtQuick.Window 2.13
import QtQuick.Layouts 1.2 import QtQuick.Layouts 1.2
import QtMultimedia 5.15
import QtAudioEngine 1.15
import org.kde.kirigami 2.13 as Kirigami import org.kde.kirigami 2.13 as Kirigami
// Base element, provides basic features needed for all kirigami applications
Kirigami.ApplicationWindow { Kirigami.ApplicationWindow {
// ID provides unique identifier to reference this element
id: root id: root
property var video: null
// Window title pageStack.initialPage: mainPageComponent
// i18nc is useful for adding context for translators, also lets strings be changed for different languages Component {
title: i18nc("@title:window", "Hello World") id: mainPageComponent
// Initial page to be loaded on app load Kirigami.ScrollablePage {
pageStack.initialPage: Kirigami.Page { id: mainPage
title: "Presenter"
actions {
main: Kirigami.Action {
icon.name: "fileopen"
text: "VideoBG"
onTriggered: {
print("Action button in buttons page clicked");
fileDialog.open()
}
}
right: Kirigami.Action {
icon.name: "view-presentation"
text: "Go Live"
onTriggered: {
print("Window is loading")
presentLoader.active = true
}
}
}
Controls.Label { Rectangle {
// Center label horizontally and vertically within parent element id: leftarea
anchors.centerIn: parent color: "blue"
text: i18n("Hello World!") anchors.left: parent.left
width: parent.width / 2
}
Rectangle {
id: rightarea
color: "red"
anchors.left: leftarea.left
width: parent.width / 2
}
LeftDock {
id: leftDock
anchors.left: parent.left
width: parent.width / 4
}
FileDialog {
id: fileDialog
title: "Please choose a video"
folder: shortcuts.home
selectMultiple: false
onAccepted: {
print("You chose: " + fileDialog.fileUrls)
video = fileDialog.fileUrl
}
onRejected: {
print("Canceled")
/* Qt.quit() */
}
}
Loader {
id: presentLoader
active: false
sourceComponent: Window {
id: presentWindow
title: "presentation-window"
height: maximumHeight
width: maximumWidth
visible: true
onClosing: presentLoader.active = false
Component.onCompleted: {
presentWindow.showFullScreen();
}
Item {
id: basePresentationLayer
anchors.fill: parent
Rectangle {
id: basePrColor
anchors.fill: parent
color: "black"
MediaPlayer {
id: videoPlayer
source: video
loops: MediaPlayer.Infinite
autoPlay: true
notifyInterval: 100
}
VideoOutput {
id: videoOutput
anchors.fill: parent
source: videoPlayer
}
MouseArea {
id: playArea
anchors.fill: parent
onPressed: videoPlayer.play();
}
Controls.ProgressBar {
id: progressBar
anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: parent.bottom
anchors.margins: 100
from: 0
to: videoPlayer.duraion
value: videoPlayer.position/videoPlayer.duration
height: 30
MouseArea {
anchors.fill: parent
onClicked: {
if (videoPlayer.seekable) {
videoPlayer.seek(videoPlayer.duration * mouse.x/width);
}
}
}
}
}
}
}
}
} }
} }
} }

View file

@ -5,20 +5,33 @@
#include <KLocalizedContext> #include <KLocalizedContext>
#include <KLocalizedString> #include <KLocalizedString>
// #include "mpvobject.h"
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling); QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QApplication app(argc, argv); QApplication app(argc, argv);
KLocalizedString::setApplicationDomain("helloworld"); KLocalizedString::setApplicationDomain("presenter");
QCoreApplication::setOrganizationName(QStringLiteral("KDE")); QCoreApplication::setOrganizationName(QStringLiteral("TFC"));
QCoreApplication::setOrganizationDomain(QStringLiteral("kde.org")); QCoreApplication::setOrganizationDomain(QStringLiteral("tfcconnection.org"));
QCoreApplication::setApplicationName(QStringLiteral("Hello World")); QCoreApplication::setApplicationName(QStringLiteral("Church Presenter"));
QQmlApplicationEngine engine; QQmlApplicationEngine engine;
engine.rootContext()->setContextObject(new KLocalizedContext(&engine)); engine.rootContext()->setContextObject(new KLocalizedContext(&engine));
engine.load(QUrl(QStringLiteral("qrc:/main.qml"))); engine.load(QUrl(QStringLiteral("qrc:/main.qml")));
#ifdef STATIC_KIRIGAMI
KirigamiPlugin::getInstance().registerTypes();
#endif
// // Qt sets the locale in the QGuiApplication constructor, but libmpv
// // requires the LC_NUMERIC category to be set to "C", so change it back.
// std::setlocale(LC_NUMERIC, "C");
// qmlRegisterType<MpvObject>("mpv", 1, 0, "MpvObject");
if (engine.rootObjects().isEmpty()) { if (engine.rootObjects().isEmpty()) {
return -1; return -1;
} }

11
src/present.desktop Normal file
View file

@ -0,0 +1,11 @@
[Desktop Entry]
Type=Application
Name=present
GenericName=Church Presentation
Comment=A Kirigami base church presenter
Exec=present %U
TryExec=present
Icon=present
StartupNotify=true
Terminal=false
Categories=presentation

BIN
src/present.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 765 B

View file

@ -1,5 +1,6 @@
<RCC> <RCC>
<qresource prefix="/"> <qresource prefix="/">
<file alias="main.qml">contents/ui/main.qml</file> <file alias="main.qml">contents/ui/main.qml</file>
<file alias="main.qml">contents/ui/LeftDock.qml</file>
</qresource> </qresource>
</RCC> </RCC>