Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 9 additions & 11 deletions depends/packages/qt.mk
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
PACKAGE=qt
package=qt
$(package)_version=5.12.11
#$(package)_download_path=https://download.qt.io/official_releases/qt/5.12/$($(package)_version)/submodules
$(package)_download_path=https://download.qt.io/archive/qt/5.12/$($(package)_version)/submodules
$(package)_suffix=everywhere-src-$($(package)_version).tar.xz
$(package)_file_name=qtbase-$($(package)_suffix)
$(package)_download_path=https://download.qt.io/archive/qt/5.12/5.12.11/submodules/
$(package)_file_name=qtbase-everywhere-src-5.12.11.tar.xz
$(package)_sha256_hash=1c1b4e33137ca77881074c140d54c3c9747e845a31338cfe8680f171f0bc3a39
$(package)_dependencies=openssl
$(package)_linux_dependencies=freetype fontconfig libxcb libxkbcommon
$(package)_qt_libs=corelib network widgets gui plugins testlib
$(package)_patches=fix_qt_pkgconfig.patch mac-qmake.conf fix_no_printer.patch no-xlib.patch
$(package)_patches+= fix_android_qmake_conf.patch fix_android_jni_static.patch dont_hardcode_pwd.patch
$(package)_patches+= drop_lrelease_dependency.patch no_sdk_version_check.patch
$(package)_patches+= fix_lib_paths.patch fix_android_pch.patch
$(package)_patches+= qtbase-moc-ignore-gcc-macro.patch
$(package)_patches+=fix_android_qmake_conf.patch fix_android_jni_static.patch dont_hardcode_pwd.patch
$(package)_patches+=drop_lrelease_dependency.patch no_sdk_version_check.patch
$(package)_patches+=fix_lib_paths.patch fix_android_pch.patch
$(package)_patches+=qtbase-moc-ignore-gcc-macro.patch

$(package)_qttranslations_file_name=qttranslations-$($(package)_suffix)
$(package)_qttranslations_file_name=qttranslations-everywhere-src-5.12.11.tar.xz
$(package)_qttranslations_sha256_hash=577b0668a777eb2b451c61e8d026d79285371597ce9df06b6dee6c814164b7c3

$(package)_qttools_file_name=qttools-$($(package)_suffix)
$(package)_qttools_file_name=qttools-everywhere-src-5.12.11.tar.xz
$(package)_qttools_sha256_hash=98b2aaca230458f65996f3534fd471d2ffd038dd58ac997c0589c06dc2385b4f

$(package)_extra_sources = $($(package)_qttranslations_file_name)
Expand Down