![]() |
Qt 6.x
The Qt SDK
|
Public Types | |
enum | DeploymentMechanism { Bundled , Unbundled } |
enum | TriState { Auto , False , True } |
enum | DebugDetection { DebugDetectionAuto , DebugDetectionForceDebug , DebugDetectionForceRelease } |
typedef QPair< QString, QString > | BundledFile |
Public Member Functions | |
Options () | |
void | setCurrentQtArchitecture (const QString &arch, const QString &directory, const QHash< QString, QString > &directories) |
enum Options::TriState |
|
inline |
Definition at line 215 of file main.cpp.
References currentArchitecture, directory, qtDataDirectory, qtInstallDirectory, qtLibExecsDirectory, qtLibsDirectory, qtPluginsDirectory, and qtQmlDirectory.
Referenced by main().
QString Options::activity |
Definition at line 123 of file main.cpp.
Referenced by main(), parseOptions(), and parseTestArgs().
QString Options::adbCommand {QStringLiteral("adb")} |
Definition at line 120 of file main.cpp.
Referenced by isRunning(), main(), obtainSDKVersion(), parseOptions(), pullFiles(), and waitToFinish().
ModuleBitset Options::additionalLibraries |
Definition at line 170 of file main.cpp.
Referenced by deploy(), and parseArguments().
QString Options::androidPlatform |
Definition at line 173 of file main.cpp.
Referenced by buildAndroidProject(), main(), parseOptions(), and readInputFile().
QString Options::androidSourceDirectory |
Definition at line 150 of file main.cpp.
Referenced by cleanAndroidFiles(), copyAndroidSources(), and readInputFile().
QString Options::apkPath |
Definition at line 207 of file main.cpp.
Referenced by copyPackage(), main(), parseOptions(), parseOptions(), and writeDependencyFile().
QString Options::applicationArguments |
Definition at line 154 of file main.cpp.
Referenced by readInputFile(), and updateAndroidManifest().
QString Options::applicationBinary |
Definition at line 153 of file main.cpp.
Referenced by containsApplicationBinary(), main(), readDependencies(), readInputFile(), updateAndroidManifest(), and updateStringsXml().
QHash<QString, QStringList> Options::archExtraLibs |
Definition at line 187 of file main.cpp.
Referenced by copyAndroidExtraLibs(), and updateLibsXml().
QHash<QString, QStringList> Options::archExtraPlugins |
Definition at line 189 of file main.cpp.
Referenced by copyAndroidExtraResources().
QHash<QString, QtInstallDirectoryWithTriple> Options::architectures |
Definition at line 174 of file main.cpp.
Referenced by buildAndroidProject(), copyStdCpp(), main(), readInputFile(), readInputFileDirectory(), and updateLibsXml().
bool Options::auxMode |
Definition at line 125 of file main.cpp.
Referenced by main(), and parseOptions().
QStringList Options::binaries |
Definition at line 182 of file main.cpp.
Referenced by deploy(), deployWebProcess(), and parseArguments().
bool Options::build |
Definition at line 124 of file main.cpp.
Referenced by containsApplicationBinary(), copyQtFiles(), main(), parseOptions(), and readInputFile().
bool Options::buildAAB = false |
Definition at line 178 of file main.cpp.
Referenced by buildAndroidProject(), parseOptions(), signAAB(), and signPackage().
QString Options::buildDirectory |
Definition at line 158 of file main.cpp.
Referenced by parseOptions(), and writeDependencyFile().
QString Options::buildPath |
Definition at line 119 of file main.cpp.
Referenced by main(), and parseOptions().
QHash<QString, QList<BundledFile> > Options::bundledFiles |
Definition at line 228 of file main.cpp.
Referenced by copyQtFiles(), and updateLibsXml().
const QHash<QString, std::function<bool(const QByteArray &)> > Options::checkFiles |
bool Options::compilerRunTime = false |
Definition at line 166 of file main.cpp.
Referenced by deploy(), and parseArguments().
bool Options::copyDependenciesOnly = false |
Definition at line 127 of file main.cpp.
Referenced by main(), parseOptions(), and writeDependencyFile().
QString Options::currentArchitecture |
Definition at line 175 of file main.cpp.
Referenced by checkArchitecture(), containsApplicationBinary(), copyAndroidExtraLibs(), copyAndroidExtraResources(), copyQtFiles(), copyStdCpp(), getQtLibsFromElf(), goodToCopy(), main(), readAndroidDependencyXml(), readDependencies(), readDependenciesFromElf(), scanImports(), and setCurrentQtArchitecture().
DebugDetection Options::debugDetection = DebugDetectionAuto |
Definition at line 185 of file main.cpp.
Referenced by deploy(), and parseArguments().
QString Options::depFilePath |
Definition at line 157 of file main.cpp.
Referenced by main(), parseOptions(), and writeDependencyFile().
DeploymentMechanism Options::deploymentMechanism |
Definition at line 183 of file main.cpp.
Referenced by copyAndroidExtraLibs(), copyQtFiles(), isDeployment(), main(), parseOptions(), and readInputFile().
bool Options::deployPdb = false |
Definition at line 186 of file main.cpp.
Referenced by deploy(), parseArguments(), and updateLibrary().
QString Options::digestAlg |
Definition at line 200 of file main.cpp.
Referenced by parseOptions(), and signAAB().
QString Options::directory |
Definition at line 175 of file main.cpp.
Referenced by deploy(), deployWebEngineCore(), deployWebProcess(), main(), parseArguments(), and setCurrentQtArchitecture().
ModuleBitset Options::disabledLibraries |
Definition at line 171 of file main.cpp.
Referenced by deploy(), and parseArguments().
QStringList Options::disabledPluginTypes |
Definition at line 167 of file main.cpp.
Referenced by deploy(), and parseArguments().
bool Options::dryRun = false |
Definition at line 187 of file main.cpp.
Referenced by deploy(), deployWebEngineCore(), main(), and parseArguments().
std::vector<QString> Options::extraLibraryDirs |
Definition at line 149 of file main.cpp.
Referenced by absoluteFilePath(), and readInputFile().
QStringList Options::extraLibs |
Definition at line 186 of file main.cpp.
Referenced by copyAndroidExtraLibs(), and readInputFile().
QStringList Options::extraPlugins |
Definition at line 188 of file main.cpp.
Referenced by copyAndroidExtraResources(), and readInputFile().
std::vector<QString> Options::extraPrefixDirs |
Definition at line 146 of file main.cpp.
Referenced by absoluteFilePath(), findFilesRecursively(), readInputFile(), and scanImports().
QStringList Options::features |
Definition at line 236 of file main.cpp.
Referenced by readAndroidDependencyXml(), and updateAndroidManifest().
bool Options::helpRequested = false |
Definition at line 121 of file main.cpp.
Referenced by main(), parseOptions(), and parseOptions().
bool Options::ignoreLibraryErrors = false |
Definition at line 189 of file main.cpp.
Referenced by parseArguments(), and updateLibrary().
QStringList Options::initClasses |
Definition at line 234 of file main.cpp.
Referenced by readAndroidDependencyXml(), and updateLibsXml().
QString Options::inputFileName |
Definition at line 152 of file main.cpp.
Referenced by main(), parseOptions(), readInputFile(), and readInputFileDirectory().
bool Options::installApk |
Definition at line 210 of file main.cpp.
Referenced by main(), and parseOptions().
QString Options::installLocation |
Definition at line 212 of file main.cpp.
Referenced by main(), parseOptions(), and runAdb().
bool Options::internalSf |
Definition at line 204 of file main.cpp.
Referenced by parseOptions(), and signAAB().
bool Options::isZstdCompressionEnabled = false |
Definition at line 179 of file main.cpp.
Referenced by createRcc(), and readInputFile().
QString Options::jdkPath |
Definition at line 135 of file main.cpp.
Referenced by parseOptions(), and signAAB().
JsonOutput* Options::json = nullptr |
Definition at line 183 of file main.cpp.
Referenced by deploy(), deployTranslations(), deployWebEngineCore(), deployWebProcess(), main(), parseArguments(), and updateLibrary().
QString Options::keyPass |
Definition at line 197 of file main.cpp.
Referenced by parseOptions(), signAAB(), and signPackage().
QString Options::keyStore |
Definition at line 193 of file main.cpp.
Referenced by copyPackage(), installApk(), main(), parseOptions(), signAAB(), and signPackage().
QString Options::keyStoreAlias |
Definition at line 195 of file main.cpp.
Referenced by parseOptions(), signAAB(), and signPackage().
QString Options::keyStorePassword |
Definition at line 194 of file main.cpp.
Referenced by parseOptions(), signAAB(), and signPackage().
QStringList Options::languages |
Definition at line 178 of file main.cpp.
Referenced by deployTranslations(), and parseArguments().
bool Options::libraries = true |
Definition at line 161 of file main.cpp.
Referenced by deploy(), and parseArguments().
QString Options::libraryDirectory |
Definition at line 179 of file main.cpp.
Referenced by deploy(), main(), and parseArguments().
ListOption Options::list = ListNone |
Definition at line 184 of file main.cpp.
Referenced by main(), and parseArguments().
QHash<QString, QStringList> Options::localLibs |
Definition at line 230 of file main.cpp.
Referenced by readAndroidDependencyXml(), readDependencies(), and updateLibsXml().
QString Options::makeCommand |
Definition at line 121 of file main.cpp.
Referenced by main(), and parseOptions().
QByteArray Options::minSdkVersion {"23"} |
Definition at line 165 of file main.cpp.
Referenced by buildAndroidProject(), and readInputFile().
QString Options::ndkHost |
Definition at line 177 of file main.cpp.
Referenced by llvmReadobjPath(), and readInputFile().
QString Options::ndkPath |
Definition at line 133 of file main.cpp.
Referenced by llvmReadobjPath(), and readInputFile().
QString Options::ndkVersion |
Definition at line 134 of file main.cpp.
Referenced by buildAndroidProject(), and readInputFile().
bool Options::noRccBundleCleanup = false |
Definition at line 126 of file main.cpp.
Referenced by createRcc(), and parseOptions().
Definition at line 125 of file main.cpp.
Referenced by parseTestArgs(), pullFiles(), and setOutputFile().
QString Options::outputDirectory |
Definition at line 151 of file main.cpp.
Referenced by buildAndroidProject(), cleanAndroidFiles(), containsApplicationBinary(), copyAndroidExtraLibs(), copyAndroidExtraResources(), copyAndroidSources(), copyAndroidTemplate(), copyGradleTemplate(), copyQtFiles(), copyStdCpp(), createRcc(), getLibraryProjectsInOutputFolder(), main(), packagePath(), parseOptions(), readDependencies(), readInputFile(), updateAndroidManifest(), updateLibsXml(), and updateStringsXml().
QString Options::package |
Definition at line 122 of file main.cpp.
Referenced by isRunning(), main(), parseTestArgs(), pullFiles(), and waitToFinish().
QString Options::packageName |
Definition at line 185 of file main.cpp.
Referenced by readInputFile(), uninstallApk(), and updateAndroidManifest().
bool Options::patchQt = true |
Definition at line 188 of file main.cpp.
Referenced by deploy(), and parseArguments().
QStringList Options::permissions |
Definition at line 235 of file main.cpp.
Referenced by readAndroidDependencyXml(), and updateAndroidManifest().
int Options::pid = -1 |
Definition at line 129 of file main.cpp.
Referenced by main(), and waitToFinish().
Platform Options::platform = WindowsDesktopMsvc |
Definition at line 169 of file main.cpp.
Referenced by deploy(), deployWebEngineCore(), deployWebProcess(), main(), and parseArguments().
QString Options::pluginDirectory |
Definition at line 180 of file main.cpp.
Referenced by deploy(), and parseArguments().
bool Options::plugins = true |
Definition at line 160 of file main.cpp.
Referenced by deploy(), and parseArguments().
bool Options::protectedAuthenticationPath |
Definition at line 206 of file main.cpp.
Referenced by parseOptions(), and signAAB().
QStringList Options::qmlDirectories |
Definition at line 173 of file main.cpp.
Referenced by deploy(), and parseArguments().
QString Options::qmlDirectory |
Definition at line 181 of file main.cpp.
Referenced by deploy(), and parseArguments().
QStringList Options::qmlImportPaths |
Definition at line 159 of file main.cpp.
Referenced by deploy(), parseArguments(), readInputFile(), and scanImports().
QString Options::qmlImportScannerBinaryPath |
Definition at line 239 of file main.cpp.
Referenced by parseOptions(), readInputFile(), and scanImports().
bool Options::qmlSkipImportScanning = false |
Definition at line 240 of file main.cpp.
Referenced by readDependencies(), and readInputFile().
QStringList Options::qrcFiles |
Definition at line 160 of file main.cpp.
Referenced by readDependencies(), readInputFile(), and scanImports().
QString Options::qtDataDirectory |
Definition at line 140 of file main.cpp.
Referenced by absoluteFilePath(), buildAndroidProject(), cleanAndroidFiles(), copyAndroidTemplate(), copyGradleTemplate(), and setCurrentQtArchitecture().
QHash<QString, QList<QtDependency> > Options::qtDependencies |
Definition at line 229 of file main.cpp.
Referenced by copyQtFiles(), goodToCopy(), readAndroidDependencyXml(), readDependencies(), readDependenciesFromElf(), readInputFile(), scanImports(), and updateLibsXml().
QString Options::qtHostDirectory |
Definition at line 145 of file main.cpp.
Referenced by readInputFile().
QString Options::qtInstallDirectory |
Definition at line 138 of file main.cpp.
Referenced by absoluteFilePath(), buildAndroidProject(), cleanAndroidFiles(), copyAndroidTemplate(), copyGradleTemplate(), findFilesRecursively(), readInputFile(), scanImports(), and setCurrentQtArchitecture().
QString Options::qtLibExecsDirectory |
Definition at line 142 of file main.cpp.
Referenced by createRcc(), scanImports(), and setCurrentQtArchitecture().
QString Options::qtLibsDirectory |
Definition at line 141 of file main.cpp.
Referenced by absoluteFilePath(), and setCurrentQtArchitecture().
QString Options::qtpathsBinary |
Definition at line 176 of file main.cpp.
Referenced by main(), and parseEarlyArguments().
QString Options::qtPluginsDirectory |
Definition at line 143 of file main.cpp.
Referenced by setCurrentQtArchitecture().
QString Options::qtQmlDirectory |
Definition at line 144 of file main.cpp.
Referenced by scanImports(), and setCurrentQtArchitecture().
bool Options::quickImports = true |
Definition at line 162 of file main.cpp.
Referenced by deploy(), deployWebProcess(), and parseArguments().
QString Options::rccBinaryPath |
Definition at line 156 of file main.cpp.
Referenced by createRcc(), and readInputFile().
bool Options::releasePackage |
Definition at line 192 of file main.cpp.
Referenced by buildAndroidProject(), packagePath(), and parseOptions().
std::vector<QString> Options::rootPaths |
Definition at line 155 of file main.cpp.
Referenced by checkCanImportFromRootPaths(), readDependencies(), readInputFile(), and scanImports().
QString Options::sdkBuildToolsVersion |
Definition at line 132 of file main.cpp.
Referenced by buildAndroidProject(), readInputFile(), signPackage(), and zipalignPath().
QString Options::sdkPath |
Definition at line 131 of file main.cpp.
Referenced by buildAndroidProject(), readInputFile(), runAdb(), signPackage(), and zipalignPath().
int Options::sdkVersion = -1 |
Definition at line 128 of file main.cpp.
Referenced by main(), obtainSDKVersion(), and waitToFinish().
bool Options::sectionsOnly |
Definition at line 205 of file main.cpp.
Referenced by parseOptions(), and signAAB().
bool Options::showLogcatOutput = false |
Definition at line 130 of file main.cpp.
Referenced by main(), and parseOptions().
QString Options::sigAlg |
Definition at line 201 of file main.cpp.
Referenced by parseOptions(), and signAAB().
QString Options::sigFile |
Definition at line 198 of file main.cpp.
Referenced by parseOptions(), and signAAB().
bool Options::skipAddInstallRoot = false |
Definition at line 117 of file main.cpp.
Referenced by main(), and parseOptions().
bool Options::softwareRasterizer = true |
Definition at line 168 of file main.cpp.
Referenced by deploy(), and parseArguments().
QString Options::stdCppName = QStringLiteral("c++_shared") |
Definition at line 170 of file main.cpp.
Referenced by copyStdCpp(), and updateLibsXml().
QString Options::stdCppPath |
Definition at line 169 of file main.cpp.
Referenced by copyStdCpp(), and readInputFile().
QString Options::storeType |
Definition at line 196 of file main.cpp.
Referenced by parseOptions(), and signAAB().
bool Options::systemD3dCompiler = true |
Definition at line 164 of file main.cpp.
Referenced by deploy(), and parseArguments().
bool Options::systemDxc = true |
Definition at line 165 of file main.cpp.
Referenced by deploy(), and parseArguments().
QString Options::systemLibsPath |
Definition at line 184 of file main.cpp.
Referenced by readInputFile(), and updateLibsXml().
QByteArray Options::targetSdkVersion {"31"} |
Definition at line 166 of file main.cpp.
Referenced by buildAndroidProject(), and readInputFile().
QString Options::testArgs |
Definition at line 126 of file main.cpp.
Referenced by main(), and parseTestArgs().
QStringList Options::testArgsList |
Definition at line 124 of file main.cpp.
Referenced by parseOptions(), and parseTestArgs().
std::chrono::seconds Options::timeout {480} |
Definition at line 118 of file main.cpp.
Referenced by parseOptions(), and waitToFinish().
QElapsedTimer Options::timer |
bool Options::timing |
Definition at line 123 of file main.cpp.
Referenced by main(), and parseOptions().
QString Options::toolchainPrefix |
Definition at line 176 of file main.cpp.
Referenced by llvmReadobjPath(), and readInputFile().
bool Options::translations = true |
Definition at line 163 of file main.cpp.
Referenced by deploy(), deployWebEngineCore(), deployWebProcess(), and parseArguments().
QString Options::translationsDirectory |
Definition at line 177 of file main.cpp.
Referenced by deploy(), deployWebEngineCore(), and parseArguments().
QString Options::tsaCert |
Definition at line 203 of file main.cpp.
Referenced by parseOptions(), and signAAB().
QString Options::tsaUrl |
Definition at line 202 of file main.cpp.
Referenced by parseOptions(), and signAAB().
bool Options::uninstallApk |
Definition at line 211 of file main.cpp.
Referenced by installApk(), and parseOptions().
unsigned Options::updateFileFlags = 0 |
Definition at line 172 of file main.cpp.
Referenced by deploy(), deployTranslations(), deployWebEngineCore(), deployWebProcess(), parseArguments(), and updateLibrary().
bool Options::usesOpenGL = false |
Definition at line 231 of file main.cpp.
Referenced by updateAndroidManifest(), and updateLibsXml().
bool Options::verbose = false |
Definition at line 122 of file main.cpp.
Referenced by buildAndroidProject(), containsApplicationBinary(), copyAndroidExtraLibs(), copyAndroidExtraResources(), copyAndroidSources(), copyAndroidTemplate(), copyFileIfNewer(), copyQtFiles(), copyStdCpp(), createRcc(), deleteMissingFiles(), getQtLibsFromElf(), installApk(), main(), obtainSDKVersion(), parseOptions(), parseOptions(), readAndroidDependencyXml(), readDependencies(), readDependenciesFromElf(), readInputFile(), runAdb(), runCommand(), scanImports(), signAAB(), signPackage(), uninstallApk(), updateAndroidFiles(), updateAndroidManifest(), updateLibsXml(), updateStringsXml(), waitToFinish(), and writeDependencyFile().
QString Options::versionCode |
Definition at line 164 of file main.cpp.
Referenced by readInputFile(), and updateAndroidManifest().
QString Options::versionName |
Definition at line 163 of file main.cpp.
Referenced by readInputFile(), and updateAndroidManifest().