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

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

      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;
      }
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes