Skip to content

Instantly share code, notes, and snippets.

@liangqi
Created September 24, 2019 11:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liangqi/b4031a8a7f52e37dc0a53973c0f59607 to your computer and use it in GitHub Desktop.
Save liangqi/b4031a8a7f52e37dc0a53973c0f59607 to your computer and use it in GitHub Desktop.
$ cmake -DBUILD_EXAMPLES=OFF -DCMAKE_TOOLCHAIN_FILE=/opt/android/android-ndk-r20/build/cmake/android.toolchain.cmake -DQT_HOST_PATH=/home/qt/work/install/host -DANDROID_SDK_ROOT=/opt/android/sdk -DCMAKE_INSTALL_PREFIX=/home/qt/work/install/target -DANDROID_ABI=x86_64 -DBUILD_TESTING=OFF /home/qt/work/qt/qtbase
-- Android toolchain file detected, checking configuration defaults...
-- ANDROID_NATIVE_API_LEVEL was not specified, using API level 21 as default
-- Using vcpkg from /home/qt/vcpkg
-- Using vcpkg triplet x64-android
-- The ASM compiler identification is Clang
-- Found assembler: /opt/android/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/clang
-- Check for working CXX compiler: /opt/android/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++
-- Check for working CXX compiler: /opt/android/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /opt/android/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/clang
-- Check for working C compiler: /opt/android/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Setting build type to 'Debug' as none was specified.
-- Using Android SDK API android-28 from /opt/android/sdk/platforms
-- Found Java: /usr/bin/java (found suitable version "1.8.0.181", minimum required is "1.8") found components: Development
-- Performing Test HAVE_POSIX_ICONV
-- Performing Test HAVE_POSIX_ICONV - Failed
-- Performing Test HAVE_SUN_ICONV
-- Performing Test HAVE_SUN_ICONV - Failed
-- Performing Test HAVE_LD_VERSION_SCRIPT
-- Performing Test HAVE_LD_VERSION_SCRIPT - Success
-- Found ZLIB: /home/qt/vcpkg/installed/x64-android/debug/lib/libz.a (found version "1.2.11")
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Found ZSTD: /home/qt/vcpkg/installed/x64-android/lib/libzstd.a
CMake Warning at /home/qt/vcpkg/scripts/buildsystems/vcpkg.cmake:263 (_find_package):
By not providing "FindDBus1.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "DBus1", but
CMake did not find one.
Could not find a package configuration file provided by "DBus1" with any of
the following names:
DBus1Config.cmake
dbus1-config.cmake
Add the installation prefix of "DBus1" to CMAKE_PREFIX_PATH or set
"DBus1_DIR" to a directory containing one of the above files. If "DBus1"
provides a separate development package or SDK, be sure it has been
installed.
Call Stack (most recent call first):
cmake/FindWrapDBus1.cmake:15 (find_package)
/home/qt/vcpkg/scripts/buildsystems/vcpkg.cmake:263 (_find_package)
cmake/QtBuild.cmake:2872 (find_package)
configure.cmake:12 (qt_find_package)
cmake/QtBaseGlobalTargets.cmake:137 (include)
CMakeLists.txt:35 (include)
-- Checking for module 'libudev'
-- Found libudev, version 237
-- Performing Test HAVE_cxx2a
-- Performing Test HAVE_cxx2a - Failed
-- Performing Test HAVE_precompile_header
-- Performing Test HAVE_precompile_header - Failed
-- Performing Test HAVE_reduce_relocations
-- Performing Test HAVE_reduce_relocations - Failed
-- Performing SIMD Test SSE2 instructions
-- Performing SIMD Test SSE2 instructions - Success
-- Performing SIMD Test SSE3 instructions
-- Performing SIMD Test SSE3 instructions - Success
-- Performing SIMD Test SSSE3 instructions
-- Performing SIMD Test SSSE3 instructions - Success
-- Performing SIMD Test SSE4.1 instructions
-- Performing SIMD Test SSE4.1 instructions - Success
-- Performing SIMD Test SSE4.2 instructions
-- Performing SIMD Test SSE4.2 instructions - Success
-- Performing SIMD Test AES new instructions
-- Performing SIMD Test AES new instructions - Success
-- Performing SIMD Test F16C instructions
-- Performing SIMD Test F16C instructions - Success
-- Performing SIMD Test RDRAND instruction
-- Performing SIMD Test RDRAND instruction - Success
-- Performing SIMD Test SHA new instructions
-- Performing SIMD Test SHA new instructions - Success
-- Performing SIMD Test AVX instructions
-- Performing SIMD Test AVX instructions - Success
-- Performing SIMD Test AVX2 instructions
-- Performing SIMD Test AVX2 instructions - Success
-- Performing SIMD Test AVX512 F instructions
-- Performing SIMD Test AVX512 F instructions - Success
-- Performing SIMD Test AVX512 ER instructions
-- Performing SIMD Test AVX512 ER instructions - Success
-- Performing SIMD Test AVX512 CD instructions
-- Performing SIMD Test AVX512 CD instructions - Success
-- Performing SIMD Test AVX512 PF instructions
-- Performing SIMD Test AVX512 PF instructions - Success
-- Performing SIMD Test AVX512 DQ instructions
-- Performing SIMD Test AVX512 DQ instructions - Success
-- Performing SIMD Test AVX512 BW instructions
-- Performing SIMD Test AVX512 BW instructions - Success
-- Performing SIMD Test AVX512 VL instructions
-- Performing SIMD Test AVX512 VL instructions - Success
-- Performing SIMD Test AVX512 IFMA instructions
-- Performing SIMD Test AVX512 IFMA instructions - Success
-- Performing SIMD Test AVX512 VBMI instructions
-- Performing SIMD Test AVX512 VBMI instructions - Success
-- Performing Test HAVE_posix_fallocate
-- Performing Test HAVE_posix_fallocate - Failed
-- Performing Test HAVE_alloca_stdlib_h
-- Performing Test HAVE_alloca_stdlib_h - Success
-- Performing Test HAVE_alloca_h
-- Performing Test HAVE_alloca_h - Success
-- Performing Test HAVE_alloca_malloc_h
-- Performing Test HAVE_alloca_malloc_h - Failed
-- Performing Test HAVE_stack_protector
-- Performing Test HAVE_stack_protector - Success
Generating file /home/qt/work/qt/qtbase/build/target/src/corelib/global/qconfig_p.h.
Generating file /home/qt/work/qt/qtbase/build/target/src/corelib/global/qconfig.h.
-- Searching for tool 'Qt6::moc' in package Qt6CoreTools.
-- Qt6::moc was found at /home/qt/work/install/host/bin/moc using package Qt6CoreTools.
-- Tool 'Qt6::rcc' was found at /home/qt/work/install/host/bin/rcc.
-- Tool 'Qt6::tracegen' was found at /home/qt/work/install/host/bin/tracegen.
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Could NOT find double-conversion (missing: double-conversion_DIR)
-- Could NOT find double-conversion (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR)
-- Performing Test HAVE__SPRINTF_L
-- Performing Test HAVE__SPRINTF_L - Failed
-- Performing Test HAVE_SPRINTF_L
-- Performing Test HAVE_SPRINTF_L - Failed
-- Using source syncqt found at: /home/qt/work/qt/qtbase/bin/syncqt.pl
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- The following ICU libraries were not found:
-- i18n (required)
-- uc (required)
-- data (required)
-- Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY _ICU_REQUIRED_LIBS_FOUND)
-- Checking for module 'systemd'
-- Found systemd, version 237
-- Performing Test HAVE_STDATOMIC
-- Performing Test HAVE_STDATOMIC - Success
-- Performing Test HAVE_GETTIME
-- Performing Test HAVE_GETTIME - Success
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY)
-- Performing Test HAVE_atomicfptr
-- Performing Test HAVE_atomicfptr - Success
-- Performing Test HAVE_clock_monotonic
-- Performing Test HAVE_clock_monotonic - Success
-- Performing Test HAVE_cloexec
-- Performing Test HAVE_cloexec - Failed
-- Performing Test HAVE_cxx11_future
-- Performing Test HAVE_cxx11_future - Failed
-- Performing Test HAVE_cxx11_random
-- Performing Test HAVE_cxx11_random - Success
-- Performing Test HAVE_eventfd
-- Performing Test HAVE_eventfd - Success
-- Performing Test HAVE_futimens
-- Performing Test HAVE_futimens - Failed
-- Performing Test HAVE_futimes
-- Performing Test HAVE_futimes - Failed
-- Performing Test HAVE_getauxval
-- Performing Test HAVE_getauxval - Failed
-- Performing Test HAVE_getentropy
-- Performing Test HAVE_getentropy - Failed
-- Performing Test HAVE_glibc
-- Performing Test HAVE_glibc - Failed
-- Performing Test HAVE_inotify
-- Performing Test HAVE_inotify - Success
-- Performing Test HAVE_ipc_sysv
-- Performing Test HAVE_ipc_sysv - Failed
-- Performing Test HAVE_ipc_posix
-- Performing Test HAVE_ipc_posix - Failed
-- Performing Test HAVE_linkat
-- Performing Test HAVE_linkat - Failed
-- Performing Test HAVE_ppoll
-- Performing Test HAVE_ppoll - Failed
-- Performing Test HAVE_pollts
-- Performing Test HAVE_pollts - Failed
-- Performing Test HAVE_poll
-- Performing Test HAVE_poll - Success
-- Performing Test HAVE_renameat2
-- Performing Test HAVE_renameat2 - Failed
-- Performing Test HAVE_statx
-- Performing Test HAVE_statx - Failed
-- Performing Test HAVE_syslog
-- Performing Test HAVE_syslog - Success
-- Performing Test HAVE_xlocalescanprint
-- Performing Test HAVE_xlocalescanprint - Failed
Generating file /home/qt/work/qt/qtbase/build/target/src/corelib/qtcore-config_p.h.
Generating file /home/qt/work/qt/qtbase/build/target/src/corelib/qtcore-config.h.
QtSql: created deprecated header(s) { qsql.h }
Generating file /home/qt/work/qt/qtbase/build/target/src/sql/qtsql-config_p.h.
Generating file /home/qt/work/qt/qtbase/build/target/src/sql/qtsql-config.h.
-- Checking for module 'libproxy-1.0'
-- No package 'libproxy-1.0' found
-- Found OpenSSL: /home/qt/vcpkg/installed/x64-android/debug/lib/libcrypto.a (found version "1.0.2s")
-- Performing Test HAVE_getifaddrs
-- Performing Test HAVE_getifaddrs - Failed
-- Performing Test HAVE_ipv6ifname
-- Performing Test HAVE_ipv6ifname - Failed
-- Performing Test HAVE_linux_netlink
-- Performing Test HAVE_linux_netlink - Success
-- Performing Test HAVE_sctp
-- Performing Test HAVE_sctp - Failed
-- Performing Test HAVE_openssl11
-- Performing Test HAVE_openssl11 - Failed
-- Performing Test HAVE_dtls
-- Performing Test HAVE_dtls - Failed
-- Performing Test HAVE_ocsp
-- Performing Test HAVE_ocsp - Failed
-- Performing Test HAVE_gssapi
-- Performing Test HAVE_gssapi - Failed
-- Performing Test HAVE_netlistmgr
-- Performing Test HAVE_netlistmgr - Failed
Generating file /home/qt/work/qt/qtbase/build/target/src/network/qtnetwork-config_p.h.
Generating file /home/qt/work/qt/qtbase/build/target/src/network/qtnetwork-config.h.
Generating file /home/qt/work/qt/qtbase/build/target/src/xml/qtxml-config_p.h.
Generating file /home/qt/work/qt/qtbase/build/target/src/xml/qtxml-config.h.
-- Searching for tool 'Qt6::uic' in package Qt6WidgetsTools.
-- Qt6::uic was found at /home/qt/work/install/host/bin/uic using package Qt6WidgetsTools.
-- Tool 'Qt6::qlalr' was found at /home/qt/work/install/host/bin/qlalr.
-- Tool 'Qt6::qvkgen' was found at /home/qt/work/install/host/bin/qvkgen.
-- Could NOT find X11_XCB (missing: X11_XCB_LIBRARY X11_XCB_INCLUDE_DIR) (found version "1.6.4")
-- Checking for module 'atspi-2'
-- Found atspi-2, version 2.28.0
-- Could NOT find Libdrm (missing: Libdrm_LIBRARY Libdrm_INCLUDE_DIR) (found version "2.4.91")
-- Performing Test HAVE_EGL
-- Performing Test HAVE_EGL - Failed
-- Could NOT find EGL (missing: HAVE_EGL) (found version "1.5")
-- Found PNG: optimized;/home/qt/vcpkg/installed/x64-android/share/png/../../lib/libpng16.a;debug;/home/qt/vcpkg/installed/x64-android/debug/lib/libpng16d.a (found version "1.6.37")
-- Found BZip2: optimized;/home/qt/vcpkg/installed/x64-android/lib/libbz2.a;debug;/home/qt/vcpkg/installed/x64-android/debug/lib/libbz2d.a (found version "1.0.6")
-- Looking for BZ2_bzCompressInit
-- Looking for BZ2_bzCompressInit - not found
-- Could NOT find Fontconfig (missing: Fontconfig_LIBRARY Fontconfig_INCLUDE_DIR)
-- Could NOT find gbm (missing: gbm_LIBRARY gbm_INCLUDE_DIR)
-- Could NOT find Libinput (missing: Libinput_LIBRARY Libinput_INCLUDE_DIR)
-- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
-- Checking for module 'mtdev'
-- No package 'mtdev' found
-- Could NOT find OpenGL (missing: OPENGL_opengl_LIBRARY OPENGL_glx_LIBRARY OPENGL_INCLUDE_DIR)
-- Performing Test HAVE_GLESv2
-- Performing Test HAVE_GLESv2 - Failed
-- Could NOT find GLESv2 (missing: HAVE_GLESv2)
-- Checking for module 'tslib'
-- No package 'tslib' found
-- Could NOT find Vulkan (missing: Vulkan_LIBRARY)
-- Performing Test HAVE_angle_d3d11_qdtd
-- Performing Test HAVE_angle_d3d11_qdtd - Failed
-- Performing Test HAVE_drm_atomic
-- Performing Test HAVE_drm_atomic - Failed
-- Performing Test HAVE_egl_x11
-- Performing Test HAVE_egl_x11 - Failed
-- Performing Test HAVE_egl_brcm
-- Performing Test HAVE_egl_brcm - Failed
-- Performing Test HAVE_egl_egldevice
-- Performing Test HAVE_egl_egldevice - Success
-- Performing Test HAVE_egl_mali
-- Performing Test HAVE_egl_mali - Failed
-- Performing Test HAVE_egl_mali_2
-- Performing Test HAVE_egl_mali_2 - Failed
-- Performing Test HAVE_egl_viv
-- Performing Test HAVE_egl_viv - Failed
-- Performing Test HAVE_egl_openwfd
-- Performing Test HAVE_egl_openwfd - Failed
-- Performing Test HAVE_egl_rcar
-- Performing Test HAVE_egl_rcar - Failed
-- Performing Test HAVE_evdev
-- Performing Test HAVE_evdev - Success
-- Performing Test HAVE_integrityfb
-- Performing Test HAVE_integrityfb - Failed
-- Performing Test HAVE_linuxfb
-- Performing Test HAVE_linuxfb - Failed
-- Performing Test HAVE_opengles3
-- Performing Test HAVE_opengles3 - Failed
-- Performing Test HAVE_opengles31
-- Performing Test HAVE_opengles31 - Failed
-- Performing Test HAVE_opengles32
-- Performing Test HAVE_opengles32 - Failed
-- Performing Test HAVE_xcb_syslibs
-- Performing Test HAVE_xcb_syslibs - Failed
Generating file /home/qt/work/qt/qtbase/build/target/src/gui/qtgui-config_p.h.
Generating file /home/qt/work/qt/qtbase/build/target/src/gui/qtgui-config.h.
-- Checking for module 'gtk+-3.0 >= 3.6'
-- Package 'bzip2', required by 'freetype2', not found
Generating file /home/qt/work/qt/qtbase/build/target/src/widgets/qtwidgets-config_p.h.
Generating file /home/qt/work/qt/qtbase/build/target/src/widgets/qtwidgets-config.h.
-- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GLIB2_INCLUDE_DIRS)
-- Could NOT find Fontconfig (missing: Fontconfig_LIBRARY Fontconfig_INCLUDE_DIR)
-- Could NOT find Libinput (missing: Libinput_LIBRARY Libinput_INCLUDE_DIR)
-- Could NOT find XKB (missing: XKB_LIBRARY XKB_INCLUDE_DIR) (found version "0.8.0")
-- Checking for module 'tslib'
-- No package 'tslib' found
-- Checking for module 'mtdev'
-- No package 'mtdev' found
QtTest: created deprecated header(s) { qtest_global.h }
Generating file /home/qt/work/qt/qtbase/build/target/src/testlib/qttestlib-config_p.h.
Generating file /home/qt/work/qt/qtbase/build/target/src/testlib/qttestlib-config.h.
-- Could NOT find Cups (missing: CUPS_LIBRARIES CUPS_INCLUDE_DIR)
Generating file /home/qt/work/qt/qtbase/build/target/src/printsupport/qtprintsupport-config_p.h.
Generating file /home/qt/work/qt/qtbase/build/target/src/printsupport/qtprintsupport-config.h.
-- Could NOT find MySQL (missing: MySQL_LIBRARIES MySQL_INCLUDE_DIRS)
-- Could NOT find PostgreSQL (missing: PostgreSQL_LIBRARY PostgreSQL_INCLUDE_DIR PostgreSQL_TYPE_INCLUDE_DIR)
-- Could NOT find ODBC (missing: ODBC_LIBRARY ODBC_INCLUDE_DIR)
-- Found SQLite3: /home/qt/vcpkg/installed/x64-android/include (found version "3.29.0")
Generating file /home/qt/work/qt/qtbase/build/target/src/plugins/sqldrivers/qtsqldrivers-config_p.h.
Generating file /home/qt/work/qt/qtbase/build/target/src/plugins/sqldrivers/qtsqldrivers-config.h.
CMake Warning (dev) at cmake/QtBuild.cmake:1748 (message):
add_qt_plugin called without setting CLASS_NAME.
Call Stack (most recent call first):
src/plugins/bearer/android/src/CMakeLists.txt:7 (add_qt_plugin)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/QtBuild.cmake:1748 (message):
add_qt_plugin called without setting CLASS_NAME.
Call Stack (most recent call first):
src/plugins/platforms/android/CMakeLists.txt:7 (add_qt_plugin)
This warning is for project developers. Use -Wno-dev to suppress it.
Generating ModuleDepends files and CMake ModuleDependencies files for Core;Concurrent;Sql;Network;Xml;Gui;Widgets;EdidSupport;EventDispatcherSupport;DeviceDiscoverySupport;FbSupport;ThemeSupport;FontDatabaseSupport;InputSupport;ServiceSupport;AccessibilitySupport;PlatformHeaders;Test;PrintSupport...
Generate /home/qt/work/qt/qtbase/build/target/include/QtCore/QtCoreDepends...
Generate /home/qt/work/qt/qtbase/build/target/include/QtConcurrent/QtConcurrentDepends...
Generate /home/qt/work/qt/qtbase/build/target/include/QtSql/QtSqlDepends...
Generate /home/qt/work/qt/qtbase/build/target/include/QtNetwork/QtNetworkDepends...
Generate /home/qt/work/qt/qtbase/build/target/include/QtXml/QtXmlDepends...
Generate /home/qt/work/qt/qtbase/build/target/include/QtGui/QtGuiDepends...
Generate /home/qt/work/qt/qtbase/build/target/include/QtWidgets/QtWidgetsDepends...
Generate /home/qt/work/qt/qtbase/build/target/include/QtEdidSupport/QtEdidSupportDepends...
Generate /home/qt/work/qt/qtbase/build/target/include/QtEventDispatcherSupport/QtEventDispatcherSupportDepends...
Generate /home/qt/work/qt/qtbase/build/target/include/QtDeviceDiscoverySupport/QtDeviceDiscoverySupportDepends...
Generate /home/qt/work/qt/qtbase/build/target/include/QtFbSupport/QtFbSupportDepends...
Generate /home/qt/work/qt/qtbase/build/target/include/QtThemeSupport/QtThemeSupportDepends...
Generate /home/qt/work/qt/qtbase/build/target/include/QtFontDatabaseSupport/QtFontDatabaseSupportDepends...
Generate /home/qt/work/qt/qtbase/build/target/include/QtInputSupport/QtInputSupportDepends...
Generate /home/qt/work/qt/qtbase/build/target/include/QtServiceSupport/QtServiceSupportDepends...
Generate /home/qt/work/qt/qtbase/build/target/include/QtAccessibilitySupport/QtAccessibilitySupportDepends...
Generate /home/qt/work/qt/qtbase/build/target/include/QtPlatformHeaders/QtPlatformHeadersDepends...
Generate /home/qt/work/qt/qtbase/build/target/include/QtTest/QtTestDepends...
Generate /home/qt/work/qt/qtbase/build/target/include/QtPrintSupport/QtPrintSupportDepends...
Generating CMake PluginDependencies files for qsqlite;qandroidbearer;qtforandroid;qico;qgif...
-- The following packages have been found:
* QtBuildInternals
* Java (required version >= 1.8)
* ZSTD, ZSTD compression library, <https://github.com/facebook/zstd>
* WrapDoubleConversion
* Atomic
* WrapRt
* WrapPCRE2
* OpenSSL
* Qt6CoreTools (required version >= 6.0.0)
* Qt6WidgetsTools (required version >= 6.0.0)
* ATSPI2
* BZip2
* ZLIB
* PNG
* WrapFreetype
* PkgConfig
* SQLite3
-- The following OPTIONAL packages have not been found:
* DBus1
* WrapDBus1
* Libudev
* double-conversion
* ICU
* Libsystemd
* LTTngUST
* Slog2
* Libproxy
* X11_XCB, A compatibility library for code that translates Xlib API calls into XCB calls, <http://xorg.freedesktop.org/>
* Libdrm, Userspace interface to kernel DRM services., <https://wiki.freedesktop.org/dri/>
* EGL, A platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG., <https://www.khronos.org/egl/>
* gbm, Mesa gbm library., <http://www.mesa3d.org>
* JPEG
* OpenGL
* GLESv2
* Vulkan
* GTK3
* GLIB2, Event loop and utility library, <https://wiki.gnome.org/Projects/GLib>
* Fontconfig
* Libinput, Library to handle input devices in Wayland compositors and to provide a generic X.Org input driver., <http://www.freedesktop.org/wiki/Software/libinput/>
* XKB, XKB API common to servers and clients., <http://xkbcommon.org>
* Tslib
* Mtdev
* Cups
* DB2, IBM DB2 client library, <https://www.ibm.com>
* MySQL, MySQL client library, <https://www.mysql.com>
* PostgreSQL
* Oracle, Oracle client library, <https://www.oracle.com>
* ODBC
Qt is now configured for building. Just run 'cmake --build . --parallel'.
Once everything is built, you must run 'cmake --install .'.
Qt will be installed into '/home/qt/work/install/target'
To configure and build other modules, you can use the following convenience script:
/home/qt/work/install/target/bin/qt-cmake
If reconfiguration fails for some reason, try to remove 'CMakeCache.txt' from the build directory
-- Configuring done
CMake Error at /home/qt/vcpkg/scripts/buildsystems/vcpkg.cmake:195 (_add_library):
Target "qtforandroid" links to target "Qt::EglSupport" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
cmake/QtBuild.cmake:1762 (add_library)
src/plugins/platforms/android/CMakeLists.txt:7 (add_qt_plugin)
CMake Error at /home/qt/vcpkg/scripts/buildsystems/vcpkg.cmake:195 (_add_library):
Target "qtforandroid" links to target "Qt::EglSupportPrivate" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
cmake/QtBuild.cmake:1762 (add_library)
src/plugins/platforms/android/CMakeLists.txt:7 (add_qt_plugin)
CMake Error at /home/qt/vcpkg/scripts/buildsystems/vcpkg.cmake:195 (_add_library):
Target "qtforandroid" links to target "Qt::EglSupport" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
cmake/QtBuild.cmake:1762 (add_library)
src/plugins/platforms/android/CMakeLists.txt:7 (add_qt_plugin)
CMake Error at /home/qt/vcpkg/scripts/buildsystems/vcpkg.cmake:195 (_add_library):
Target "qtforandroid" links to target "Qt::EglSupportPrivate" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
cmake/QtBuild.cmake:1762 (add_library)
src/plugins/platforms/android/CMakeLists.txt:7 (add_qt_plugin)
-- Generating done
CMake Generate step failed. Build files cannot be regenerated correctly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment