add sqlite source code

This commit is contained in:
2025-08-29 23:56:28 +08:00
parent b703135335
commit 26485379e3
16 changed files with 138254 additions and 141 deletions

View File

@@ -1,32 +1,32 @@
Command line:
executing config test use_gold_linker
Command line: -nomake tests -confirm-license -opensource
loaded result for config test config.qtbase.tests.use_gold_linker
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests && g++ -pipe -fuse-ld=gold -o conftest-out conftest.cpp
test config.qtbase.tests.use_gold_linker succeeded
executing config test machineTuple
loaded result for config test config.qtbase.tests.machineTuple
+ g++ -dumpmachine
> x86_64-linux-gnu
test config.qtbase.tests.machineTuple succeeded
executing config test verifyspec
loaded result for config test config.qtbase.tests.verifyspec
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/verifyspec && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/verifyspec
> Info: creating stash file /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/.qmake.stash
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/verifyspec && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o verifyspec.o verifyspec.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o verifyspec verifyspec.o
test config.qtbase.tests.verifyspec succeeded
executing config test architecture
loaded result for config test config.qtbase.tests.architecture
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/arch && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/arch
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/arch && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o arch.o arch.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o arch arch.o
Detected architecture: x86_64 (mmx sse sse2)
test config.qtbase.tests.architecture gave result x86_64
executing config test sse2
loaded result for config test config.qtbase.tests.sse2
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=sse2 /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -msse2 -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_SSE2 -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o x86_simd main.o
test config.qtbase.tests.sse2 succeeded
executing config test aesni
loaded result for config test config.qtbase.tests.aesni
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=aesni /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> rm -f main.o
@@ -34,13 +34,13 @@ executing config test aesni
> g++ -c -pipe -maes -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AESNI -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o x86_simd main.o
test config.qtbase.tests.aesni succeeded
executing config test alloca_h
loaded result for config test config.qtbase.tests.alloca_h
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/alloca_h && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/alloca_h
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/alloca_h && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o alloca_h main.o
test config.qtbase.tests.alloca_h succeeded
executing config test sse3
loaded result for config test config.qtbase.tests.sse3
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=sse3 /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> rm -f main.o
@@ -48,7 +48,7 @@ executing config test sse3
> g++ -c -pipe -msse3 -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_SSE3 -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o x86_simd main.o
test config.qtbase.tests.sse3 succeeded
executing config test ssse3
loaded result for config test config.qtbase.tests.ssse3
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=ssse3 /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> rm -f main.o
@@ -56,7 +56,7 @@ executing config test ssse3
> g++ -c -pipe -mssse3 -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_SSSE3 -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o x86_simd main.o
test config.qtbase.tests.ssse3 succeeded
executing config test sse4_1
loaded result for config test config.qtbase.tests.sse4_1
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=sse4_1 /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> rm -f main.o
@@ -64,7 +64,7 @@ executing config test sse4_1
> g++ -c -pipe -msse4.1 -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_SSE4_1 -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o x86_simd main.o
test config.qtbase.tests.sse4_1 succeeded
executing config test sse4_2
loaded result for config test config.qtbase.tests.sse4_2
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=sse4_2 /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> rm -f main.o
@@ -72,7 +72,7 @@ executing config test sse4_2
> g++ -c -pipe -msse4.2 -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_SSE4_2 -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o x86_simd main.o
test config.qtbase.tests.sse4_2 succeeded
executing config test avx
loaded result for config test config.qtbase.tests.avx
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> rm -f main.o
@@ -80,7 +80,7 @@ executing config test avx
> g++ -c -pipe -mavx -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o x86_simd main.o
test config.qtbase.tests.avx succeeded
executing config test avx2
loaded result for config test config.qtbase.tests.avx2
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx2 /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> rm -f main.o
@@ -88,7 +88,7 @@ executing config test avx2
> g++ -c -pipe -mavx2 -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX2 -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o x86_simd main.o
test config.qtbase.tests.avx2 succeeded
executing config test avx512f
loaded result for config test config.qtbase.tests.avx512f
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx512f /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> rm -f main.o
@@ -96,7 +96,7 @@ executing config test avx512f
> g++ -c -pipe -mavx512f -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX512F -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o x86_simd main.o
test config.qtbase.tests.avx512f succeeded
executing config test avx512bw
loaded result for config test config.qtbase.tests.avx512bw
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx512bw /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> rm -f main.o
@@ -104,7 +104,7 @@ executing config test avx512bw
> g++ -c -pipe -mavx512bw -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX512BW -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o x86_simd main.o
test config.qtbase.tests.avx512bw succeeded
executing config test avx512cd
loaded result for config test config.qtbase.tests.avx512cd
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx512cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> rm -f main.o
@@ -112,7 +112,7 @@ executing config test avx512cd
> g++ -c -pipe -mavx512cd -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX512CD -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o x86_simd main.o
test config.qtbase.tests.avx512cd succeeded
executing config test avx512dq
loaded result for config test config.qtbase.tests.avx512dq
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx512dq /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> rm -f main.o
@@ -120,7 +120,7 @@ executing config test avx512dq
> g++ -c -pipe -mavx512dq -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX512DQ -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o x86_simd main.o
test config.qtbase.tests.avx512dq succeeded
executing config test avx512er
loaded result for config test config.qtbase.tests.avx512er
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx512er /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> rm -f main.o
@@ -128,7 +128,7 @@ executing config test avx512er
> g++ -c -pipe -mavx512er -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX512ER -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o x86_simd main.o
test config.qtbase.tests.avx512er succeeded
executing config test avx512ifma
loaded result for config test config.qtbase.tests.avx512ifma
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx512ifma /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> rm -f main.o
@@ -136,7 +136,7 @@ executing config test avx512ifma
> g++ -c -pipe -mavx512ifma -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX512IFMA -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o x86_simd main.o
test config.qtbase.tests.avx512ifma succeeded
executing config test avx512pf
loaded result for config test config.qtbase.tests.avx512pf
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx512pf /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> rm -f main.o
@@ -144,7 +144,7 @@ executing config test avx512pf
> g++ -c -pipe -mavx512pf -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX512PF -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o x86_simd main.o
test config.qtbase.tests.avx512pf succeeded
executing config test avx512vbmi
loaded result for config test config.qtbase.tests.avx512vbmi
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx512vbmi /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> rm -f main.o
@@ -152,7 +152,7 @@ executing config test avx512vbmi
> g++ -c -pipe -mavx512vbmi -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX512VBMI -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o x86_simd main.o
test config.qtbase.tests.avx512vbmi succeeded
executing config test avx512vl
loaded result for config test config.qtbase.tests.avx512vl
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx512vl /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> rm -f main.o
@@ -160,36 +160,36 @@ executing config test avx512vl
> g++ -c -pipe -mavx512vl -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_AVX512VL -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o x86_simd main.o
test config.qtbase.tests.avx512vl succeeded
executing config test c++14
loaded result for config test config.qtbase.tests.c++14
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/c++14 && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/c++14
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/c++14 && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -std=gnu++1y -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o c++14 main.o
test config.qtbase.tests.c++14 succeeded
executing config test c++1z
loaded result for config test config.qtbase.tests.c++1z
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/c++1z && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/c++1z
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/c++1z && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -std=gnu++1z -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o c++1z main.o
test config.qtbase.tests.c++1z succeeded
executing config test c99
loaded result for config test config.qtbase.tests.c99
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/c99 && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/c99
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/c99 && MAKEFLAGS= /usr/bin/make
> gcc -c -pipe -O2 -std=gnu99 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.c
> g++ -Wl,-O1 -fuse-ld=gold -o c99 main.o
test config.qtbase.tests.c99 succeeded
executing config test c11
loaded result for config test config.qtbase.tests.c11
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/c11 && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/c11
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/c11 && MAKEFLAGS= /usr/bin/make
> gcc -c -pipe -O2 -std=gnu11 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.c
> g++ -Wl,-O1 -fuse-ld=gold -o c11 main.o
test config.qtbase.tests.c11 succeeded
executing config test pkg-config
loaded result for config test config.qtbase.tests.pkg-config
Found pkg-config from path: /usr/bin/pkg-config
test config.qtbase.tests.pkg-config succeeded
Global lib dirs: [] [/usr/lib/gcc/x86_64-linux-gnu/9 /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib]
Global inc dirs: [] [/usr/include/c++/9 /usr/include/x86_64-linux-gnu/c++/9 /usr/include/c++/9/backward /usr/lib/gcc/x86_64-linux-gnu/9/include /usr/local/include /usr/include/x86_64-linux-gnu /usr/include]
looking for library dbus
loaded result for library config.qtbase.libraries.dbus
Trying source 0 (type pkgConfig) of library dbus ...
+ /usr/bin/pkg-config --exists --silence-errors dbus-1 '>=' 1.2
+ /usr/bin/pkg-config --modversion dbus-1 '>=' 1.2
@@ -205,10 +205,10 @@ Trying source 0 (type pkgConfig) of library dbus ...
> g++ -Wl,-O1 -fuse-ld=gold -o dbus main.o /usr/lib/x86_64-linux-gnu/libdbus-1.so
=> source accepted.
test config.qtbase.libraries.dbus succeeded
executing config test enable_new_dtags
loaded result for config test config.qtbase.tests.enable_new_dtags
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests && g++ -pipe -fuse-ld=gold -Wl,--enable-new-dtags -o conftest-out conftest.cpp
test config.qtbase.tests.enable_new_dtags succeeded
executing config test f16c
loaded result for config test config.qtbase.tests.f16c
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=f16c /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> rm -f main.o
@@ -216,7 +216,7 @@ executing config test f16c
> g++ -c -pipe -mf16c -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_F16C -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o x86_simd main.o
test config.qtbase.tests.f16c succeeded
looking for library host_dbus
loaded result for library config.qtbase.libraries.host_dbus
Trying source 0 (type pkgConfig) of library host_dbus ...
+ /usr/bin/pkg-config --exists --silence-errors dbus-1 '>=' 1.2
+ /usr/bin/pkg-config --modversion dbus-1 '>=' 1.2
@@ -228,7 +228,7 @@ Trying source 0 (type pkgConfig) of library host_dbus ...
> -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include
=> source accepted.
test config.qtbase.libraries.host_dbus succeeded
looking for library libudev
loaded result for library config.qtbase.libraries.libudev
Trying source 0 (type pkgConfig) of library libudev ...
+ /usr/bin/pkg-config --exists --silence-errors libudev
+ /usr/bin/pkg-config --modversion libudev
@@ -243,20 +243,20 @@ Trying source 0 (type pkgConfig) of library libudev ...
> g++ -Wl,-O1 -fuse-ld=gold -o libudev main.o /lib/x86_64-linux-gnu/libudev.so
=> source accepted.
test config.qtbase.libraries.libudev succeeded
executing config test posix_fallocate
loaded result for config test config.qtbase.tests.posix_fallocate
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/posix_fallocate && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/posix_fallocate
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/posix_fallocate && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o posix_fallocate main.o
test config.qtbase.tests.posix_fallocate succeeded
executing config test precompile_header
loaded result for config test config.qtbase.tests.precompile_header
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/precompile_header && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/precompile_header
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/precompile_header && MAKEFLAGS= /usr/bin/make
> g++ -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -x c++-header -c header.h -o .pch/precompile_header.gch/c++
> g++ -c -include .pch/precompile_header -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o precompile_header main.o
test config.qtbase.tests.precompile_header succeeded
executing config test rdrnd
loaded result for config test config.qtbase.tests.rdrnd
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=rdrnd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> rm -f main.o
@@ -264,7 +264,7 @@ executing config test rdrnd
> g++ -c -pipe -mrdrnd -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_RDRND -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o x86_simd main.o
test config.qtbase.tests.rdrnd succeeded
executing config test reduce_exports
loaded result for config test config.qtbase.tests.reduce_exports
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/reduce_exports && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/reduce_exports
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/reduce_exports && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -fvisibility=hidden -fvisibility-inlines-hidden -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
@@ -274,7 +274,7 @@ executing config test reduce_exports
> ln -s libreduce_exports.so.1.0.0 libreduce_exports.so.1
> ln -s libreduce_exports.so.1.0.0 libreduce_exports.so.1.0
test config.qtbase.tests.reduce_exports succeeded
executing config test reduce_relocations
loaded result for config test config.qtbase.tests.reduce_relocations
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/reduce_relocations && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/reduce_relocations
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/reduce_relocations && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
@@ -284,7 +284,7 @@ executing config test reduce_relocations
> ln -s libreduce_relocations.so.1.0.0 libreduce_relocations.so.1
> ln -s libreduce_relocations.so.1.0.0 libreduce_relocations.so.1.0
test config.qtbase.tests.reduce_relocations succeeded
executing config test shani
loaded result for config test config.qtbase.tests.shani
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=shani /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> rm -f main.o
@@ -292,13 +292,13 @@ executing config test shani
> g++ -c -pipe -msha -O2 -w -fPIC -DNO_ATTRIBUTE -DQT_COMPILER_SUPPORTS_SHANI -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o x86_simd main.o
test config.qtbase.tests.shani succeeded
executing config test stl
loaded result for config test config.qtbase.tests.stl
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/stl && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/stl
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/stl && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o stltest.o stltest.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o stl stltest.o
test config.qtbase.tests.stl succeeded
looking for library zlib
loaded result for library config.qtbase.libraries.zlib
Trying source 0 (type inline) of library zlib ...
=> source failed condition 'config.msvc'.
Trying source 1 (type inline) of library zlib ...
@@ -310,7 +310,7 @@ Trying source 2 (type inline) of library zlib ...
> g++ -Wl,-O1 -fuse-ld=gold -o zlib main.o /usr/lib/x86_64-linux-gnu/libz.so
=> source accepted.
test config.qtbase.libraries.zlib succeeded
executing config test x86SimdAlways
loaded result for config test config.qtbase.tests.x86SimdAlways
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" 'SIMD=aesni avx avx2 avx512bw avx512cd avx512dq avx512er avx512f avx512ifma avx512pf avx512vbmi avx512vl f16c rdrnd shani sse2 sse3 sse4_1 sse4_2 ssse3' /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> rm -f main.o
@@ -318,7 +318,7 @@ executing config test x86SimdAlways
> g++ -c -pipe -O2 -w -fPIC -DQT_COMPILER_SUPPORTS_AESNI -DQT_COMPILER_SUPPORTS_AVX -DQT_COMPILER_SUPPORTS_AVX2 -DQT_COMPILER_SUPPORTS_AVX512BW -DQT_COMPILER_SUPPORTS_AVX512CD -DQT_COMPILER_SUPPORTS_AVX512DQ -DQT_COMPILER_SUPPORTS_AVX512ER -DQT_COMPILER_SUPPORTS_AVX512F -DQT_COMPILER_SUPPORTS_AVX512IFMA -DQT_COMPILER_SUPPORTS_AVX512PF -DQT_COMPILER_SUPPORTS_AVX512VBMI -DQT_COMPILER_SUPPORTS_AVX512VL -DQT_COMPILER_SUPPORTS_F16C -DQT_COMPILER_SUPPORTS_RDRND -DQT_COMPILER_SUPPORTS_SHANI -DQT_COMPILER_SUPPORTS_SSE2 -DQT_COMPILER_SUPPORTS_SSE3 -DQT_COMPILER_SUPPORTS_SSE4_1 -DQT_COMPILER_SUPPORTS_SSE4_2 -DQT_COMPILER_SUPPORTS_SSSE3 -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o x86_simd main.o
test config.qtbase.tests.x86SimdAlways succeeded
looking for library librt
loaded result for library config.qtbase_corelib.libraries.librt
Trying source 0 (type inline) of library librt ...
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/librt && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" 'QMAKE_USE += librt' 'QMAKE_LIBS_LIBRT = ' /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/librt
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/librt && MAKEFLAGS= /usr/bin/make
@@ -326,19 +326,19 @@ Trying source 0 (type inline) of library librt ...
> g++ -Wl,-O1 -fuse-ld=gold -o librt main.o
=> source accepted.
test config.qtbase_corelib.libraries.librt succeeded
executing config test clock-monotonic
loaded result for config test config.qtbase_corelib.tests.clock-monotonic
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/clock-monotonic && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" 'QMAKE_USE += librt' 'QMAKE_LIBS_LIBRT = ' /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/clock-monotonic
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/clock-monotonic && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o clock-monotonic main.o
test config.qtbase_corelib.tests.clock-monotonic succeeded
executing config test cxx11_future
loaded result for config test config.qtbase_corelib.tests.cxx11_future
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/cxx11_future && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/cxx11_future
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/cxx11_future && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o cxx11_future main.o -lpthread
test config.qtbase_corelib.tests.cxx11_future succeeded
looking for library libdl
loaded result for library config.qtbase_corelib.libraries.libdl
Trying source 0 (type inline) of library libdl ...
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/libdl && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" 'QMAKE_USE += libdl' 'QMAKE_LIBS_LIBDL = ' /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/libdl
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/libdl && MAKEFLAGS= /usr/bin/make
@@ -360,31 +360,31 @@ Trying source 1 (type inline) of library libdl ...
> g++ -Wl,-O1 -fuse-ld=gold -o libdl main.o /usr/lib/x86_64-linux-gnu/libdl.so
=> source accepted.
test config.qtbase_corelib.libraries.libdl succeeded
executing config test eventfd
loaded result for config test config.qtbase_corelib.tests.eventfd
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/eventfd && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/eventfd
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/eventfd && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o eventfd main.o
test config.qtbase_corelib.tests.eventfd succeeded
executing config test futimens
loaded result for config test config.qtbase_corelib.tests.futimens
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/futimens && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/futimens
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/futimens && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -Wall -W -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,--fatal-warnings -Wl,-O1 -fuse-ld=gold -o futimens main.o
test config.qtbase_corelib.tests.futimens succeeded
executing config test getauxval
loaded result for config test config.qtbase_corelib.tests.getauxval
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/getauxval && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/getauxval
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/getauxval && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o getauxval main.o
test config.qtbase_corelib.tests.getauxval succeeded
executing config test getentropy
loaded result for config test config.qtbase_corelib.tests.getentropy
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/getentropy && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/getentropy
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/getentropy && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,--fatal-warnings -Wl,-O1 -fuse-ld=gold -o getentropy main.o
test config.qtbase_corelib.tests.getentropy succeeded
looking for library glib
loaded result for library config.qtbase_corelib.libraries.glib
Trying source 0 (type pkgConfig) of library glib ...
+ /usr/bin/pkg-config --exists --silence-errors glib-2.0 gthread-2.0
+ /usr/bin/pkg-config --modversion glib-2.0 gthread-2.0
@@ -402,13 +402,13 @@ Note: Dropped compiler flags '-pthread'.
> g++ -Wl,-O1 -fuse-ld=gold -o glib main.o /usr/lib/x86_64-linux-gnu/libgthread-2.0.so /usr/lib/x86_64-linux-gnu/libglib-2.0.so
=> source accepted.
test config.qtbase_corelib.libraries.glib succeeded
executing config test glibc
loaded result for config test config.qtbase_corelib.tests.glibc
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/glibc && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/glibc
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/glibc && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o glibc main.o
test config.qtbase_corelib.tests.glibc succeeded
looking for library posix_iconv
loaded result for library config.qtbase_corelib.libraries.posix_iconv
Trying source 0 (type inline) of library posix_iconv ...
=> source failed condition 'config.openbsd || config.haiku'.
Trying source 1 (type inline) of library posix_iconv ...
@@ -418,7 +418,7 @@ Trying source 1 (type inline) of library posix_iconv ...
> g++ -Wl,-O1 -fuse-ld=gold -o posix_iconv main.o
=> source accepted.
test config.qtbase_corelib.libraries.posix_iconv succeeded
looking for library icu
loaded result for library config.qtbase_corelib.libraries.icu
Trying source 0 (type inline) of library icu ...
=> source failed condition 'config.win32 && !features.shared'.
Trying source 1 (type inline) of library icu ...
@@ -430,48 +430,48 @@ Trying source 2 (type inline) of library icu ...
> g++ -Wl,-O1 -fuse-ld=gold -o icu main.o /usr/lib/x86_64-linux-gnu/libicui18n.so /usr/lib/x86_64-linux-gnu/libicuuc.so /usr/lib/x86_64-linux-gnu/libicudata.so /usr/lib/x86_64-linux-gnu/libdl.so
=> source accepted.
test config.qtbase_corelib.libraries.icu succeeded
executing config test inotify
loaded result for config test config.qtbase_corelib.tests.inotify
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/inotify && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/inotify
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/inotify && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o inotify main.o
test config.qtbase_corelib.tests.inotify succeeded
executing config test ipc_sysv
loaded result for config test config.qtbase_corelib.tests.ipc_sysv
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/ipc_sysv && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/ipc_sysv
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/ipc_sysv && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o ipc_sysv main.o
test config.qtbase_corelib.tests.ipc_sysv succeeded
executing config test linkat
loaded result for config test config.qtbase_corelib.tests.linkat
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/linkat && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/linkat
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/linkat && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o linkat main.o
test config.qtbase_corelib.tests.linkat succeeded
executing config test ppoll
loaded result for config test config.qtbase_corelib.tests.ppoll
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/ppoll && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/ppoll
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/ppoll && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o ppoll main.o
test config.qtbase_corelib.tests.ppoll succeeded
executing config test renameat2
loaded result for config test config.qtbase_corelib.tests.renameat2
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/renameat2 && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/renameat2
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/renameat2 && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o renameat2 main.o
test config.qtbase_corelib.tests.renameat2 succeeded
looking for library slog2
loaded result for library config.qtbase_corelib.libraries.slog2
Trying source 0 (type inline) of library slog2 ...
None of [libslog2.so libslog2.a] found in [] and global paths.
=> source produced no result.
test config.qtbase_corelib.libraries.slog2 FAILED
executing config test statx
loaded result for config test config.qtbase_corelib.tests.statx
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/statx && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/statx
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/statx && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o statx main.o
test config.qtbase_corelib.tests.statx succeeded
looking for library libatomic
loaded result for library config.qtbase_corelib.libraries.libatomic
Trying source 0 (type inline) of library libatomic ...
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/libatomic && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" 'QMAKE_USE += libatomic' 'QMAKE_LIBS_LIBATOMIC = ' /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/libatomic
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/libatomic && MAKEFLAGS= /usr/bin/make
@@ -479,7 +479,7 @@ Trying source 0 (type inline) of library libatomic ...
> g++ -Wl,-O1 -fuse-ld=gold -o libatomic main.o
=> source accepted.
test config.qtbase_corelib.libraries.libatomic succeeded
looking for library doubleconversion
loaded result for library config.qtbase_corelib.libraries.doubleconversion
Trying source 0 (type inline) of library doubleconversion ...
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/doubleconversion && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" 'QMAKE_USE += doubleconversion' 'QMAKE_LIBS_DOUBLECONVERSION = /usr/lib/x86_64-linux-gnu/libdouble-conversion.so' /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/doubleconversion
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/doubleconversion && MAKEFLAGS= /usr/bin/make
@@ -487,7 +487,7 @@ Trying source 0 (type inline) of library doubleconversion ...
> g++ -Wl,-O1 -fuse-ld=gold -o doubleconversion main.o /usr/lib/x86_64-linux-gnu/libdouble-conversion.so
=> source accepted.
test config.qtbase_corelib.libraries.doubleconversion succeeded
looking for library pcre2
loaded result for library config.qtbase_corelib.libraries.pcre2
Trying source 0 (type pkgConfig) of library pcre2 ...
+ /usr/bin/pkg-config --exists --silence-errors libpcre2-16
+ /usr/bin/pkg-config --modversion libpcre2-16
@@ -502,25 +502,25 @@ Trying source 0 (type pkgConfig) of library pcre2 ...
> g++ -Wl,-O1 -fuse-ld=gold -o pcre2 main.o /usr/lib/x86_64-linux-gnu/libpcre2-16.so
=> source accepted.
test config.qtbase_corelib.libraries.pcre2 succeeded
executing config test cloexec
loaded result for config test config.qtbase_corelib.tests.cloexec
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/cloexec && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/cloexec
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/cloexec && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,--fatal-warnings -Wl,-O1 -fuse-ld=gold -o cloexec main.o
test config.qtbase_corelib.tests.cloexec succeeded
executing config test cxx11_random
loaded result for config test config.qtbase_corelib.tests.cxx11_random
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/cxx11_random && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/cxx11_random
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/cxx11_random && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o cxx11_random main.o
test config.qtbase_corelib.tests.cxx11_random succeeded
executing config test atomicfptr
loaded result for config test config.qtbase_corelib.tests.atomicfptr
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/atomicfptr && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/atomicfptr
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/atomicfptr && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -std=gnu++11 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o atomicfptr main.o
test config.qtbase_corelib.tests.atomicfptr succeeded
looking for library openssl_headers
loaded result for library config.qtbase_network.libraries.openssl_headers
Trying source 0 (type inline) of library openssl_headers ...
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/openssl_headers && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" 'QMAKE_USE += openssl_headers' 'QMAKE_LIBS_OPENSSL_HEADERS = ' /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/openssl_headers
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/openssl_headers && MAKEFLAGS= /usr/bin/make
@@ -528,7 +528,7 @@ Trying source 0 (type inline) of library openssl_headers ...
> g++ -Wl,-O1 -fuse-ld=gold -o openssl_headers main.o
=> source accepted.
test config.qtbase_network.libraries.openssl_headers succeeded
executing config test dtls
loaded result for config test config.qtbase_network.tests.dtls
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/dtls && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" 'QMAKE_USE += openssl_headers' 'QMAKE_LIBS_OPENSSL_HEADERS = ' /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/dtls
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/dtls && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
@@ -536,31 +536,31 @@ executing config test dtls
test config.qtbase_network.tests.dtls succeeded
Trying source 0 (type makeSpec) of library network ...
=> source accepted.
executing config test getifaddrs
loaded result for config test config.qtbase_network.tests.getifaddrs
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/getifaddrs && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" 'QMAKE_USE += network' 'QMAKE_LIBS_NETWORK = ' /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/getifaddrs
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/getifaddrs && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o getifaddrs main.o
test config.qtbase_network.tests.getifaddrs succeeded
executing config test ipv6ifname
loaded result for config test config.qtbase_network.tests.ipv6ifname
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/ipv6ifname && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" 'QMAKE_USE += network' 'QMAKE_LIBS_NETWORK = ' /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/ipv6ifname
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/ipv6ifname && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o ipv6ifname main.o
test config.qtbase_network.tests.ipv6ifname succeeded
executing config test linux-netlink
loaded result for config test config.qtbase_network.tests.linux-netlink
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/linux-netlink && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/linux-netlink
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/linux-netlink && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o linux-netlink main.o
test config.qtbase_network.tests.linux-netlink succeeded
executing config test openssl11
loaded result for config test config.qtbase_network.tests.openssl11
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/openssl11 && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" 'QMAKE_USE += openssl_headers' 'QMAKE_LIBS_OPENSSL_HEADERS = ' /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/openssl11
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/openssl11 && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o openssl11 main.o
test config.qtbase_network.tests.openssl11 succeeded
looking for library xkbcommon
loaded result for library config.qtbase_gui.libraries.xkbcommon
Trying source 0 (type pkgConfig) of library xkbcommon ...
+ /usr/bin/pkg-config --exists --silence-errors xkbcommon '>=' 0.5.0
+ /usr/bin/pkg-config --modversion xkbcommon '>=' 0.5.0
@@ -575,7 +575,7 @@ Trying source 0 (type pkgConfig) of library xkbcommon ...
> g++ -Wl,-O1 -fuse-ld=gold -o xkbcommon main.o /usr/lib/x86_64-linux-gnu/libxkbcommon.so
=> source accepted.
test config.qtbase_gui.libraries.xkbcommon succeeded
looking for library xcb
loaded result for library config.qtbase_gui.libraries.xcb
Trying source 0 (type pkgConfig) of library xcb ...
+ /usr/bin/pkg-config --exists --silence-errors xcb '>=' 1.9
+ /usr/bin/pkg-config --modversion xcb '>=' 1.9
@@ -590,7 +590,7 @@ Trying source 0 (type pkgConfig) of library xcb ...
> g++ -Wl,-O1 -fuse-ld=gold -o xcb main.o /usr/lib/x86_64-linux-gnu/libxcb.so
=> source accepted.
test config.qtbase_gui.libraries.xcb succeeded
looking for library atspi
loaded result for library config.qtbase_gui.libraries.atspi
Trying source 0 (type pkgConfig) of library atspi ...
+ /usr/bin/pkg-config --exists --silence-errors atspi-2
+ /usr/bin/pkg-config --modversion atspi-2
@@ -602,7 +602,7 @@ Trying source 0 (type pkgConfig) of library atspi ...
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
=> source accepted.
test config.qtbase_gui.libraries.atspi succeeded
looking for library opengl
loaded result for library config.qtbase_gui.libraries.opengl
Trying source 0 (type pkgConfig) of library opengl ...
+ /usr/bin/pkg-config --exists --silence-errors gl
+ /usr/bin/pkg-config --modversion gl
@@ -619,7 +619,7 @@ header entry 'config.qtbase_gui.libraries.opengl.headers.0' passed condition.
> g++ -Wl,-O1 -fuse-ld=gold -o opengl main.o /usr/lib/x86_64-linux-gnu/libGL.so
=> source accepted.
test config.qtbase_gui.libraries.opengl succeeded
looking for library drm
loaded result for library config.qtbase_gui.libraries.drm
Trying source 0 (type pkgConfig) of library drm ...
+ /usr/bin/pkg-config --exists --silence-errors libdrm
+ /usr/bin/pkg-config --modversion libdrm
@@ -635,13 +635,13 @@ Trying source 0 (type pkgConfig) of library drm ...
> g++ -Wl,-O1 -fuse-ld=gold -o drm main.o /usr/lib/x86_64-linux-gnu/libdrm.so
=> source accepted.
test config.qtbase_gui.libraries.drm succeeded
executing config test drm_atomic
loaded result for config test config.qtbase_gui.tests.drm_atomic
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/drm_atomic && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" 'QMAKE_USE += drm' 'QMAKE_LIBS_DRM = /usr/lib/x86_64-linux-gnu/libdrm.so' 'QMAKE_INCDIR_DRM = /usr/include/libdrm' /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/drm_atomic
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/drm_atomic && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -isystem /usr/include/libdrm -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o drm_atomic main.o /usr/lib/x86_64-linux-gnu/libdrm.so
test config.qtbase_gui.tests.drm_atomic succeeded
looking for library egl
loaded result for library config.qtbase_gui.libraries.egl
Trying source 0 (type pkgConfig) of library egl ...
+ /usr/bin/pkg-config --exists --silence-errors egl
+ /usr/bin/pkg-config --modversion egl
@@ -656,7 +656,7 @@ Trying source 0 (type pkgConfig) of library egl ...
> g++ -Wl,-O1 -fuse-ld=gold -o egl main.o /usr/lib/x86_64-linux-gnu/libEGL.so
=> source accepted.
test config.qtbase_gui.libraries.egl succeeded
looking for library xlib
loaded result for library config.qtbase_gui.libraries.xlib
Trying source 0 (type makeSpec) of library xlib ...
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/xlib && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" 'QMAKE_USE += xlib' 'QMAKE_LIBS_XLIB = /usr/lib/x86_64-linux-gnu/libXext.so /usr/lib/x86_64-linux-gnu/libX11.so /usr/lib/x86_64-linux-gnu/libm.so' /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/xlib
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/xlib && MAKEFLAGS= /usr/bin/make
@@ -664,7 +664,7 @@ Trying source 0 (type makeSpec) of library xlib ...
> g++ -Wl,-O1 -fuse-ld=gold -o xlib main.o /usr/lib/x86_64-linux-gnu/libXext.so /usr/lib/x86_64-linux-gnu/libX11.so /usr/lib/x86_64-linux-gnu/libm.so
=> source accepted.
test config.qtbase_gui.libraries.xlib succeeded
executing config test egl-x11
loaded result for config test config.qtbase_gui.tests.egl-x11
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/egl-x11 && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" 'QMAKE_USE += egl xlib' 'QMAKE_LIBS_XLIB = /usr/lib/x86_64-linux-gnu/libXext.so /usr/lib/x86_64-linux-gnu/libX11.so /usr/lib/x86_64-linux-gnu/libm.so' 'QMAKE_LIBS_EGL = /usr/lib/x86_64-linux-gnu/libEGL.so' /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/egl-x11
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/egl-x11 && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
@@ -673,13 +673,13 @@ test config.qtbase_gui.tests.egl-x11 succeeded
Trying source 0 (type makeSpec) of library bcm_host ...
bcm_host.h not found in [] and global paths.
=> source produced no result.
executing config test egl-egldevice
loaded result for config test config.qtbase_gui.tests.egl-egldevice
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/egl-egldevice && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" 'QMAKE_USE += egl' 'QMAKE_LIBS_EGL = /usr/lib/x86_64-linux-gnu/libEGL.so' /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/egl-egldevice
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/egl-egldevice && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o egl-egldevice main.o /usr/lib/x86_64-linux-gnu/libEGL.so
test config.qtbase_gui.tests.egl-egldevice succeeded
looking for library gbm
loaded result for library config.qtbase_gui.libraries.gbm
Trying source 0 (type pkgConfig) of library gbm ...
+ /usr/bin/pkg-config --exists --silence-errors gbm
+ /usr/bin/pkg-config --modversion gbm
@@ -694,7 +694,7 @@ Trying source 0 (type pkgConfig) of library gbm ...
> g++ -Wl,-O1 -fuse-ld=gold -o gbm main.o /usr/lib/x86_64-linux-gnu/libgbm.so
=> source accepted.
test config.qtbase_gui.libraries.gbm succeeded
executing config test egl-mali
loaded result for config test config.qtbase_gui.tests.egl-mali
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/egl-mali && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" 'QMAKE_USE += egl' 'QMAKE_LIBS_EGL = /usr/lib/x86_64-linux-gnu/libEGL.so' /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/egl-mali
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/egl-mali && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
@@ -704,7 +704,7 @@ executing config test egl-mali
> compilation terminated.
> make: *** [Makefile:173: main.o] Error 1
test config.qtbase_gui.tests.egl-mali FAILED
executing config test egl-mali-2
loaded result for config test config.qtbase_gui.tests.egl-mali-2
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/egl-mali-2 && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" 'QMAKE_USE += egl' 'QMAKE_LIBS_EGL = /usr/lib/x86_64-linux-gnu/libEGL.so' /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/egl-mali-2
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/egl-mali-2 && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
@@ -717,7 +717,7 @@ executing config test egl-mali-2
> | ^
> make: *** [Makefile:173: main.o] Error 1
test config.qtbase_gui.tests.egl-mali-2 FAILED
executing config test egl-viv
loaded result for config test config.qtbase_gui.tests.egl-viv
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/egl-viv && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" 'QMAKE_USE += egl' 'QMAKE_LIBS_EGL = /usr/lib/x86_64-linux-gnu/libEGL.so' /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/egl-viv
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/egl-viv && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -DEGL_API_FB=1 -DLINUX=1 -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
@@ -727,7 +727,7 @@ executing config test egl-viv
> compilation terminated.
> make: *** [Makefile:173: main.o] Error 1
test config.qtbase_gui.tests.egl-viv FAILED
looking for library xcb_xlib
loaded result for library config.qtbase_gui.libraries.xcb_xlib
Trying source 0 (type pkgConfig) of library xcb_xlib ...
+ /usr/bin/pkg-config --exists --silence-errors x11-xcb
+ /usr/bin/pkg-config --modversion x11-xcb
@@ -742,13 +742,13 @@ Trying source 0 (type pkgConfig) of library xcb_xlib ...
> g++ -Wl,-O1 -fuse-ld=gold -o xcb_xlib main.o /usr/lib/x86_64-linux-gnu/libX11-xcb.so /usr/lib/x86_64-linux-gnu/libxcb.so /usr/lib/x86_64-linux-gnu/libXext.so /usr/lib/x86_64-linux-gnu/libX11.so /usr/lib/x86_64-linux-gnu/libm.so
=> source accepted.
test config.qtbase_gui.libraries.xcb_xlib succeeded
executing config test evdev
loaded result for config test config.qtbase_gui.tests.evdev
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/evdev && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/evdev
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/evdev && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o evdev main.o
test config.qtbase_gui.tests.evdev succeeded
looking for library freetype
loaded result for library config.qtbase_gui.libraries.freetype
Trying source 0 (type pkgConfig) of library freetype ...
+ /usr/bin/pkg-config --exists --silence-errors freetype2
+ /usr/bin/pkg-config --modversion freetype2
@@ -764,7 +764,7 @@ Trying source 0 (type pkgConfig) of library freetype ...
> g++ -Wl,-O1 -fuse-ld=gold -o freetype main.o /usr/lib/x86_64-linux-gnu/libfreetype.so /usr/lib/x86_64-linux-gnu/libz.so
=> source accepted.
test config.qtbase_gui.libraries.freetype succeeded
looking for library fontconfig
loaded result for library config.qtbase_gui.libraries.fontconfig
Trying source 0 (type pkgConfig) of library fontconfig ...
+ /usr/bin/pkg-config --exists --silence-errors fontconfig
+ /usr/bin/pkg-config --modversion fontconfig
@@ -780,7 +780,7 @@ Trying source 0 (type pkgConfig) of library fontconfig ...
> g++ -Wl,-O1 -fuse-ld=gold -o fontconfig main.o /usr/lib/x86_64-linux-gnu/libfontconfig.so /usr/lib/x86_64-linux-gnu/libfreetype.so /usr/lib/x86_64-linux-gnu/libz.so
=> source accepted.
test config.qtbase_gui.libraries.fontconfig succeeded
looking for library libinput
loaded result for library config.qtbase_gui.libraries.libinput
Trying source 0 (type pkgConfig) of library libinput ...
+ /usr/bin/pkg-config --exists --silence-errors libinput
+ /usr/bin/pkg-config --modversion libinput
@@ -795,19 +795,19 @@ Trying source 0 (type pkgConfig) of library libinput ...
> g++ -Wl,-O1 -fuse-ld=gold -o libinput main.o /usr/lib/x86_64-linux-gnu/libinput.so
=> source accepted.
test config.qtbase_gui.libraries.libinput succeeded
executing config test libinput_axis_api
loaded result for config test config.qtbase_gui.tests.libinput_axis_api
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/libinput_axis_api && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" 'QMAKE_USE += libinput' 'QMAKE_LIBS_LIBINPUT = /usr/lib/x86_64-linux-gnu/libinput.so' /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/libinput_axis_api
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/libinput_axis_api && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o libinput_axis_api main.o /usr/lib/x86_64-linux-gnu/libinput.so
test config.qtbase_gui.tests.libinput_axis_api succeeded
executing config test linuxfb
loaded result for config test config.qtbase_gui.tests.linuxfb
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/linuxfb && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/linuxfb
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/linuxfb && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o linuxfb main.o
test config.qtbase_gui.tests.linuxfb succeeded
looking for library mtdev
loaded result for library config.qtbase_gui.libraries.mtdev
Trying source 0 (type pkgConfig) of library mtdev ...
+ /usr/bin/pkg-config --exists --silence-errors mtdev
+ /usr/bin/pkg-config --modversion mtdev
@@ -822,7 +822,7 @@ Trying source 0 (type pkgConfig) of library mtdev ...
> g++ -Wl,-O1 -fuse-ld=gold -o mtdev main.o /usr/lib/x86_64-linux-gnu/libmtdev.so
=> source accepted.
test config.qtbase_gui.libraries.mtdev succeeded
looking for library openvg
loaded result for library config.qtbase_gui.libraries.openvg
Trying source 0 (type pkgConfig) of library openvg ...
+ /usr/bin/pkg-config --exists --silence-errors vg
pkg-config did not find package.
@@ -831,9 +831,9 @@ Trying source 1 (type makeSpec) of library openvg ...
None of [libOpenVG.so libOpenVG.a] found in [] and global paths.
=> source produced no result.
test config.qtbase_gui.libraries.openvg FAILED
executing config test qpa_default_platform
loaded result for config test config.qtbase_gui.tests.qpa_default_platform
test config.qtbase_gui.tests.qpa_default_platform gave result xcb
looking for library harfbuzz
loaded result for library config.qtbase_gui.libraries.harfbuzz
Trying source 0 (type inline) of library harfbuzz ...
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/harfbuzz && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" 'QMAKE_USE += harfbuzz' 'QMAKE_LIBS_HARFBUZZ = /usr/lib/x86_64-linux-gnu/libharfbuzz.so' /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/harfbuzz
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/harfbuzz && MAKEFLAGS= /usr/bin/make
@@ -841,7 +841,7 @@ Trying source 0 (type inline) of library harfbuzz ...
> g++ -Wl,-O1 -fuse-ld=gold -o harfbuzz main.o /usr/lib/x86_64-linux-gnu/libharfbuzz.so
=> source accepted.
test config.qtbase_gui.libraries.harfbuzz succeeded
looking for library libjpeg
loaded result for library config.qtbase_gui.libraries.libjpeg
Trying source 0 (type inline) of library libjpeg ...
=> source failed condition 'config.msvc'.
Trying source 1 (type inline) of library libjpeg ...
@@ -851,7 +851,7 @@ Trying source 1 (type inline) of library libjpeg ...
> g++ -Wl,-O1 -fuse-ld=gold -o libjpeg main.o /usr/lib/x86_64-linux-gnu/libjpeg.so
=> source accepted.
test config.qtbase_gui.libraries.libjpeg succeeded
looking for library libpng
loaded result for library config.qtbase_gui.libraries.libpng
Trying source 0 (type pkgConfig) of library libpng ...
+ /usr/bin/pkg-config --exists --silence-errors libpng
+ /usr/bin/pkg-config --modversion libpng
@@ -867,7 +867,7 @@ Trying source 0 (type pkgConfig) of library libpng ...
> g++ -Wl,-O1 -fuse-ld=gold -o libpng main.o /usr/lib/x86_64-linux-gnu/libpng16.so /usr/lib/x86_64-linux-gnu/libz.so
=> source accepted.
test config.qtbase_gui.libraries.libpng succeeded
looking for library xcb_icccm
loaded result for library config.qtbase_gui.libraries.xcb_icccm
Trying source 0 (type pkgConfig) of library xcb_icccm ...
+ /usr/bin/pkg-config --exists --silence-errors xcb-icccm '>=' 0.3.9
+ /usr/bin/pkg-config --modversion xcb-icccm '>=' 0.3.9
@@ -878,7 +878,7 @@ Trying source 0 (type pkgConfig) of library xcb_icccm ...
+ /usr/bin/pkg-config --cflags xcb-icccm '>=' 0.3.9
=> source accepted.
test config.qtbase_gui.libraries.xcb_icccm succeeded
looking for library xcb_shm
loaded result for library config.qtbase_gui.libraries.xcb_shm
Trying source 0 (type pkgConfig) of library xcb_shm ...
+ /usr/bin/pkg-config --exists --silence-errors xcb-shm
+ /usr/bin/pkg-config --modversion xcb-shm
@@ -889,7 +889,7 @@ Trying source 0 (type pkgConfig) of library xcb_shm ...
+ /usr/bin/pkg-config --cflags xcb-shm
=> source accepted.
test config.qtbase_gui.libraries.xcb_shm succeeded
looking for library xcb_image
loaded result for library config.qtbase_gui.libraries.xcb_image
Trying source 0 (type pkgConfig) of library xcb_image ...
+ /usr/bin/pkg-config --exists --silence-errors xcb-image '>=' 0.3.9
+ /usr/bin/pkg-config --modversion xcb-image '>=' 0.3.9
@@ -900,7 +900,7 @@ Trying source 0 (type pkgConfig) of library xcb_image ...
+ /usr/bin/pkg-config --cflags xcb-image '>=' 0.3.9
=> source accepted.
test config.qtbase_gui.libraries.xcb_image succeeded
looking for library xcb_keysyms
loaded result for library config.qtbase_gui.libraries.xcb_keysyms
Trying source 0 (type pkgConfig) of library xcb_keysyms ...
+ /usr/bin/pkg-config --exists --silence-errors xcb-keysyms '>=' 0.3.9
+ /usr/bin/pkg-config --modversion xcb-keysyms '>=' 0.3.9
@@ -911,7 +911,7 @@ Trying source 0 (type pkgConfig) of library xcb_keysyms ...
+ /usr/bin/pkg-config --cflags xcb-keysyms '>=' 0.3.9
=> source accepted.
test config.qtbase_gui.libraries.xcb_keysyms succeeded
looking for library xcb_randr
loaded result for library config.qtbase_gui.libraries.xcb_randr
Trying source 0 (type pkgConfig) of library xcb_randr ...
+ /usr/bin/pkg-config --exists --silence-errors xcb-randr
+ /usr/bin/pkg-config --modversion xcb-randr
@@ -922,7 +922,7 @@ Trying source 0 (type pkgConfig) of library xcb_randr ...
+ /usr/bin/pkg-config --cflags xcb-randr
=> source accepted.
test config.qtbase_gui.libraries.xcb_randr succeeded
looking for library xcb_render
loaded result for library config.qtbase_gui.libraries.xcb_render
Trying source 0 (type pkgConfig) of library xcb_render ...
+ /usr/bin/pkg-config --exists --silence-errors xcb-render
+ /usr/bin/pkg-config --modversion xcb-render
@@ -933,7 +933,7 @@ Trying source 0 (type pkgConfig) of library xcb_render ...
+ /usr/bin/pkg-config --cflags xcb-render
=> source accepted.
test config.qtbase_gui.libraries.xcb_render succeeded
looking for library xcb_renderutil
loaded result for library config.qtbase_gui.libraries.xcb_renderutil
Trying source 0 (type pkgConfig) of library xcb_renderutil ...
+ /usr/bin/pkg-config --exists --silence-errors xcb-renderutil '>=' 0.3.9
+ /usr/bin/pkg-config --modversion xcb-renderutil '>=' 0.3.9
@@ -944,7 +944,7 @@ Trying source 0 (type pkgConfig) of library xcb_renderutil ...
+ /usr/bin/pkg-config --cflags xcb-renderutil '>=' 0.3.9
=> source accepted.
test config.qtbase_gui.libraries.xcb_renderutil succeeded
looking for library xcb_shape
loaded result for library config.qtbase_gui.libraries.xcb_shape
Trying source 0 (type pkgConfig) of library xcb_shape ...
+ /usr/bin/pkg-config --exists --silence-errors xcb-shape
+ /usr/bin/pkg-config --modversion xcb-shape
@@ -955,7 +955,7 @@ Trying source 0 (type pkgConfig) of library xcb_shape ...
+ /usr/bin/pkg-config --cflags xcb-shape
=> source accepted.
test config.qtbase_gui.libraries.xcb_shape succeeded
looking for library xcb_sync
loaded result for library config.qtbase_gui.libraries.xcb_sync
Trying source 0 (type pkgConfig) of library xcb_sync ...
+ /usr/bin/pkg-config --exists --silence-errors xcb-sync
+ /usr/bin/pkg-config --modversion xcb-sync
@@ -966,7 +966,7 @@ Trying source 0 (type pkgConfig) of library xcb_sync ...
+ /usr/bin/pkg-config --cflags xcb-sync
=> source accepted.
test config.qtbase_gui.libraries.xcb_sync succeeded
looking for library xcb_xfixes
loaded result for library config.qtbase_gui.libraries.xcb_xfixes
Trying source 0 (type pkgConfig) of library xcb_xfixes ...
+ /usr/bin/pkg-config --exists --silence-errors xcb-xfixes
+ /usr/bin/pkg-config --modversion xcb-xfixes
@@ -977,7 +977,7 @@ Trying source 0 (type pkgConfig) of library xcb_xfixes ...
+ /usr/bin/pkg-config --cflags xcb-xfixes
=> source accepted.
test config.qtbase_gui.libraries.xcb_xfixes succeeded
looking for library xcb_xinerama
loaded result for library config.qtbase_gui.libraries.xcb_xinerama
Trying source 0 (type pkgConfig) of library xcb_xinerama ...
+ /usr/bin/pkg-config --exists --silence-errors xcb-xinerama
+ /usr/bin/pkg-config --modversion xcb-xinerama
@@ -988,18 +988,18 @@ Trying source 0 (type pkgConfig) of library xcb_xinerama ...
+ /usr/bin/pkg-config --cflags xcb-xinerama
=> source accepted.
test config.qtbase_gui.libraries.xcb_xinerama succeeded
executing config test xcb_syslibs
loaded result for config test config.qtbase_gui.tests.xcb_syslibs
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/xcb_syslibs && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" 'QMAKE_USE += xcb_icccm xcb_image xcb_keysyms xcb_randr xcb_render xcb_renderutil xcb_shape xcb_shm xcb_sync xcb_xfixes xcb_xinerama xcb' 'QMAKE_LIBS_XCB = /usr/lib/x86_64-linux-gnu/libxcb.so' 'QMAKE_LIBS_XCB_XINERAMA = /usr/lib/x86_64-linux-gnu/libxcb-xinerama.so' 'QMAKE_DEPENDS_XCB_XINERAMA_CC = XCB' 'QMAKE_DEPENDS_XCB_XINERAMA_LD = XCB' 'QMAKE_LIBS_XCB_XFIXES = /usr/lib/x86_64-linux-gnu/libxcb-xfixes.so' 'QMAKE_DEPENDS_XCB_XFIXES_CC = XCB' 'QMAKE_DEPENDS_XCB_XFIXES_LD = XCB' 'QMAKE_LIBS_XCB_SYNC = /usr/lib/x86_64-linux-gnu/libxcb-sync.so' 'QMAKE_DEPENDS_XCB_SYNC_CC = XCB' 'QMAKE_DEPENDS_XCB_SYNC_LD = XCB' 'QMAKE_LIBS_XCB_SHM = /usr/lib/x86_64-linux-gnu/libxcb-shm.so' 'QMAKE_DEPENDS_XCB_SHM_CC = XCB' 'QMAKE_DEPENDS_XCB_SHM_LD = XCB' 'QMAKE_LIBS_XCB_SHAPE = /usr/lib/x86_64-linux-gnu/libxcb-shape.so' 'QMAKE_DEPENDS_XCB_SHAPE_CC = XCB' 'QMAKE_DEPENDS_XCB_SHAPE_LD = XCB' 'QMAKE_LIBS_XCB_RENDERUTIL = /usr/lib/x86_64-linux-gnu/libxcb-render-util.so' 'QMAKE_DEPENDS_XCB_RENDERUTIL_CC = XCB XCB_RENDER' 'QMAKE_DEPENDS_XCB_RENDERUTIL_LD = XCB XCB_RENDER' 'QMAKE_LIBS_XCB_RENDER = /usr/lib/x86_64-linux-gnu/libxcb-render.so' 'QMAKE_DEPENDS_XCB_RENDER_CC = XCB' 'QMAKE_DEPENDS_XCB_RENDER_LD = XCB' 'QMAKE_LIBS_XCB_RANDR = /usr/lib/x86_64-linux-gnu/libxcb-randr.so' 'QMAKE_DEPENDS_XCB_RANDR_CC = XCB' 'QMAKE_DEPENDS_XCB_RANDR_LD = XCB' 'QMAKE_LIBS_XCB_KEYSYMS = /usr/lib/x86_64-linux-gnu/libxcb-keysyms.so' 'QMAKE_DEPENDS_XCB_KEYSYMS_CC = XCB' 'QMAKE_DEPENDS_XCB_KEYSYMS_LD = XCB' 'QMAKE_LIBS_XCB_IMAGE = /usr/lib/x86_64-linux-gnu/libxcb-image.so' 'QMAKE_DEPENDS_XCB_IMAGE_CC = XCB_SHM XCB' 'QMAKE_DEPENDS_XCB_IMAGE_LD = XCB_SHM XCB' 'QMAKE_LIBS_XCB_ICCCM = /usr/lib/x86_64-linux-gnu/libxcb-icccm.so' 'QMAKE_DEPENDS_XCB_ICCCM_CC = XCB' 'QMAKE_DEPENDS_XCB_ICCCM_LD = XCB' /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/xcb_syslibs
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/xcb_syslibs && MAKEFLAGS= /usr/bin/make
> g++ -c -pipe -O2 -w -fPIC -I. -I/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -fuse-ld=gold -o xcb_syslibs main.o /usr/lib/x86_64-linux-gnu/libxcb-icccm.so /usr/lib/x86_64-linux-gnu/libxcb-image.so /usr/lib/x86_64-linux-gnu/libxcb-shm.so /usr/lib/x86_64-linux-gnu/libxcb-keysyms.so /usr/lib/x86_64-linux-gnu/libxcb-randr.so /usr/lib/x86_64-linux-gnu/libxcb-render-util.so /usr/lib/x86_64-linux-gnu/libxcb-render.so /usr/lib/x86_64-linux-gnu/libxcb-shape.so /usr/lib/x86_64-linux-gnu/libxcb-sync.so /usr/lib/x86_64-linux-gnu/libxcb-xfixes.so /usr/lib/x86_64-linux-gnu/libxcb-xinerama.so /usr/lib/x86_64-linux-gnu/libxcb.so
test config.qtbase_gui.tests.xcb_syslibs succeeded
looking for library tslib
loaded result for library config.qtbase_gui.libraries.tslib
Trying source 0 (type inline) of library tslib ...
None of [libts.so libts.a] found in [] and global paths.
=> source produced no result.
test config.qtbase_gui.libraries.tslib FAILED
looking for library vulkan
loaded result for library config.qtbase_gui.libraries.vulkan
Trying source 0 (type pkgConfig) of library vulkan ...
+ /usr/bin/pkg-config --exists --silence-errors vulkan
+ /usr/bin/pkg-config --modversion vulkan
@@ -1014,12 +1014,12 @@ Trying source 0 (type pkgConfig) of library vulkan ...
> g++ -Wl,-O1 -fuse-ld=gold -o vulkan main.o /usr/lib/x86_64-linux-gnu/libvulkan.so
=> source accepted.
test config.qtbase_gui.libraries.vulkan succeeded
executing config test x11prefix
loaded result for config test config.qtbase_gui.tests.x11prefix
+ /usr/bin/pkg-config --exists --silence-errors x11
+ /usr/bin/pkg-config --variable=prefix x11
> /usr
test config.qtbase_gui.tests.x11prefix gave result /usr
looking for library xcb_glx
loaded result for library config.qtbase_gui.libraries.xcb_glx
Trying source 0 (type pkgConfig) of library xcb_glx ...
+ /usr/bin/pkg-config --exists --silence-errors xcb-glx
+ /usr/bin/pkg-config --modversion xcb-glx
@@ -1034,7 +1034,7 @@ Trying source 0 (type pkgConfig) of library xcb_glx ...
> g++ -Wl,-O1 -fuse-ld=gold -o xcb_glx main.o /usr/lib/x86_64-linux-gnu/libxcb-glx.so /usr/lib/x86_64-linux-gnu/libxcb.so
=> source accepted.
test config.qtbase_gui.libraries.xcb_glx succeeded
looking for library xrender
loaded result for library config.qtbase_gui.libraries.xrender
Trying source 0 (type inline) of library xrender ...
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/xrender && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" 'QMAKE_USE += xrender' 'QMAKE_LIBS_XRENDER = /usr/lib/x86_64-linux-gnu/libXrender.so' 'QMAKE_DEPENDS_XRENDER_CC = XLIB' 'QMAKE_DEPENDS_XRENDER_LD = XLIB' 'QMAKE_LIBS_XLIB = /usr/lib/x86_64-linux-gnu/libXext.so /usr/lib/x86_64-linux-gnu/libX11.so /usr/lib/x86_64-linux-gnu/libm.so' /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/xrender
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/xrender && MAKEFLAGS= /usr/bin/make
@@ -1042,7 +1042,7 @@ Trying source 0 (type inline) of library xrender ...
> g++ -Wl,-O1 -fuse-ld=gold -o xrender main.o /usr/lib/x86_64-linux-gnu/libXrender.so /usr/lib/x86_64-linux-gnu/libXext.so /usr/lib/x86_64-linux-gnu/libX11.so /usr/lib/x86_64-linux-gnu/libm.so
=> source accepted.
test config.qtbase_gui.libraries.xrender succeeded
looking for library x11sm
loaded result for library config.qtbase_gui.libraries.x11sm
Trying source 0 (type pkgConfig) of library x11sm ...
+ /usr/bin/pkg-config --exists --silence-errors sm ice
+ /usr/bin/pkg-config --modversion sm ice
@@ -1054,7 +1054,7 @@ Trying source 0 (type pkgConfig) of library x11sm ...
+ /usr/bin/pkg-config --cflags sm ice
=> source accepted.
test config.qtbase_gui.libraries.x11sm succeeded
looking for library xcb_xinput
loaded result for library config.qtbase_gui.libraries.xcb_xinput
Trying source 0 (type pkgConfig) of library xcb_xinput ...
+ /usr/bin/pkg-config --exists --silence-errors xcb-xinput '>=' 1.12
+ /usr/bin/pkg-config --modversion xcb-xinput '>=' 1.12
@@ -1069,7 +1069,7 @@ Trying source 0 (type pkgConfig) of library xcb_xinput ...
> g++ -Wl,-O1 -fuse-ld=gold -o xcb_xinput main.o /usr/lib/x86_64-linux-gnu/libxcb-xinput.so /usr/lib/x86_64-linux-gnu/libxcb.so
=> source accepted.
test config.qtbase_gui.libraries.xcb_xinput succeeded
looking for library xcb_xkb
loaded result for library config.qtbase_gui.libraries.xcb_xkb
Trying source 0 (type pkgConfig) of library xcb_xkb ...
+ /usr/bin/pkg-config --exists --silence-errors xcb-xkb '>=' 1.10
+ /usr/bin/pkg-config --modversion xcb-xkb '>=' 1.10
@@ -1084,7 +1084,7 @@ Trying source 0 (type pkgConfig) of library xcb_xkb ...
> g++ -Wl,-O1 -fuse-ld=gold -o xcb_xkb main.o /usr/lib/x86_64-linux-gnu/libxcb-xkb.so /usr/lib/x86_64-linux-gnu/libxcb.so
=> source accepted.
test config.qtbase_gui.libraries.xcb_xkb succeeded
looking for library xkbcommon_x11
loaded result for library config.qtbase_gui.libraries.xkbcommon_x11
Trying source 0 (type pkgConfig) of library xkbcommon_x11 ...
+ /usr/bin/pkg-config --exists --silence-errors xkbcommon-x11
+ /usr/bin/pkg-config --modversion xkbcommon-x11
@@ -1099,7 +1099,7 @@ Trying source 0 (type pkgConfig) of library xkbcommon_x11 ...
> g++ -Wl,-O1 -fuse-ld=gold -o xkbcommon_x11 main.o /usr/lib/x86_64-linux-gnu/libxkbcommon-x11.so /usr/lib/x86_64-linux-gnu/libxkbcommon.so
=> source accepted.
test config.qtbase_gui.libraries.xkbcommon_x11 succeeded
looking for library gtk3
loaded result for library config.qtbase_widgets.libraries.gtk3
Trying source 0 (type pkgConfig) of library gtk3 ...
+ /usr/bin/pkg-config --exists --silence-errors gtk+-3.0 '>=' 3.6
+ /usr/bin/pkg-config --modversion gtk+-3.0 '>=' 3.6
@@ -1112,7 +1112,7 @@ Trying source 0 (type pkgConfig) of library gtk3 ...
Note: Dropped compiler flags '-pthread'.
=> source accepted.
test config.qtbase_widgets.libraries.gtk3 succeeded
looking for library cups
loaded result for library config.qtbase_printsupport.libraries.cups
Trying source 0 (type inline) of library cups ...
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/cups && /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" 'QMAKE_USE += cups' 'QMAKE_LIBS_CUPS = /usr/lib/x86_64-linux-gnu/libcups.so' /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/cups
+ cd /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/config.tests/cups && MAKEFLAGS= /usr/bin/make
@@ -1120,14 +1120,14 @@ Trying source 0 (type inline) of library cups ...
> g++ -Wl,-O1 -fuse-ld=gold -o cups main.o /usr/lib/x86_64-linux-gnu/libcups.so
=> source accepted.
test config.qtbase_printsupport.libraries.cups succeeded
looking for library db2
loaded result for library config.qtbase_sqldrivers.libraries.db2
Trying source 0 (type inline) of library db2 ...
=> source failed condition 'config.win32'.
Trying source 1 (type inline) of library db2 ...
None of [libdb2.so libdb2.a] found in [] and global paths.
=> source produced no result.
test config.qtbase_sqldrivers.libraries.db2 FAILED
looking for library ibase
loaded result for library config.qtbase_sqldrivers.libraries.ibase
Trying source 0 (type inline) of library ibase ...
=> source failed condition 'config.win32'.
Trying source 1 (type inline) of library ibase ...
@@ -1137,7 +1137,7 @@ Trying source 1 (type inline) of library ibase ...
> g++ -Wl,-O1 -fuse-ld=gold -o ibase main.o /usr/lib/x86_64-linux-gnu/libfbclient.so
=> source accepted.
test config.qtbase_sqldrivers.libraries.ibase succeeded
looking for library mysql
loaded result for library config.qtbase_sqldrivers.libraries.mysql
Trying source 0 (type mysqlConfig) of library mysql ...
+ /usr/bin/mysql_config --version
> 8.0.42
@@ -1151,14 +1151,14 @@ Trying source 0 (type mysqlConfig) of library mysql ...
> g++ -Wl,-O1 -fuse-ld=gold -o mysql main.o /usr/lib/x86_64-linux-gnu/libmysqlclient.so
=> source accepted.
test config.qtbase_sqldrivers.libraries.mysql succeeded
looking for library oci
loaded result for library config.qtbase_sqldrivers.libraries.oci
Trying source 0 (type inline) of library oci ...
=> source failed condition 'config.win32'.
Trying source 1 (type inline) of library oci ...
None of [libclntsh.so libclntsh.a] found in [] and global paths.
=> source produced no result.
test config.qtbase_sqldrivers.libraries.oci FAILED
looking for library odbc
loaded result for library config.qtbase_sqldrivers.libraries.odbc
Trying source 0 (type inline) of library odbc ...
=> source failed condition 'config.win32'.
Trying source 1 (type inline) of library odbc ...
@@ -1170,7 +1170,7 @@ Trying source 2 (type inline) of library odbc ...
> g++ -Wl,-O1 -fuse-ld=gold -o odbc main.o /usr/lib/x86_64-linux-gnu/libodbc.so
=> source accepted.
test config.qtbase_sqldrivers.libraries.odbc succeeded
looking for library psql
loaded result for library config.qtbase_sqldrivers.libraries.psql
Trying source 0 (type pkgConfig) of library psql ...
+ /usr/bin/pkg-config --exists --silence-errors libpq
+ /usr/bin/pkg-config --modversion libpq
@@ -1186,12 +1186,12 @@ Trying source 0 (type pkgConfig) of library psql ...
> g++ -Wl,-O1 -fuse-ld=gold -o psql main.o /usr/lib/x86_64-linux-gnu/libpq.so
=> source accepted.
test config.qtbase_sqldrivers.libraries.psql succeeded
looking for library sqlite2
loaded result for library config.qtbase_sqldrivers.libraries.sqlite2
Trying source 0 (type inline) of library sqlite2 ...
None of [libsqlite.so libsqlite.a] found in [] and global paths.
=> source produced no result.
test config.qtbase_sqldrivers.libraries.sqlite2 FAILED
looking for library tds
loaded result for library config.qtbase_sqldrivers.libraries.tds
Trying source 0 (type sybaseEnv) of library tds ...
=> source failed condition 'config.win32'.
Trying source 1 (type sybaseEnv) of library tds ...

View File

@@ -1,2 +1,4 @@
-opensource
-nomake
tests
-confirm-license
-opensource

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
SYNCQT.HEADER_FILES = accessible/qaccessible.h accessible/qaccessiblebridge.h accessible/qaccessibleobject.h accessible/qaccessibleplugin.h image/qbitmap.h image/qicon.h image/qiconengine.h image/qiconengineplugin.h image/qimage.h image/qimageiohandler.h image/qimagereader.h image/qimagewriter.h image/qmovie.h image/qpicture.h image/qpictureformatplugin.h image/qpixmap.h image/qpixmapcache.h itemmodels/qstandarditemmodel.h kernel/qclipboard.h kernel/qcursor.h kernel/qdrag.h kernel/qevent.h kernel/qgenericplugin.h kernel/qgenericpluginfactory.h kernel/qguiapplication.h kernel/qinputmethod.h kernel/qkeysequence.h kernel/qoffscreensurface.h kernel/qopenglcontext.h kernel/qopenglwindow.h kernel/qpaintdevicewindow.h kernel/qpalette.h kernel/qpixelformat.h kernel/qrasterwindow.h kernel/qscreen.h kernel/qsessionmanager.h kernel/qstylehints.h kernel/qsurface.h kernel/qsurfaceformat.h kernel/qtestsupport_gui.h kernel/qtguiglobal.h kernel/qtouchdevice.h kernel/qwindow.h kernel/qwindowdefs.h kernel/qwindowdefs_win.h math3d/qgenericmatrix.h math3d/qmatrix4x4.h math3d/qquaternion.h math3d/qvector2d.h math3d/qvector3d.h math3d/qvector4d.h opengl/qopengl.h opengl/qopenglbuffer.h opengl/qopengldebug.h opengl/qopengles2ext.h opengl/qopenglext.h opengl/qopenglextrafunctions.h opengl/qopenglframebufferobject.h opengl/qopenglfunctions.h opengl/qopenglfunctions_1_0.h opengl/qopenglfunctions_1_1.h opengl/qopenglfunctions_1_2.h opengl/qopenglfunctions_1_3.h opengl/qopenglfunctions_1_4.h opengl/qopenglfunctions_1_5.h opengl/qopenglfunctions_2_0.h opengl/qopenglfunctions_2_1.h opengl/qopenglfunctions_3_0.h opengl/qopenglfunctions_3_1.h opengl/qopenglfunctions_3_2_compatibility.h opengl/qopenglfunctions_3_2_core.h opengl/qopenglfunctions_3_3_compatibility.h opengl/qopenglfunctions_3_3_core.h opengl/qopenglfunctions_4_0_compatibility.h opengl/qopenglfunctions_4_0_core.h opengl/qopenglfunctions_4_1_compatibility.h opengl/qopenglfunctions_4_1_core.h opengl/qopenglfunctions_4_2_compatibility.h opengl/qopenglfunctions_4_2_core.h opengl/qopenglfunctions_4_3_compatibility.h opengl/qopenglfunctions_4_3_core.h opengl/qopenglfunctions_4_4_compatibility.h opengl/qopenglfunctions_4_4_core.h opengl/qopenglfunctions_4_5_compatibility.h opengl/qopenglfunctions_4_5_core.h opengl/qopenglfunctions_es2.h opengl/qopenglpaintdevice.h opengl/qopenglpixeltransferoptions.h opengl/qopenglshaderprogram.h opengl/qopengltexture.h opengl/qopengltextureblitter.h opengl/qopengltimerquery.h opengl/qopenglversionfunctions.h opengl/qopenglvertexarrayobject.h painting/qbackingstore.h painting/qbrush.h painting/qcolor.h painting/qmatrix.h painting/qpagedpaintdevice.h painting/qpagelayout.h painting/qpagesize.h painting/qpaintdevice.h painting/qpaintengine.h painting/qpainter.h painting/qpainterpath.h painting/qpdfwriter.h painting/qpen.h painting/qpolygon.h painting/qregion.h painting/qrgb.h painting/qrgba64.h painting/qtransform.h text/qabstracttextdocumentlayout.h text/qfont.h text/qfontdatabase.h text/qfontinfo.h text/qfontmetrics.h text/qglyphrun.h text/qrawfont.h text/qstatictext.h text/qsyntaxhighlighter.h text/qtextcursor.h text/qtextdocument.h text/qtextdocumentfragment.h text/qtextdocumentwriter.h text/qtextformat.h text/qtextlayout.h text/qtextlist.h text/qtextobject.h text/qtextoption.h text/qtexttable.h util/qdesktopservices.h util/qvalidator.h vulkan/qvulkaninstance.h vulkan/qvulkanwindow.h
SYNCQT.GENERATED_HEADER_FILES = QAccessible QAccessibleInterface QAccessibleTextInterface QAccessibleEditableTextInterface QAccessibleValueInterface QAccessibleTableCellInterface QAccessibleTableInterface QAccessibleActionInterface QAccessibleImageInterface QAccessibleEvent QAccessibleStateChangeEvent QAccessibleTextCursorEvent QAccessibleTextSelectionEvent QAccessibleTextInsertEvent QAccessibleTextRemoveEvent QAccessibleTextUpdateEvent QAccessibleValueChangeEvent QAccessibleTableModelChangeEvent QAccessibleBridge QAccessibleBridgePlugin QAccessibleObject QAccessibleApplication QAccessiblePlugin QBitmap QIcon QIconEngine QIconEngineV2 QIconEnginePlugin QImageTextKeyLang QImageCleanupFunction QImage QImageIOHandler QImageIOPlugin QImageReader QImageWriter QMovie QPicture QPictureIO QPictureFormatPlugin QPixmap QPixmapCache QStandardItem QStandardItemModel QClipboard QCursor QDrag QInputEvent QEnterEvent QMouseEvent QHoverEvent QWheelEvent QTabletEvent QNativeGestureEvent QKeyEvent QFocusEvent QPaintEvent QMoveEvent QExposeEvent QPlatformSurfaceEvent QResizeEvent QCloseEvent QIconDragEvent QShowEvent QHideEvent QContextMenuEvent QInputMethodEvent QInputMethodQueryEvent QDropEvent QDragMoveEvent QDragEnterEvent QDragLeaveEvent QHelpEvent QStatusTipEvent QWhatsThisClickedEvent QActionEvent QFileOpenEvent QToolBarChangeEvent QShortcutEvent QWindowStateChangeEvent QPointingDeviceUniqueId QList QTouchEvent QScrollPrepareEvent QScrollEvent QScreenOrientationChangeEvent QApplicationStateChangeEvent QtEvents QGenericPlugin QGenericPluginFactory QGuiApplication QInputMethod QKeySequence QOffscreenSurface QOpenGLVersionProfile QOpenGLContextGroup QOpenGLContext QOpenGLWindow QPaintDeviceWindow QPalette QPixelFormat QRasterWindow QScreen QSessionManager QStyleHints QSurface QSurfaceFormat QTouchDevice QWindow QWidgetList QWindowList QWidgetMapper QWidgetSet QGenericMatrix QMatrix2x2 QMatrix2x3 QMatrix2x4 QMatrix3x2 QMatrix3x3 QMatrix3x4 QMatrix4x2 QMatrix4x3 QMatrix4x4 QQuaternion QVector2D QVector3D QVector4D QOpenGLBuffer QOpenGLDebugMessage QOpenGLDebugLogger QOpenGLExtraFunctions QOpenGLExtraFunctionsPrivate QOpenGLFramebufferObject QOpenGLFramebufferObjectFormat QOpenGLFunctions QOpenGLFunctionsPrivate QOpenGLFunctions_1_0 QOpenGLFunctions_1_1 QOpenGLFunctions_1_2 QOpenGLFunctions_1_3 QOpenGLFunctions_1_4 QOpenGLFunctions_1_5 QOpenGLFunctions_2_0 QOpenGLFunctions_2_1 QOpenGLFunctions_3_0 QOpenGLFunctions_3_1 QOpenGLFunctions_3_2_Compatibility QOpenGLFunctions_3_2_Core QOpenGLFunctions_3_3_Compatibility QOpenGLFunctions_3_3_Core QOpenGLFunctions_4_0_Compatibility QOpenGLFunctions_4_0_Core QOpenGLFunctions_4_1_Compatibility QOpenGLFunctions_4_1_Core QOpenGLFunctions_4_2_Compatibility QOpenGLFunctions_4_2_Core QOpenGLFunctions_4_3_Compatibility QOpenGLFunctions_4_3_Core QOpenGLFunctions_4_4_Compatibility QOpenGLFunctions_4_4_Core QOpenGLFunctions_4_5_Compatibility QOpenGLFunctions_4_5_Core QOpenGLFunctions_ES2 QOpenGLPaintDevice QOpenGLPixelTransferOptions QOpenGLShader QOpenGLShaderProgram QOpenGLTexture QOpenGLTextureBlitter QOpenGLTimerQuery QOpenGLTimeMonitor QOpenGLVersionFunctions QOpenGLVertexArrayObject QBackingStore QBrush QBrushData QGradientStop QGradientStops QGradient QLinearGradient QRadialGradient QConicalGradient QColor QMatrix QPagedPaintDevice QPageLayout QPageSize QPaintDevice QTextItem QPaintEngine QPaintEngineState QPainter QPainterPath QPainterPathStroker QPdfWriter QPen QPolygon QPolygonF QRegion QRgb QRgba64 QTransform QAbstractTextDocumentLayout QTextObjectInterface QFont QFontDatabase QFontInfo QFontMetrics QFontMetricsF QGlyphRun QRawFont QStaticText QSyntaxHighlighter QTextCursor QAbstractUndoItem QTextDocument QTextDocumentFragment QTextDocumentWriter QTextLength QTextFormat QTextCharFormat QTextBlockFormat QTextListFormat QTextImageFormat QTextFrameFormat QTextTableFormat QTextTableCellFormat QTextInlineObject QTextLayout QTextLine QTextList QTextObject QTextBlockGroup QTextFrameLayoutData QTextFrame QTextBlockUserData QTextBlock QTextFragment QTextOption QTextTableCell QTextTable QDesktopServices QValidator QIntValidator QDoubleValidator QRegExpValidator QRegularExpressionValidator QVulkanLayer QVulkanExtension QVulkanInfoVector QVulkanInstance QVulkanWindowRenderer QVulkanWindow QGenericPluginFactory QGenericPlugin qtguiversion.h QtGuiVersion QtGui
SYNCQT.PRIVATE_HEADER_FILES = accessible/qaccessiblecache_p.h image/qbmphandler_p.h image/qicon_p.h image/qiconloader_p.h image/qimage_p.h image/qimagepixmapcleanuphooks_p.h image/qimagereaderwriterhelpers_p.h image/qpaintengine_pic_p.h image/qpicture_p.h image/qpixmap_blitter_p.h image/qpixmap_raster_p.h image/qpixmapcache_p.h image/qpnghandler_p.h image/qppmhandler_p.h image/qxbmhandler_p.h image/qxpmhandler_p.h itemmodels/qstandarditemmodel_p.h kernel/qcursor_p.h kernel/qdnd_p.h kernel/qevent_p.h kernel/qguiapplication_p.h kernel/qhighdpiscaling_p.h kernel/qinputdevicemanager_p.h kernel/qinputdevicemanager_p_p.h kernel/qinputmethod_p.h kernel/qinternalmimedata_p.h kernel/qkeymapper_p.h kernel/qkeysequence_p.h kernel/qopenglcontext_p.h kernel/qpaintdevicewindow_p.h kernel/qscreen_p.h kernel/qsessionmanager_p.h kernel/qshapedpixmapdndwindow_p.h kernel/qshortcutmap_p.h kernel/qsimpledrag_p.h kernel/qt_gui_pch.h kernel/qtguiglobal_p.h kernel/qtouchdevice_p.h kernel/qwindow_p.h opengl/qopengl2pexvertexarray_p.h opengl/qopengl_p.h opengl/qopenglcustomshaderstage_p.h opengl/qopenglengineshadermanager_p.h opengl/qopenglengineshadersource_p.h opengl/qopenglextensions_p.h opengl/qopenglframebufferobject_p.h opengl/qopenglgradientcache_p.h opengl/qopenglpaintdevice_p.h opengl/qopenglpaintengine_p.h opengl/qopenglprogrambinarycache_p.h opengl/qopenglqueryhelper_p.h opengl/qopenglshadercache_p.h opengl/qopengltexture_p.h opengl/qopengltexturecache_p.h opengl/qopengltextureglyphcache_p.h opengl/qopengltexturehelper_p.h opengl/qopengltextureuploader_p.h opengl/qopenglversionfunctionsfactory_p.h opengl/qopenglvertexarrayobject_p.h painting/qbezier_p.h painting/qblendfunctions_p.h painting/qblittable_p.h painting/qcolor_p.h painting/qcolorprofile_p.h painting/qcoregraphics_p.h painting/qcosmeticstroker_p.h painting/qcssutil_p.h painting/qdatabuffer_p.h painting/qdrawhelper_mips_dsp_p.h painting/qdrawhelper_neon_p.h painting/qdrawhelper_p.h painting/qdrawhelper_x86_p.h painting/qdrawingprimitive_sse2_p.h painting/qemulationpaintengine_p.h painting/qfixed_p.h painting/qgrayraster_p.h painting/qimagescale_p.h painting/qmath_p.h painting/qmemrotate_p.h painting/qoutlinemapper_p.h painting/qpagedpaintdevice_p.h painting/qpaintengine_blitter_p.h painting/qpaintengine_p.h painting/qpaintengine_raster_p.h painting/qpaintengineex_p.h painting/qpainter_p.h painting/qpainterpath_p.h painting/qpathclipper_p.h painting/qpathsimplifier_p.h painting/qpdf_p.h painting/qpen_p.h painting/qpolygonclipper_p.h painting/qrasterdefs_p.h painting/qrasterizer_p.h painting/qrbtree_p.h painting/qrgba64_p.h painting/qstroker_p.h painting/qt_mips_asm_dsp_p.h painting/qtextureglyphcache_p.h painting/qtriangulatingstroker_p.h painting/qtriangulator_p.h painting/qvectorpath_p.h text/qabstracttextdocumentlayout_p.h text/qcssparser_p.h text/qdistancefield_p.h text/qfont_p.h text/qfontengine_p.h text/qfontengine_qpf2_p.h text/qfontengineglyphcache_p.h text/qfontsubset_p.h text/qfragmentmap_p.h text/qglyphrun_p.h text/qharfbuzzng_p.h text/qinputcontrol_p.h text/qrawfont_p.h text/qstatictext_p.h text/qtextcursor_p.h text/qtextdocument_p.h text/qtextdocumentfragment_p.h text/qtextdocumentlayout_p.h text/qtextengine_p.h text/qtextformat_p.h text/qtexthtmlparser_p.h text/qtextimagehandler_p.h text/qtextobject_p.h text/qtextodfwriter_p.h text/qtexttable_p.h text/qzipreader_p.h text/qzipwriter_p.h util/qabstractlayoutstyleinfo_p.h util/qastchandler_p.h util/qgridlayoutengine_p.h util/qhexstring_p.h util/qktxhandler_p.h util/qlayoutpolicy_p.h util/qpkmhandler_p.h util/qshaderformat_p.h util/qshadergenerator_p.h util/qshadergraph_p.h util/qshadergraphloader_p.h util/qshaderlanguage_p.h util/qshadernode_p.h util/qshadernodeport_p.h util/qshadernodesloader_p.h util/qtexturefiledata_p.h util/qtexturefilehandler_p.h util/qtexturefilereader_p.h vulkan/qvulkanwindow_p.h
SYNCQT.PRIVATE_HEADER_FILES = .tracegen/qtgui_tracepoints_p.h accessible/qaccessiblecache_p.h image/qbmphandler_p.h image/qicon_p.h image/qiconloader_p.h image/qimage_p.h image/qimagepixmapcleanuphooks_p.h image/qimagereaderwriterhelpers_p.h image/qpaintengine_pic_p.h image/qpicture_p.h image/qpixmap_blitter_p.h image/qpixmap_raster_p.h image/qpixmapcache_p.h image/qpnghandler_p.h image/qppmhandler_p.h image/qxbmhandler_p.h image/qxpmhandler_p.h itemmodels/qstandarditemmodel_p.h kernel/qcursor_p.h kernel/qdnd_p.h kernel/qevent_p.h kernel/qguiapplication_p.h kernel/qhighdpiscaling_p.h kernel/qinputdevicemanager_p.h kernel/qinputdevicemanager_p_p.h kernel/qinputmethod_p.h kernel/qinternalmimedata_p.h kernel/qkeymapper_p.h kernel/qkeysequence_p.h kernel/qopenglcontext_p.h kernel/qpaintdevicewindow_p.h kernel/qscreen_p.h kernel/qsessionmanager_p.h kernel/qshapedpixmapdndwindow_p.h kernel/qshortcutmap_p.h kernel/qsimpledrag_p.h kernel/qt_gui_pch.h kernel/qtguiglobal_p.h kernel/qtouchdevice_p.h kernel/qwindow_p.h opengl/qopengl2pexvertexarray_p.h opengl/qopengl_p.h opengl/qopenglcustomshaderstage_p.h opengl/qopenglengineshadermanager_p.h opengl/qopenglengineshadersource_p.h opengl/qopenglextensions_p.h opengl/qopenglframebufferobject_p.h opengl/qopenglgradientcache_p.h opengl/qopenglpaintdevice_p.h opengl/qopenglpaintengine_p.h opengl/qopenglprogrambinarycache_p.h opengl/qopenglqueryhelper_p.h opengl/qopenglshadercache_p.h opengl/qopengltexture_p.h opengl/qopengltexturecache_p.h opengl/qopengltextureglyphcache_p.h opengl/qopengltexturehelper_p.h opengl/qopengltextureuploader_p.h opengl/qopenglversionfunctionsfactory_p.h opengl/qopenglvertexarrayobject_p.h painting/qbezier_p.h painting/qblendfunctions_p.h painting/qblittable_p.h painting/qcolor_p.h painting/qcolorprofile_p.h painting/qcoregraphics_p.h painting/qcosmeticstroker_p.h painting/qcssutil_p.h painting/qdatabuffer_p.h painting/qdrawhelper_mips_dsp_p.h painting/qdrawhelper_neon_p.h painting/qdrawhelper_p.h painting/qdrawhelper_x86_p.h painting/qdrawingprimitive_sse2_p.h painting/qemulationpaintengine_p.h painting/qfixed_p.h painting/qgrayraster_p.h painting/qimagescale_p.h painting/qmath_p.h painting/qmemrotate_p.h painting/qoutlinemapper_p.h painting/qpagedpaintdevice_p.h painting/qpaintengine_blitter_p.h painting/qpaintengine_p.h painting/qpaintengine_raster_p.h painting/qpaintengineex_p.h painting/qpainter_p.h painting/qpainterpath_p.h painting/qpathclipper_p.h painting/qpathsimplifier_p.h painting/qpdf_p.h painting/qpen_p.h painting/qpolygonclipper_p.h painting/qrasterdefs_p.h painting/qrasterizer_p.h painting/qrbtree_p.h painting/qrgba64_p.h painting/qstroker_p.h painting/qt_mips_asm_dsp_p.h painting/qtextureglyphcache_p.h painting/qtriangulatingstroker_p.h painting/qtriangulator_p.h painting/qvectorpath_p.h text/qabstracttextdocumentlayout_p.h text/qcssparser_p.h text/qdistancefield_p.h text/qfont_p.h text/qfontengine_p.h text/qfontengine_qpf2_p.h text/qfontengineglyphcache_p.h text/qfontsubset_p.h text/qfragmentmap_p.h text/qglyphrun_p.h text/qharfbuzzng_p.h text/qinputcontrol_p.h text/qrawfont_p.h text/qstatictext_p.h text/qtextcursor_p.h text/qtextdocument_p.h text/qtextdocumentfragment_p.h text/qtextdocumentlayout_p.h text/qtextengine_p.h text/qtextformat_p.h text/qtexthtmlparser_p.h text/qtextimagehandler_p.h text/qtextobject_p.h text/qtextodfwriter_p.h text/qtexttable_p.h text/qzipreader_p.h text/qzipwriter_p.h util/qabstractlayoutstyleinfo_p.h util/qastchandler_p.h util/qgridlayoutengine_p.h util/qhexstring_p.h util/qktxhandler_p.h util/qlayoutpolicy_p.h util/qpkmhandler_p.h util/qshaderformat_p.h util/qshadergenerator_p.h util/qshadergraph_p.h util/qshadergraphloader_p.h util/qshaderlanguage_p.h util/qshadernode_p.h util/qshadernodeport_p.h util/qshadernodesloader_p.h util/qtexturefiledata_p.h util/qtexturefilehandler_p.h util/qtexturefilereader_p.h vulkan/qvulkanwindow_p.h
SYNCQT.QPA_HEADER_FILES = accessible/qplatformaccessibility.h image/qplatformpixmap.h kernel/qplatformclipboard.h kernel/qplatformcursor.h kernel/qplatformdialoghelper.h kernel/qplatformdrag.h kernel/qplatformgraphicsbuffer.h kernel/qplatformgraphicsbufferhelper.h kernel/qplatforminputcontext.h kernel/qplatforminputcontext_p.h kernel/qplatforminputcontextfactory_p.h kernel/qplatforminputcontextplugin_p.h kernel/qplatformintegration.h kernel/qplatformintegrationfactory_p.h kernel/qplatformintegrationplugin.h kernel/qplatformmenu.h kernel/qplatformnativeinterface.h kernel/qplatformoffscreensurface.h kernel/qplatformopenglcontext.h kernel/qplatformscreen.h kernel/qplatformscreen_p.h kernel/qplatformservices.h kernel/qplatformsessionmanager.h kernel/qplatformsharedgraphicscache.h kernel/qplatformsurface.h kernel/qplatformsystemtrayicon.h kernel/qplatformtheme.h kernel/qplatformtheme_p.h kernel/qplatformthemefactory_p.h kernel/qplatformthemeplugin.h kernel/qplatformwindow.h kernel/qplatformwindow_p.h kernel/qwindowsysteminterface.h kernel/qwindowsysteminterface_p.h painting/qplatformbackingstore.h text/qplatformfontdatabase.h vulkan/qplatformvulkaninstance.h
SYNCQT.CLEAN_HEADER_FILES = accessible/qaccessible.h accessible/qaccessiblebridge.h accessible/qaccessibleobject.h accessible/qaccessibleplugin.h image/qbitmap.h image/qicon.h image/qiconengine.h image/qiconengineplugin.h image/qimage.h image/qimageiohandler.h image/qimagereader.h image/qimagewriter.h image/qmovie.h:movie image/qpicture.h image/qpictureformatplugin.h image/qpixmap.h image/qpixmapcache.h itemmodels/qstandarditemmodel.h:standarditemmodel kernel/qclipboard.h kernel/qcursor.h kernel/qdrag.h:draganddrop kernel/qevent.h kernel/qgenericplugin.h kernel/qgenericpluginfactory.h kernel/qguiapplication.h kernel/qinputmethod.h kernel/qkeysequence.h kernel/qoffscreensurface.h kernel/qopenglcontext.h kernel/qopenglwindow.h kernel/qpaintdevicewindow.h kernel/qpalette.h kernel/qpixelformat.h kernel/qrasterwindow.h kernel/qscreen.h kernel/qsessionmanager.h kernel/qstylehints.h kernel/qsurface.h kernel/qsurfaceformat.h kernel/qtestsupport_gui.h kernel/qtguiglobal.h kernel/qtouchdevice.h kernel/qwindow.h kernel/qwindowdefs.h kernel/qwindowdefs_win.h math3d/qgenericmatrix.h math3d/qmatrix4x4.h math3d/qquaternion.h math3d/qvector2d.h math3d/qvector3d.h math3d/qvector4d.h opengl/qopengl.h opengl/qopenglbuffer.h opengl/qopengldebug.h opengl/qopenglextrafunctions.h opengl/qopenglframebufferobject.h opengl/qopenglfunctions.h opengl/qopenglfunctions_1_0.h opengl/qopenglfunctions_1_1.h opengl/qopenglfunctions_1_2.h opengl/qopenglfunctions_1_3.h opengl/qopenglfunctions_1_4.h opengl/qopenglfunctions_1_5.h opengl/qopenglfunctions_2_0.h opengl/qopenglfunctions_2_1.h opengl/qopenglfunctions_3_0.h opengl/qopenglfunctions_3_1.h opengl/qopenglfunctions_3_2_compatibility.h opengl/qopenglfunctions_3_2_core.h opengl/qopenglfunctions_3_3_compatibility.h opengl/qopenglfunctions_3_3_core.h opengl/qopenglfunctions_4_0_compatibility.h opengl/qopenglfunctions_4_0_core.h opengl/qopenglfunctions_4_1_compatibility.h opengl/qopenglfunctions_4_1_core.h opengl/qopenglfunctions_4_2_compatibility.h opengl/qopenglfunctions_4_2_core.h opengl/qopenglfunctions_4_3_compatibility.h opengl/qopenglfunctions_4_3_core.h opengl/qopenglfunctions_4_4_compatibility.h opengl/qopenglfunctions_4_4_core.h opengl/qopenglfunctions_4_5_compatibility.h opengl/qopenglfunctions_4_5_core.h opengl/qopenglfunctions_es2.h opengl/qopenglpaintdevice.h opengl/qopenglpixeltransferoptions.h opengl/qopenglshaderprogram.h opengl/qopengltexture.h opengl/qopengltextureblitter.h opengl/qopengltimerquery.h opengl/qopenglversionfunctions.h opengl/qopenglvertexarrayobject.h painting/qbackingstore.h painting/qbrush.h painting/qcolor.h painting/qmatrix.h painting/qpagedpaintdevice.h painting/qpagelayout.h painting/qpagesize.h painting/qpaintdevice.h painting/qpaintengine.h painting/qpainter.h painting/qpainterpath.h painting/qpdfwriter.h painting/qpen.h painting/qpolygon.h painting/qregion.h painting/qrgb.h painting/qrgba64.h painting/qtransform.h text/qabstracttextdocumentlayout.h text/qfont.h text/qfontdatabase.h text/qfontinfo.h text/qfontmetrics.h text/qglyphrun.h text/qrawfont.h text/qstatictext.h text/qsyntaxhighlighter.h text/qtextcursor.h text/qtextdocument.h text/qtextdocumentfragment.h text/qtextdocumentwriter.h text/qtextformat.h text/qtextlayout.h text/qtextlist.h text/qtextobject.h text/qtextoption.h text/qtexttable.h util/qdesktopservices.h util/qvalidator.h vulkan/qvulkaninstance.h vulkan/qvulkanwindow.h
SYNCQT.INJECTIONS = src/gui/vulkan/qvulkanfunctions.h:^qvulkanfunctions.h:QVulkanFunctions:QVulkanDeviceFunctions src/gui/vulkan/qvulkanfunctions_p.h:^5.12.8/QtGui/private/qvulkanfunctions_p.h

View File

@@ -1,6 +1,6 @@
SYNCQT.HEADER_FILES =
SYNCQT.HEADER_FILES = bus_interface.h cache_adaptor.h deviceeventcontroller_adaptor.h socket_interface.h
SYNCQT.GENERATED_HEADER_FILES = qtlinuxaccessibilitysupportversion.h QtLinuxAccessibilitySupportVersion QtLinuxAccessibilitySupport
SYNCQT.PRIVATE_HEADER_FILES = application_p.h atspiadaptor_p.h bridge_p.h cache_p.h constant_mappings_p.h dbusconnection_p.h struct_marshallers_p.h
SYNCQT.QPA_HEADER_FILES =
SYNCQT.CLEAN_HEADER_FILES =
SYNCQT.CLEAN_HEADER_FILES = bus_interface.h cache_adaptor.h deviceeventcontroller_adaptor.h socket_interface.h
SYNCQT.INJECTIONS =

View File

@@ -1,6 +1,6 @@
SYNCQT.HEADER_FILES = accessible/qaccessiblewidget.h dialogs/qcolordialog.h dialogs/qdialog.h dialogs/qerrormessage.h dialogs/qfiledialog.h dialogs/qfilesystemmodel.h dialogs/qfontdialog.h dialogs/qinputdialog.h dialogs/qmessagebox.h dialogs/qprogressdialog.h dialogs/qwizard.h effects/qgraphicseffect.h graphicsview/qgraphicsanchorlayout.h graphicsview/qgraphicsgridlayout.h graphicsview/qgraphicsitem.h graphicsview/qgraphicsitemanimation.h graphicsview/qgraphicslayout.h graphicsview/qgraphicslayoutitem.h graphicsview/qgraphicslinearlayout.h graphicsview/qgraphicsproxywidget.h graphicsview/qgraphicsscene.h graphicsview/qgraphicssceneevent.h graphicsview/qgraphicstransform.h graphicsview/qgraphicsview.h graphicsview/qgraphicswidget.h itemviews/qabstractitemdelegate.h itemviews/qabstractitemview.h itemviews/qcolumnview.h itemviews/qdatawidgetmapper.h itemviews/qdirmodel.h itemviews/qfileiconprovider.h itemviews/qheaderview.h itemviews/qitemdelegate.h itemviews/qitemeditorfactory.h itemviews/qlistview.h itemviews/qlistwidget.h itemviews/qstyleditemdelegate.h itemviews/qtableview.h itemviews/qtablewidget.h itemviews/qtreeview.h itemviews/qtreewidget.h itemviews/qtreewidgetitemiterator.h kernel/qaction.h kernel/qactiongroup.h kernel/qapplication.h kernel/qboxlayout.h kernel/qdesktopwidget.h kernel/qformlayout.h kernel/qgesture.h kernel/qgesturerecognizer.h kernel/qgridlayout.h kernel/qlayout.h kernel/qlayoutitem.h kernel/qopenglwidget.h kernel/qshortcut.h kernel/qsizepolicy.h kernel/qstackedlayout.h kernel/qtestsupport_widgets.h kernel/qtooltip.h kernel/qtwidgetsglobal.h kernel/qwhatsthis.h kernel/qwidget.h kernel/qwidgetaction.h statemachine/qkeyeventtransition.h statemachine/qmouseeventtransition.h styles/qcommonstyle.h styles/qdrawutil.h styles/qproxystyle.h styles/qstyle.h styles/qstylefactory.h styles/qstyleoption.h styles/qstylepainter.h styles/qstyleplugin.h util/qcolormap.h util/qcompleter.h util/qscroller.h util/qscrollerproperties.h util/qsystemtrayicon.h util/qundogroup.h util/qundostack.h util/qundoview.h widgets/qabstractbutton.h widgets/qabstractscrollarea.h widgets/qabstractslider.h widgets/qabstractspinbox.h widgets/qbuttongroup.h widgets/qcalendarwidget.h widgets/qcheckbox.h widgets/qcombobox.h widgets/qcommandlinkbutton.h widgets/qdatetimeedit.h widgets/qdial.h widgets/qdialogbuttonbox.h widgets/qdockwidget.h widgets/qfocusframe.h widgets/qfontcombobox.h widgets/qframe.h widgets/qgroupbox.h widgets/qkeysequenceedit.h widgets/qlabel.h widgets/qlcdnumber.h widgets/qlineedit.h widgets/qmaccocoaviewcontainer_mac.h widgets/qmacnativewidget_mac.h widgets/qmainwindow.h widgets/qmdiarea.h widgets/qmdisubwindow.h widgets/qmenu.h widgets/qmenubar.h widgets/qplaintextedit.h widgets/qprogressbar.h widgets/qpushbutton.h widgets/qradiobutton.h widgets/qrubberband.h widgets/qscrollarea.h widgets/qscrollbar.h widgets/qsizegrip.h widgets/qslider.h widgets/qspinbox.h widgets/qsplashscreen.h widgets/qsplitter.h widgets/qstackedwidget.h widgets/qstatusbar.h widgets/qtabbar.h widgets/qtabwidget.h widgets/qtextbrowser.h widgets/qtextedit.h widgets/qtoolbar.h widgets/qtoolbox.h widgets/qtoolbutton.h
SYNCQT.GENERATED_HEADER_FILES = QAccessibleWidget QColorDialog QDialog QErrorMessage QFileDialog QFileSystemModel QFontDialog QInputDialog QMessageBox QProgressDialog QWizard QWizardPage QGraphicsEffect QGraphicsColorizeEffect QGraphicsBlurEffect QGraphicsDropShadowEffect QGraphicsOpacityEffect QGraphicsAnchor QGraphicsAnchorLayout QGraphicsGridLayout QGraphicsItem QGraphicsObject QAbstractGraphicsShapeItem QGraphicsPathItem QGraphicsRectItem QGraphicsEllipseItem QGraphicsPolygonItem QGraphicsLineItem QGraphicsPixmapItem QGraphicsTextItem QGraphicsSimpleTextItem QGraphicsItemGroup QGraphicsItemAnimation QGraphicsLayout QGraphicsLayoutItem QGraphicsLinearLayout QGraphicsProxyWidget QGraphicsScene QGraphicsSceneEvent QGraphicsSceneMouseEvent QGraphicsSceneWheelEvent QGraphicsSceneContextMenuEvent QGraphicsSceneHoverEvent QGraphicsSceneHelpEvent QGraphicsSceneDragDropEvent QGraphicsSceneResizeEvent QGraphicsSceneMoveEvent QGraphicsTransform QGraphicsScale QGraphicsRotation QGraphicsView QGraphicsWidget QAbstractItemDelegate QAbstractItemView QColumnView QDataWidgetMapper QDirModel QFileIconProvider QHeaderView QItemDelegate QItemEditorCreatorBase QItemEditorCreator QStandardItemEditorCreator QItemEditorFactory QListView QListWidgetItem QListWidget QStyledItemDelegate QTableView QTableWidgetSelectionRange QTableWidgetItem QTableWidget QTreeView QTreeWidgetItem QTreeWidget QTreeWidgetItemIterator QAction QActionGroup QApplication QBoxLayout QHBoxLayout QVBoxLayout QDesktopWidget QFormLayout QGesture QPanGesture QPinchGesture QSwipeGesture QTapGesture QTapAndHoldGesture QGestureEvent QGestureRecognizer QGridLayout QLayout QLayoutItem QSpacerItem QWidgetItem QWidgetItemV2 QOpenGLWidget QShortcut QSizePolicy QStackedLayout QToolTip QWhatsThis QWidgetData QWidget QWidgetAction QKeyEventTransition QMouseEventTransition QCommonStyle QTileRules QProxyStyle QStyle QStyleFactory QStyleOption QStyleOptionFocusRect QStyleOptionFrame QStyleOptionFrameV2 QStyleOptionFrameV3 QStyleOptionTabWidgetFrame QStyleOptionTabWidgetFrameV2 QStyleOptionTabBarBase QStyleOptionTabBarBaseV2 QStyleOptionHeader QStyleOptionButton QStyleOptionTab QStyleOptionTabV2 QStyleOptionTabV3 QStyleOptionToolBar QStyleOptionProgressBar QStyleOptionProgressBarV2 QStyleOptionMenuItem QStyleOptionDockWidget QStyleOptionDockWidgetV2 QStyleOptionViewItem QStyleOptionViewItemV2 QStyleOptionViewItemV3 QStyleOptionViewItemV4 QStyleOptionToolBox QStyleOptionToolBoxV2 QStyleOptionRubberBand QStyleOptionComplex QStyleOptionSlider QStyleOptionSpinBox QStyleOptionToolButton QStyleOptionComboBox QStyleOptionTitleBar QStyleOptionGroupBox QStyleOptionSizeGrip QStyleOptionGraphicsItem QStyleHintReturn QStyleHintReturnMask QStyleHintReturnVariant QStylePainter QStylePlugin QColormap QCompleter QScroller QScrollerProperties QSystemTrayIcon QUndoGroup QUndoCommand QUndoStack QUndoView QAbstractButton QAbstractScrollArea QAbstractSlider QAbstractSpinBox QButtonGroup QCalendarWidget QCheckBox QComboBox QCommandLinkButton QDateTimeEdit QTimeEdit QDateEdit QDial QDialogButtonBox QDockWidget QFocusFrame QFontComboBox QFrame QGroupBox QKeySequenceEdit QLabel QLCDNumber QLineEdit QMacCocoaViewContainer QMacNativeWidget QMainWindow QMdiArea QMdiSubWindow QMenu QMenuBar QPlainTextEdit QPlainTextDocumentLayout QProgressBar QPushButton QRadioButton QRubberBand QScrollArea QScrollBar QSizeGrip QSlider QSpinBox QDoubleSpinBox QSplashScreen QSplitter QSplitterHandle QStackedWidget QStatusBar QTabBar QTabWidget QTextBrowser QTextEdit QToolBar QToolBox QToolButton qtwidgetsversion.h QtWidgetsVersion QtWidgets
SYNCQT.PRIVATE_HEADER_FILES = accessible/complexwidgets_p.h accessible/itemviews_p.h accessible/qaccessiblemenu_p.h accessible/qaccessiblewidgetfactory_p.h accessible/qaccessiblewidgets_p.h accessible/rangecontrols_p.h accessible/simplewidgets_p.h dialogs/qdialog_p.h dialogs/qfiledialog_p.h dialogs/qfileinfogatherer_p.h dialogs/qfilesystemmodel_p.h dialogs/qfontdialog_p.h dialogs/qfscompleter_p.h dialogs/qsidebar_p.h dialogs/qwizard_win_p.h effects/qgraphicseffect_p.h effects/qpixmapfilter_p.h graphicsview/qgraph_p.h graphicsview/qgraphicsanchorlayout_p.h graphicsview/qgraphicsgridlayoutengine_p.h graphicsview/qgraphicsitem_p.h graphicsview/qgraphicslayout_p.h graphicsview/qgraphicslayoutitem_p.h graphicsview/qgraphicslayoutstyleinfo_p.h graphicsview/qgraphicsproxywidget_p.h graphicsview/qgraphicsscene_bsp_p.h graphicsview/qgraphicsscene_p.h graphicsview/qgraphicsscenebsptreeindex_p.h graphicsview/qgraphicssceneindex_p.h graphicsview/qgraphicsscenelinearindex_p.h graphicsview/qgraphicstransform_p.h graphicsview/qgraphicsview_p.h graphicsview/qgraphicswidget_p.h graphicsview/qsimplex_p.h itemviews/qabstractitemdelegate_p.h itemviews/qabstractitemview_p.h itemviews/qbsptree_p.h itemviews/qcolumnview_p.h itemviews/qcolumnviewgrip_p.h itemviews/qfileiconprovider_p.h itemviews/qheaderview_p.h itemviews/qitemeditorfactory_p.h itemviews/qlistview_p.h itemviews/qlistwidget_p.h itemviews/qtableview_p.h itemviews/qtablewidget_p.h itemviews/qtreeview_p.h itemviews/qtreewidget_p.h itemviews/qtreewidgetitemiterator_p.h itemviews/qwidgetitemdata_p.h kernel/qaction_p.h kernel/qapplication_p.h kernel/qdesktopwidget_p.h kernel/qgesture_p.h kernel/qgesturemanager_p.h kernel/qlayout_p.h kernel/qlayoutengine_p.h kernel/qmacgesturerecognizer_p.h kernel/qstandardgestures_p.h kernel/qt_widgets_pch.h kernel/qtwidgetsglobal_p.h kernel/qwidget_p.h kernel/qwidgetaction_p.h kernel/qwidgetbackingstore_p.h kernel/qwidgetwindow_p.h kernel/qwindowcontainer_p.h statemachine/qbasickeyeventtransition_p.h statemachine/qbasicmouseeventtransition_p.h styles/qcommonstyle_p.h styles/qcommonstylepixmaps_p.h styles/qfusionstyle_p.h styles/qfusionstyle_p_p.h styles/qpixmapstyle_p.h styles/qpixmapstyle_p_p.h styles/qproxystyle_p.h styles/qstyle_p.h styles/qstyleanimation_p.h styles/qstylehelper_p.h styles/qstylesheetstyle_p.h styles/qwindowsstyle_p.h styles/qwindowsstyle_p_p.h util/qcompleter_p.h util/qflickgesture_p.h util/qscroller_p.h util/qscrollerproperties_p.h util/qsystemtrayicon_p.h util/qundostack_p.h widgets/qabstractbutton_p.h widgets/qabstractscrollarea_p.h widgets/qabstractslider_p.h widgets/qabstractspinbox_p.h widgets/qbuttongroup_p.h widgets/qcombobox_p.h widgets/qdatetimeedit_p.h widgets/qdockarealayout_p.h widgets/qdockwidget_p.h widgets/qeffects_p.h widgets/qframe_p.h widgets/qkeysequenceedit_p.h widgets/qlabel_p.h widgets/qlineedit_p.h widgets/qmainwindowlayout_p.h widgets/qmdiarea_p.h widgets/qmdisubwindow_p.h widgets/qmenu_p.h widgets/qmenubar_p.h widgets/qplaintextedit_p.h widgets/qpushbutton_p.h widgets/qscrollarea_p.h widgets/qscrollbar_p.h widgets/qsplitter_p.h widgets/qtabbar_p.h widgets/qtextedit_p.h widgets/qtoolbar_p.h widgets/qtoolbararealayout_p.h widgets/qtoolbarextension_p.h widgets/qtoolbarlayout_p.h widgets/qtoolbarseparator_p.h widgets/qwidgetanimator_p.h widgets/qwidgetlinecontrol_p.h widgets/qwidgetresizehandler_p.h widgets/qwidgettextcontrol_p.h widgets/qwidgettextcontrol_p_p.h
SYNCQT.PRIVATE_HEADER_FILES = .tracegen/qtwidgets_tracepoints_p.h accessible/complexwidgets_p.h accessible/itemviews_p.h accessible/qaccessiblemenu_p.h accessible/qaccessiblewidgetfactory_p.h accessible/qaccessiblewidgets_p.h accessible/rangecontrols_p.h accessible/simplewidgets_p.h dialogs/qdialog_p.h dialogs/qfiledialog_p.h dialogs/qfileinfogatherer_p.h dialogs/qfilesystemmodel_p.h dialogs/qfontdialog_p.h dialogs/qfscompleter_p.h dialogs/qsidebar_p.h dialogs/qwizard_win_p.h effects/qgraphicseffect_p.h effects/qpixmapfilter_p.h graphicsview/qgraph_p.h graphicsview/qgraphicsanchorlayout_p.h graphicsview/qgraphicsgridlayoutengine_p.h graphicsview/qgraphicsitem_p.h graphicsview/qgraphicslayout_p.h graphicsview/qgraphicslayoutitem_p.h graphicsview/qgraphicslayoutstyleinfo_p.h graphicsview/qgraphicsproxywidget_p.h graphicsview/qgraphicsscene_bsp_p.h graphicsview/qgraphicsscene_p.h graphicsview/qgraphicsscenebsptreeindex_p.h graphicsview/qgraphicssceneindex_p.h graphicsview/qgraphicsscenelinearindex_p.h graphicsview/qgraphicstransform_p.h graphicsview/qgraphicsview_p.h graphicsview/qgraphicswidget_p.h graphicsview/qsimplex_p.h itemviews/qabstractitemdelegate_p.h itemviews/qabstractitemview_p.h itemviews/qbsptree_p.h itemviews/qcolumnview_p.h itemviews/qcolumnviewgrip_p.h itemviews/qfileiconprovider_p.h itemviews/qheaderview_p.h itemviews/qitemeditorfactory_p.h itemviews/qlistview_p.h itemviews/qlistwidget_p.h itemviews/qtableview_p.h itemviews/qtablewidget_p.h itemviews/qtreeview_p.h itemviews/qtreewidget_p.h itemviews/qtreewidgetitemiterator_p.h itemviews/qwidgetitemdata_p.h kernel/qaction_p.h kernel/qapplication_p.h kernel/qdesktopwidget_p.h kernel/qgesture_p.h kernel/qgesturemanager_p.h kernel/qlayout_p.h kernel/qlayoutengine_p.h kernel/qmacgesturerecognizer_p.h kernel/qstandardgestures_p.h kernel/qt_widgets_pch.h kernel/qtwidgetsglobal_p.h kernel/qwidget_p.h kernel/qwidgetaction_p.h kernel/qwidgetbackingstore_p.h kernel/qwidgetwindow_p.h kernel/qwindowcontainer_p.h statemachine/qbasickeyeventtransition_p.h statemachine/qbasicmouseeventtransition_p.h styles/qcommonstyle_p.h styles/qcommonstylepixmaps_p.h styles/qfusionstyle_p.h styles/qfusionstyle_p_p.h styles/qpixmapstyle_p.h styles/qpixmapstyle_p_p.h styles/qproxystyle_p.h styles/qstyle_p.h styles/qstyleanimation_p.h styles/qstylehelper_p.h styles/qstylesheetstyle_p.h styles/qwindowsstyle_p.h styles/qwindowsstyle_p_p.h util/qcompleter_p.h util/qflickgesture_p.h util/qscroller_p.h util/qscrollerproperties_p.h util/qsystemtrayicon_p.h util/qundostack_p.h widgets/qabstractbutton_p.h widgets/qabstractscrollarea_p.h widgets/qabstractslider_p.h widgets/qabstractspinbox_p.h widgets/qbuttongroup_p.h widgets/qcombobox_p.h widgets/qdatetimeedit_p.h widgets/qdockarealayout_p.h widgets/qdockwidget_p.h widgets/qeffects_p.h widgets/qframe_p.h widgets/qkeysequenceedit_p.h widgets/qlabel_p.h widgets/qlineedit_p.h widgets/qmainwindowlayout_p.h widgets/qmdiarea_p.h widgets/qmdisubwindow_p.h widgets/qmenu_p.h widgets/qmenubar_p.h widgets/qplaintextedit_p.h widgets/qpushbutton_p.h widgets/qscrollarea_p.h widgets/qscrollbar_p.h widgets/qsplitter_p.h widgets/qtabbar_p.h widgets/qtextedit_p.h widgets/qtoolbar_p.h widgets/qtoolbararealayout_p.h widgets/qtoolbarextension_p.h widgets/qtoolbarlayout_p.h widgets/qtoolbarseparator_p.h widgets/qwidgetanimator_p.h widgets/qwidgetlinecontrol_p.h widgets/qwidgetresizehandler_p.h widgets/qwidgettextcontrol_p.h widgets/qwidgettextcontrol_p_p.h
SYNCQT.QPA_HEADER_FILES =
SYNCQT.CLEAN_HEADER_FILES = accessible/qaccessiblewidget.h dialogs/qcolordialog.h:colordialog dialogs/qdialog.h:dialog dialogs/qerrormessage.h:errormessage dialogs/qfiledialog.h:filedialog dialogs/qfilesystemmodel.h:filesystemmodel dialogs/qfontdialog.h:fontdialog dialogs/qinputdialog.h:inputdialog dialogs/qmessagebox.h:messagebox dialogs/qprogressdialog.h:progressdialog dialogs/qwizard.h:wizard effects/qgraphicseffect.h:graphicseffect graphicsview/qgraphicsanchorlayout.h:graphicsview graphicsview/qgraphicsgridlayout.h:graphicsview graphicsview/qgraphicsitem.h:graphicsview graphicsview/qgraphicsitemanimation.h:graphicsview graphicsview/qgraphicslayout.h:graphicsview graphicsview/qgraphicslayoutitem.h:graphicsview graphicsview/qgraphicslinearlayout.h:graphicsview graphicsview/qgraphicsproxywidget.h:graphicsview graphicsview/qgraphicsscene.h:graphicsview graphicsview/qgraphicssceneevent.h:graphicsview graphicsview/qgraphicstransform.h:graphicsview graphicsview/qgraphicsview.h:graphicsview graphicsview/qgraphicswidget.h:graphicsview itemviews/qabstractitemdelegate.h:itemviews itemviews/qabstractitemview.h:itemviews itemviews/qcolumnview.h:columnview itemviews/qdatawidgetmapper.h:datawidgetmapper itemviews/qdirmodel.h:dirmodel itemviews/qfileiconprovider.h itemviews/qheaderview.h:itemviews itemviews/qitemdelegate.h:itemviews itemviews/qitemeditorfactory.h:itemviews itemviews/qlistview.h:listview itemviews/qlistwidget.h:listwidget itemviews/qstyleditemdelegate.h:itemviews itemviews/qtableview.h:tableview itemviews/qtablewidget.h:tablewidget itemviews/qtreeview.h:treeview itemviews/qtreewidget.h:treewidget itemviews/qtreewidgetitemiterator.h:treewidget kernel/qaction.h kernel/qactiongroup.h kernel/qapplication.h kernel/qboxlayout.h kernel/qdesktopwidget.h kernel/qformlayout.h:formlayout kernel/qgesture.h kernel/qgesturerecognizer.h kernel/qgridlayout.h kernel/qlayout.h kernel/qlayoutitem.h kernel/qopenglwidget.h kernel/qshortcut.h kernel/qsizepolicy.h kernel/qstackedlayout.h kernel/qtestsupport_widgets.h kernel/qtooltip.h kernel/qtwidgetsglobal.h kernel/qwhatsthis.h:whatsthis kernel/qwidget.h kernel/qwidgetaction.h statemachine/qkeyeventtransition.h:qeventtransition statemachine/qmouseeventtransition.h:qeventtransition styles/qcommonstyle.h styles/qdrawutil.h styles/qproxystyle.h styles/qstyle.h styles/qstylefactory.h styles/qstyleoption.h styles/qstylepainter.h styles/qstyleplugin.h util/qcolormap.h util/qcompleter.h:completer util/qscroller.h:scroller util/qscrollerproperties.h:scroller util/qsystemtrayicon.h util/qundogroup.h:undogroup util/qundostack.h:undocommand util/qundoview.h:undoview widgets/qabstractbutton.h:abstractbutton widgets/qabstractscrollarea.h widgets/qabstractslider.h:abstractslider widgets/qabstractspinbox.h:spinbox widgets/qbuttongroup.h:buttongroup widgets/qcalendarwidget.h:calendarwidget widgets/qcheckbox.h:checkbox widgets/qcombobox.h:combobox widgets/qcommandlinkbutton.h:commandlinkbutton widgets/qdatetimeedit.h:datetimeedit widgets/qdial.h:dial widgets/qdialogbuttonbox.h:dialogbuttonbox widgets/qdockwidget.h:dockwidget widgets/qfocusframe.h widgets/qfontcombobox.h:fontcombobox widgets/qframe.h widgets/qgroupbox.h:groupbox widgets/qkeysequenceedit.h:keysequenceedit widgets/qlabel.h:label widgets/qlcdnumber.h:lcdnumber widgets/qlineedit.h:lineedit widgets/qmaccocoaviewcontainer_mac.h widgets/qmacnativewidget_mac.h widgets/qmainwindow.h:mainwindow widgets/qmdiarea.h:mdiarea widgets/qmdisubwindow.h:mdiarea widgets/qmenu.h:menu widgets/qmenubar.h:menubar widgets/qplaintextedit.h:textedit widgets/qprogressbar.h:progressbar widgets/qpushbutton.h:pushbutton widgets/qradiobutton.h:radiobutton widgets/qrubberband.h:rubberband widgets/qscrollarea.h:scrollarea widgets/qscrollbar.h:scrollbar widgets/qsizegrip.h:sizegrip widgets/qslider.h:slider widgets/qspinbox.h:spinbox widgets/qsplashscreen.h:splashscreen widgets/qsplitter.h:splitter widgets/qstackedwidget.h:stackedwidget widgets/qstatusbar.h:statusbar widgets/qtabbar.h:tabbar widgets/qtabwidget.h:tabwidget widgets/qtextbrowser.h:textbrowser widgets/qtextedit.h:textedit widgets/qtoolbar.h:toolbar widgets/qtoolbox.h:toolbox widgets/qtoolbutton.h:toolbutton
SYNCQT.INJECTIONS =

View File

@@ -4,7 +4,7 @@ libdir=${prefix}/lib
includedir=${prefix}/include
host_bins=${prefix}/bin
qt_config=shared rpath release c++11 c++14 c++1z concurrent dbus reduce_exports reduce_relocations stl properties animation textcodec big_codecs clock-monotonic codecs textdate datestring doubleconversion eventfd filesystemiterator filesystemwatcher gestures glib itemmodel proxymodel identityproxymodel inotify library mimetype process statemachine regularexpression settings sharedmemory sortfilterproxymodel stringlistmodel systemsemaphore temporaryfile threadsafe-cloexec translation xmlstream xmlstreamreader xmlstreamwriter
qt_config=shared rpath release c++11 c++14 c++1z concurrent dbus reduce_exports reduce_relocations stl properties animation textcodec big_codecs clock-monotonic codecs textdate datestring doubleconversion eventfd filesystemiterator filesystemwatcher gestures glib itemmodel proxymodel identityproxymodel inotify library mimetype process statemachine regularexpression settings sharedmemory sortfilterproxymodel stringlistmodel systemsemaphore temporaryfile threadsafe-cloexec translation xmlstream xmlstreamreader xmlstreamwriter accessibility accessibility-atspi-bridge action clipboard colornames cssparser cursor desktopservices imageformat_xpm draganddrop opengl egl kms gbm freetype fontconfig imageformatplugin harfbuzz highdpiscaling ico im image_heuristic_mask image_text imageformat_bmp imageformat_jpeg imageformat_png imageformat_ppm imageformat_xbm movie pdf picture sessionmanager shortcut standarditemmodel systemtrayicon tabletevent texthtmlparser textodfwriter validator whatsthis wheelevent networkinterface bearermanagement openssl ftp getifaddrs http ipv6ifname localserver networkdiskcache networkproxy socks5 ssl udpsocket printer cups cupsjobwidget printdialog printpreviewwidget printpreviewdialog groupbox buttongroup menu lineedit spinbox slider scrollbar scrollarea itemviews tableview toolbutton calendarwidget colordialog listview columnview combobox completer contextmenu datawidgetmapper datetimeedit dial filesystemmodel dirmodel resizehandler mainwindow dockwidget textedit errormessage splitter stackedwidget treeview filedialog fontcombobox fontdialog fscompleter graphicsview graphicseffect inputdialog keysequenceedit lcdnumber listwidget mdiarea menubar messagebox paint_debug progressbar progressdialog rubberband sizegrip splashscreen statusbar statustip style-stylesheet syntaxhighlighter tabbar tablewidget tabwidget textbrowser toolbar toolbox tooltip treewidget undocommand undostack undogroup undoview wizard dom properties animation textcodec big_codecs clock-monotonic codecs textdate datestring doubleconversion eventfd filesystemiterator filesystemwatcher gestures glib itemmodel proxymodel identityproxymodel inotify library mimetype process statemachine regularexpression settings sharedmemory sortfilterproxymodel stringlistmodel systemsemaphore temporaryfile threadsafe-cloexec translation xmlstream xmlstreamreader xmlstreamwriter
Name: Qt5 Core
Description: Qt Core module

View File

@@ -1,6 +1,6 @@
QT_CPU_FEATURES.x86_64 = mmx sse sse2
QT.global_private.enabled_features = sse2 alloca_h alloca avx2 dbus dbus-linked gui libudev network posix_fallocate reduce_exports reduce_relocations sql system-zlib testlib widgets xml
QT.global_private.disabled_features = private_tests android-style-assets alloca_malloc_h gc_binaries release_tools stack-protector-strong
QT.global_private.disabled_features = private_tests alloca_malloc_h android-style-assets gc_binaries release_tools stack-protector-strong
PKG_CONFIG_EXECUTABLE = /usr/bin/pkg-config
QMAKE_LIBS_DBUS = /usr/lib/x86_64-linux-gnu/libdbus-1.so
QMAKE_INCDIR_DBUS = /usr/include/dbus-1.0 /usr/lib/x86_64-linux-gnu/dbus-1.0/include

2920
src/3rdparty/sqlite/shell.c vendored Normal file

File diff suppressed because it is too large Load Diff

128452
src/3rdparty/sqlite/sqlite3.c vendored Normal file

File diff suppressed because it is too large Load Diff

6730
src/3rdparty/sqlite/sqlite3.h vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,6 @@
Qt_5_PRIVATE_API {
qt_private_api_tag*;
@FILE:/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/src/corelib/.tracegen/qtcore_tracepoints_p.h@
@FILE:/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/src/corelib/animation/qabstractanimation_p.h@
@FILE:/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/src/corelib/animation/qanimationgroup_p.h@
@FILE:/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/src/corelib/animation/qparallelanimationgroup_p.h@

View File

@@ -1,9 +1,9 @@
#define QT_FEATURE_private_tests -1
#define QT_FEATURE_android_style_assets -1
#define QT_FEATURE_sse2 1
#define QT_FEATURE_alloca_h 1
#define QT_FEATURE_alloca 1
#define QT_FEATURE_alloca_malloc_h -1
#define QT_FEATURE_android_style_assets -1
#define QT_FEATURE_avx2 1
#define QT_FEATURE_dbus 1
#define QT_FEATURE_dbus_linked 1

View File

@@ -1,5 +1,6 @@
Qt_5_PRIVATE_API {
qt_private_api_tag*;
@FILE:/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/src/gui/.tracegen/qtgui_tracepoints_p.h@
@FILE:/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/src/gui/accessible/qaccessiblecache_p.h@
@FILE:/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/src/gui/image/qbmphandler_p.h@
@FILE:/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/src/gui/image/qicon_p.h@

View File

@@ -0,0 +1,6 @@
#!/bin/sh
LD_LIBRARY_PATH=/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
export LD_LIBRARY_PATH
QT_PLUGIN_PATH=/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/plugins${QT_PLUGIN_PATH:+:$QT_PLUGIN_PATH}
export QT_PLUGIN_PATH
exec /home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/bin/qdbusxml2cpp "$@"

View File

@@ -1,5 +1,6 @@
Qt_5_PRIVATE_API {
qt_private_api_tag*;
@FILE:/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/src/widgets/.tracegen/qtwidgets_tracepoints_p.h@
@FILE:/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/src/widgets/accessible/complexwidgets_p.h@
@FILE:/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/src/widgets/accessible/itemviews_p.h@
@FILE:/home/cs18/workdir/qtbase-opensource-src-5.12.8+dfsg/src/widgets/accessible/qaccessiblemenu_p.h@