Uploaded image for project: 'Qt License server'
  1. Qt License server
  2. QLS-1623

backwards compatibility test case for Qt 6.8.1

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P2: Important
    • None
    • None
    • General
    • None

    Description

      • Use Qt Account which contains a named license to run the installer
      • Install the following components
        • Qt 6.8.1 desktop package
          • On windows: both mingw and msvc
        • qt.qt6.681.examples
        • qt.tools.cmake
        • qt.tools.ninja
        • Windows:
          • msvc compiler
          • mingw compiler
      • Post install
        • put CMake and Ninja into PATH
      • Clear the license cache
        • qtlicensetool(.exe) --clear-reservations
      • Put the compiler / toolchain in PATH
        • linux & mac
          • no actions needed
        • win
          • put mingw and msvc into PATH  # do these conflict or do you need to do these separately?
      • Build example with cmake
        • cd <the folder where the examples folder is, i.e. next to the examples folder, not inside it>
        • mkdir cmake_shadow_build
        • cd cmake_shadow_build
        • cmake ../hello_world_example/
        • cmake --build .
        • Verify from output that the license was obtained
      • Build example with qmake
        • cd <the folder where the examples folder is, i.e. next to the examples folder, not inside it>
        • mkdir qmake_shadow_build
        • cd qmake_shadow_build
        • <path to Qt 6.8.1 install folder>/bin/qmake ../hello_world_example/
        • make  (linux) | nmake ? (msvc) | nmake ? (mingw)
        • Verify from output that the license was obtained

       

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              iikkak Iikka Konola
              iikkak Iikka Konola
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes