Skip to content

Commit

Permalink
Update qt
Browse files Browse the repository at this point in the history
  • Loading branch information
thestr4ng3r committed Mar 5, 2019
1 parent bcf7793 commit e5ca2d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ ${PATCHELF_SRC_DIR}_target=PATCHELF_SRC
#QT_SRC_URL=https://download.qt.io/official_releases/qt/5.12/5.12.1/single/qt-everywhere-src-5.12.1.tar.xz

QT_BIN_FILE=cutter-deps-qt.tar.gz
QT_BIN_URL=https://github.com/radareorg/cutter-deps-qt/releases/download/v5/cutter-deps-qt-${PLATFORM}.tar.gz
QT_BIN_MD5_linux=4155bfd8299eea3a0eacb1542419eee8
QT_BIN_MD5_macos=95d8a9b8cabc7d5c1b75ae4dc959a178
QT_BIN_URL=https://github.com/radareorg/cutter-deps-qt/releases/download/v6/cutter-deps-qt-${PLATFORM}.tar.gz
QT_BIN_MD5_linux=d2db84f326e3512ff33322bb1133889f
QT_BIN_MD5_macos=c29a963b999e07b40629711147fafb0b
QT_BIN_MD5_win=TODO
QT_BIN_MD5=${QT_BIN_MD5_${PLATFORM}}
QT_BIN_DIR=qt
Expand Down

0 comments on commit e5ca2d6

Please sign in to comment.