Details
-
Type:
Suggestion
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Invalid
-
Affects Version/s: 1.4.0
-
Fix Version/s: None
-
Component/s: General
-
Labels:
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
-