mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
25 lines
731 B
Plaintext
25 lines
731 B
Plaintext
# IT4Innovations
|
|
# LK 2023
|
|
|
|
name = 'Qt'
|
|
version = '4.8.7'
|
|
|
|
homepage = 'http://qt-project.org/'
|
|
description = "Qt is a local_comprehensive cross-platform C++ application framework."
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = [
|
|
'http://download.qt.io/archive/qt/4.8/4.8.7/',
|
|
'http://master.qt-project.org/archive/qt/%(version_major_minor)s/%(version)s/'
|
|
'http://download.qt.io/official_releases/qt/%(version_major_minor)s/%(version)s//qt-everywhere-opensource-src-%(version)s/.tar.gz'
|
|
]
|
|
sources = ['%(namelower)s-everywhere-opensource-src-%(version)s.tar.gz']
|
|
checksums = ['e2882295097e47fe089f8ac741a95fef47e0a73a3f3cdf21b56990638f626ea0']
|
|
|
|
#dependencies = [('GLib', '2.62.4')]
|
|
|
|
platform = 'linux-g++-64'
|
|
|
|
moduleclass = 'devel'
|