Details
-
Suggestion
-
Resolution: Invalid
-
P3: Somewhat important
-
None
-
1.4.0
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
- relates to
-
QTIFW-592 Expose OS information to script
- Closed