Home: https://www.qt.io/
Package license: LGPL-3.0-only
Feedstock license: BSD-3-Clause
Summary: Qt is a cross-platform application and UI framework.
Development: https://github.com/qtproject
Documentation: https://www.qt.io/blog/2014/02/05/qt-5-2-1-released
Qt helps you create connected devices, UIs & applications that run anywhere on any device, on any operating system at any time. This module provides a dummy installer for Qt. It does not install any Qt package. It configures the specified Conda environment to use the installed Qt. It expects the appropriate Qt to have been previously acquired.
Name | Downloads | Version | Platforms |
---|---|---|---|
Installing qt-dummy
from the mesomorph
channel can be installed:
mamba install -c mesomorph qt-dummy -n cts --force-reinstall
The mesomorph
channel can be added to the default channels with:
conda config --add channels mesomorph
conda config --set channel_priority strict
Once the mesomorph
channel has been enabled, qt-dummy
can be installed with conda
:
conda install qt-dummy
or with mamba
:
mamba install qt-dummy
It is possible to list all the versions of qt-dummy
available on your platform with conda
:
conda search qt-dummy --channel mesomorph
or with mamba
:
mamba search qt-dummy --channel mesomorph
Alternatively, mamba repoquery
may provide more information:
# Search all versions available on your platform:
mamba repoquery search qt-dummy --channel mesomorph
# List packages depending on `qt-dummy`:
mamba repoquery whoneeds qt-dummy --channel mesomorph
# List dependencies of `qt-dummy`:
mamba repoquery depends qt-dummy --channel mesomorph
If you would like to improve the qt-dummy recipe or build a new package version, please fork this repository and submit a PR.
In order to produce a uniquely identifiable distribution:
- If the version of a package is not being increased, please add or increase
the
build/number
. - If the version of a package is being increased, please remember to return
the
build/number
back to 0.