# Description: Qt Creator is the cross-platform IDE that makes application and UI development a breeze # URL: https://www.qt.io/ide/ # Maintainer: Samsky, samsky72 at gmail dot com # Depends on: qt5, qtwebengine name=qt-creator version=4.5.1 release=1 source=(https://github.com/$name/$name/archive/v$version/$name-v$version.tar.gz) build() { cd $name-$version qmake-qt5 make make INSTALL_ROOT=$PKG/usr install }