|
|
@ -4,7 +4,7 @@ $(package)_download_path=https://download.qt.io/official_releases/qt/5.9/$($(pac
|
|
|
|
$(package)_suffix=opensource-src-$($(package)_version).tar.xz
|
|
|
|
$(package)_suffix=opensource-src-$($(package)_version).tar.xz
|
|
|
|
$(package)_file_name=qtbase-$($(package)_suffix)
|
|
|
|
$(package)_file_name=qtbase-$($(package)_suffix)
|
|
|
|
$(package)_sha256_hash=9b9dec1f67df1f94bce2955c5604de992d529dde72050239154c56352da0907d
|
|
|
|
$(package)_sha256_hash=9b9dec1f67df1f94bce2955c5604de992d529dde72050239154c56352da0907d
|
|
|
|
$(package)_dependencies=openssl zlib
|
|
|
|
$(package)_dependencies=zlib
|
|
|
|
$(package)_linux_dependencies=freetype fontconfig libxcb
|
|
|
|
$(package)_linux_dependencies=freetype fontconfig libxcb
|
|
|
|
$(package)_build_subdir=qtbase
|
|
|
|
$(package)_build_subdir=qtbase
|
|
|
|
$(package)_qt_libs=corelib network widgets gui plugins testlib
|
|
|
|
$(package)_qt_libs=corelib network widgets gui plugins testlib
|
|
|
@ -42,9 +42,11 @@ $(package)_config_opts += -no-linuxfb
|
|
|
|
$(package)_config_opts += -no-libjpeg
|
|
|
|
$(package)_config_opts += -no-libjpeg
|
|
|
|
$(package)_config_opts += -no-libudev
|
|
|
|
$(package)_config_opts += -no-libudev
|
|
|
|
$(package)_config_opts += -no-mtdev
|
|
|
|
$(package)_config_opts += -no-mtdev
|
|
|
|
|
|
|
|
$(package)_config_opts += -no-openssl
|
|
|
|
$(package)_config_opts += -no-openvg
|
|
|
|
$(package)_config_opts += -no-openvg
|
|
|
|
$(package)_config_opts += -no-reduce-relocations
|
|
|
|
$(package)_config_opts += -no-reduce-relocations
|
|
|
|
$(package)_config_opts += -no-qml-debug
|
|
|
|
$(package)_config_opts += -no-qml-debug
|
|
|
|
|
|
|
|
$(package)_config_opts += -no-securetransport
|
|
|
|
$(package)_config_opts += -no-sql-db2
|
|
|
|
$(package)_config_opts += -no-sql-db2
|
|
|
|
$(package)_config_opts += -no-sql-ibase
|
|
|
|
$(package)_config_opts += -no-sql-ibase
|
|
|
|
$(package)_config_opts += -no-sql-oci
|
|
|
|
$(package)_config_opts += -no-sql-oci
|
|
|
@ -59,7 +61,6 @@ $(package)_config_opts += -no-xinput2
|
|
|
|
$(package)_config_opts += -nomake examples
|
|
|
|
$(package)_config_opts += -nomake examples
|
|
|
|
$(package)_config_opts += -nomake tests
|
|
|
|
$(package)_config_opts += -nomake tests
|
|
|
|
$(package)_config_opts += -opensource
|
|
|
|
$(package)_config_opts += -opensource
|
|
|
|
$(package)_config_opts += -openssl-linked
|
|
|
|
|
|
|
|
$(package)_config_opts += -optimized-qmake
|
|
|
|
$(package)_config_opts += -optimized-qmake
|
|
|
|
$(package)_config_opts += -pch
|
|
|
|
$(package)_config_opts += -pch
|
|
|
|
$(package)_config_opts += -pkg-config
|
|
|
|
$(package)_config_opts += -pkg-config
|
|
|
|