Skip to content

Commit

Permalink
Update qt.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoLover705 authored Feb 5, 2021
1 parent 571ba6b commit 3dfa864
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions depends/packages/qt.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PACKAGE=qt
$(package)_version=5.15.2
$(package)_download_path=http://download.qt.io/archive/qt/5.15
$(package)_file_name=qt-everywhere-src-$($(package)_version).tar.gz
$(package)_sha256_hash=84e924181d4ad6db00239d87250cc89868484a14841f77fb85ab1f1dbdcd7da1
$(package)_version=5.7.1
$(package)_download_path=http://download.qt.io/official_releases/qt/5.7/$($(package)_version)/submodules
$(package)_suffix=opensource-src-$($(package)_version).tar.gz
$(package)_sha256_hash=95f83e532d23b3ddbde7973f380ecae1bac13230340557276f75f2e37984e410
$(package)_dependencies=openssl
$(package)_linux_dependencies=freetype fontconfig dbus libxcb libX11 xproto libXext
$(package)_build_subdir=qtbase
Expand Down

0 comments on commit 3dfa864

Please sign in to comment.