Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Brainstorm
  4. Distribution of Qt via `conda-forge`
Forum Updated to NodeBB v4.3 + New Features

Distribution of Qt via `conda-forge`

Scheduled Pinned Locked Moved Unsolved Brainstorm
2 Posts 2 Posters 2.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    phreed
    wrote on last edited by phreed
    #1

    There are already Qt packages for conda-forge
    i.e. https://anaconda.org/conda-forge/qt
    I presume these are legal.
    I have a need to develop for different versions of qt.
    My plan is to have separate conda environments for each version of qt.
    My problem is that one of the versions of qt I need to target is 5.2.1 for which there is not currently a conda package.
    I am in the process of building a dummy package for qt-v5.2.1.
    It does not install qt but rather searches to see it a version of qt is available and, if so, adds it to the environment.
    The preferred conda way is to for the conda package to build and install the target software to avoid ABI incompatiblities.
    Here is a thread discussing the points.
    https://github.com/conda-forge/conda-forge.github.io/issues/1706
    What I am looking for is advice on legally distributing Qt.
    The git repo git://code.qt.io/qt/qt5.git only goes back to v5.3
    Is there another git repo housing the v5.2 source?

    JKSHJ 1 Reply Last reply
    0
    • P phreed

      There are already Qt packages for conda-forge
      i.e. https://anaconda.org/conda-forge/qt
      I presume these are legal.
      I have a need to develop for different versions of qt.
      My plan is to have separate conda environments for each version of qt.
      My problem is that one of the versions of qt I need to target is 5.2.1 for which there is not currently a conda package.
      I am in the process of building a dummy package for qt-v5.2.1.
      It does not install qt but rather searches to see it a version of qt is available and, if so, adds it to the environment.
      The preferred conda way is to for the conda package to build and install the target software to avoid ABI incompatiblities.
      Here is a thread discussing the points.
      https://github.com/conda-forge/conda-forge.github.io/issues/1706
      What I am looking for is advice on legally distributing Qt.
      The git repo git://code.qt.io/qt/qt5.git only goes back to v5.3
      Is there another git repo housing the v5.2 source?

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      @phreed said in Distribution of Qt via `conda-forge`:

      What I am looking for is advice on legally distributing Qt.

      If you plan to use Qt under the (L)GPL license, then you just need to comply with the rules of the (L)GPL license.

      The git repo git://code.qt.io/qt/qt5.git only goes back to v5.3

      The old branches are gone, but the tags are definitely still there.

      https://code.qt.io/cgit/qt/qt5.git/tree/?h=v5.2.1

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved