Uploaded image for project: 'Qt Installer Framework'
  1. Qt Installer Framework
  2. QTIFW-439

Detecting system wordsize (64/32 bit) from installer.qs script

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Invalid
    • P3: Somewhat important
    • None
    • 1.4.0
    • General

    Description

      Installer miss function to detect system wordsize from script. Some applications need to check it for installing correct versions of external binaries.

      Could be just wrapper api for QSysInfo::WordSize in Component or PackageManagerCore API class.

      Q_INVOKABLE int systemWordSize();
      
      #include <QSysInfo>
      int PackageManagerCore::systemWordSize() const
      {
      return QSysInfo::WordSize;
      }
      

      Attachments

        Issue Links

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

          Activity

            People

              installerteam Installer Team
              qtcomsupport Qt Support
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes