![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qdir.h"#include "qstringlist.h"#include "qfile.h"#include "qlibraryinfo.h"#include "qlibraryinfo_p.h"#include "qcoreapplication.h"#include "private/qcoreapplication_p.h"#include "private/qfilesystementry_p.h"#include "archdetect.cpp"#include "qconfig.cpp"#include <memory>Go to the source code of this file.
Macros | |
| #define | COMPILER_STRING "<unknown compiler>" |
| #define | DEBUG_STRING " debug" |
| #define | SHARED_STRING " static" |
Functions | |
| void | qDumpCPUFeatures () |
| static const char * | qt_build_string () noexcept |
| static QString | prefixFromAppDirHelper () |
| static QString | getPrefix (QLibraryInfoPrivate::UsageMode usageMode) |
| static bool | keepQtBuildDefaults () |
| static bool | pathIsRelative (const QString &path) |
| static bool | pathIsAbsolute (const QString &path) |
| #define COMPILER_STRING "<unknown compiler>" |
Definition at line 206 of file qlibraryinfo.cpp.
| #define DEBUG_STRING " debug" |
Definition at line 211 of file qlibraryinfo.cpp.
| #define SHARED_STRING " static" |
Definition at line 216 of file qlibraryinfo.cpp.
|
static |
Definition at line 455 of file qlibraryinfo.cpp.
|
static |
Definition at line 544 of file qlibraryinfo.cpp.
|
static |
Definition at line 619 of file qlibraryinfo.cpp.
|
static |
Definition at line 613 of file qlibraryinfo.cpp.
|
static |
Definition at line 275 of file qlibraryinfo.cpp.
|
extern |
Definition at line 683 of file qsimd.cpp.
References detectProcessorFeatures(), features_indices, features_string, qCompilerCpuFeatures, and SimdInitialized.
|
staticnoexcept |
Definition at line 218 of file qlibraryinfo.cpp.