true false true $(QtInstall) $(QtVersionsRegistryPath)\$(QtInstall) $([MSBuild]::GetRegistryValue('$(QtInstallRegKey)','InstallDir')) $(QtInstallRegDir) $(QtInstallRegDir.Split(':')[1]) $(QtInstall) $([System.IO.Path]::Combine('$(QtInstallDir)','$(QtPathBinaries)').Replace('\', '/')) $([System.IO.Path]::Combine('$(QtInstallDir)','$(QtPathLibraryExecutables)').Replace('\', '/')) $(QtInstallDir) PATH=$(QtDllPath);%PATH% $(LocalDebuggerEnvironment) -qmljsdebugger=file:$(ProjectGuid),block QML_DEBUG_ARGS=$(QmlDebug) $(LocalDebuggerEnvironment) ResolveReferences;PrepareForBuild;InitializeBuildStatus FinalizeBuildStatus $(QMake_Makefile) $(QMake_MSBuild); $(QtVars .Replace(' ', '') .Replace('%0a', '') .Replace('%0d', '') .Trim(';')) $(QtLinkNatvisFile) $([MSBuild]::GetRegistryValue( '$(QtSettingsRegistryPath)','LinkNatvis')) true false $([System.IO.Path]::Combine('$(QtInstallDir)', 'mkspecs', 'qconfig.pri' )) $([MSBuild]::Unescape( $([System.IO.File]::ReadAllText('$(QConfigPriPath)') .Replace(' ', ';') .Replace(' =', '=') .Replace('= ', '=')) )) $([System.Text.RegularExpressions.Regex]::Match($(QConfigPriContent), 'QT_NAMESPACE=([a-zA-Z0-9]+)').get_Groups().get_Item(1) ) $(Qt_DEFINES_);%(PreprocessorDefinitions) QT_QML_DEBUG;%(PreprocessorDefinitions) %(AdditionalIncludeDirectories);$(ProjectDir);$(Qt_INCLUDEPATH_) $(Qt_STDCPP_) $(Qt_RUNTIME_) %(AdditionalDependencies);$(Qt_LIBS_) %(AdditionalLibraryDirectories);$(Qt_LIBPATH_) %(SharedLibrarySearchPath);$(Qt_LIBPATH_) $(Qt_LINK_OPTIONS_) %(AdditionalOptions) /NATVIS:"$(IntDir)\qt.natvis" %(AdditionalOptions) $(CAExcludePath);$(Qt_INCLUDEPATH_)