This file is indexed.

/usr/share/qt5/doc/qtdoc/windows-issues.html is in qt5-doc-html 5.5.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- windows.qdoc -->
  <title>Qt for Windows - Specific Issues | Qt 5.5 </title>
  <link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
    <div class="main">
    <div class="main-rounded">
        <div class="navigationbar">
        <ul>
<li><a href="index.html">Qt 5.5</a></li>
<li>Qt for Windows - Specific Issues</li>
<li id="buildversion">Qt 5.5.1 Reference Documentation</li>
    </ul>
    </div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#windows-xp">Windows XP</a></li>
<li class="level2"><a href="#targeting-xp-with-visual-studio-2012-and-later">Targeting XP with Visual Studio 2012 and later</a></li>
<li class="level2"><a href="#installation-location">Installation location</a></li>
<li class="level1"><a href="#possible-gl-conflict">Possible GL conflict</a></li>
<li class="level1"><a href="#gcc-mingw-builds">GCC (MinGW-builds)</a></li>
<li class="level1"><a href="#intel-c-compiler-windows-altix">Intel C++ Compiler (Windows, Altix)</a></li>
<li class="level1"><a href="#visual-studio">Visual Studio</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">Qt for Windows - Specific Issues</h1>
<span class="subtitle"></span>
<!-- $$$windows-issues.html-description -->
<div class="descr"> <a name="details"></a>
<p>This page contains information about <a href="windows-support.html">Qt for Windows</a>.</p>
<a name="windows-xp"></a>
<h2 id="windows-xp">Windows XP</h2>
<a name="targeting-xp-with-visual-studio-2012-and-later"></a>
<h3 >Targeting XP with Visual Studio 2012 and later</h3>
<p>Visual Studio 2012 and later do not support building for Windows XP out of the box. However, support for targeting XP was added in an <a href="http://blogs.msdn.com/b/vcblog/archive/2012/10/08/windows-xp-targeting-with-c-in-visual-studio-2012.aspx">update of Visual Studio 2012</a>. This works also with Visual Studio 2013.</p>
<p>You need to compile Qt from sources. Set up an environment on the command line, for example</p>
<pre class="cpp"><span class="string">&quot;C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat&quot;</span>
set PATH<span class="operator">=</span>C:\Program Files (x86)\Microsoft SDKs\Windows\v7<span class="operator">.</span><span class="number">1A</span>\Bin;<span class="operator">%</span>PATH<span class="operator">%</span>
set INCLUDE<span class="operator">=</span>C:\Program Files (x86)\Microsoft SDKs\Windows\v7<span class="operator">.</span><span class="number">1A</span>\Include;<span class="operator">%</span>INCLUDE<span class="operator">%</span>
set LIB<span class="operator">=</span>C:\Program Files (x86)\Microsoft SDKs\Windows\v7<span class="operator">.</span><span class="number">1A</span>\Include;<span class="operator">%</span>LIB<span class="operator">%</span>
set CL<span class="operator">=</span><span class="operator">/</span>D_USING_V110_SDK71_</pre>
<p>Then run <code>configure</code> with the <code>-target xp</code> argument:</p>
<pre class="cpp">configure <span class="operator">-</span>target xp <span class="operator">&lt;</span>other arguments<span class="operator">&gt;</span>
nmake</pre>
<p>Also compile your own application in the above environment if compiling on the command line. If you use Visual Studio, set the <code>v110_xp</code> toolset in the project's property pages.</p>
<a name="installation-location"></a>
<h3 >Installation location</h3>
<p>Installing Qt into a directory with spaces, for example, <i>C:\Program Files</i>, may cause linker errors like the following:</p>
<pre class="cpp">c:\program<span class="operator">.</span>obj <span class="keyword">not</span> found</pre>
<p>Install Qt into a sub-directory without spaces to avoid this problem.</p>
<a name="possible-gl-conflict"></a>
<h2 id="possible-gl-conflict">Possible GL conflict</h2>
<p>There is a known issue when running Microsoft NetMeeting, Lotus SameTime, and other applications that require screen grabbing while direct rendering is enabled. Other GL-applications may not work as expected, unless direct rendering is disabled.</p>
<a name="gcc-mingw-builds"></a>
<h2 id="gcc-mingw-builds">GCC (MinGW-builds)</h2>
<p>The minimum version of <a href="http://www.mingw.org/">MinGW</a>-builds supported is GCC 4.7&#x2e;2&#x2e; <a href="http://sourceforge.net/projects/mingwbuilds/files/host-windows/releases/4.7.2/32-bit/threads-posix/sjlj/x32-4.7.2-release-posix-sjlj-rev8.7z">MinGW-builds GCC 4.7&#x2e;2 32 bit, rev 8</a> and later should be able to build Qt including Qt WebKit.</p>
<p>For more information about the <a href="http://www.mingw.org/">MinGW</a> builds, visit the <i>Reference Configuration</i> section of the <a href="supported-platforms.html#reference-configurations">supported platforms</a> page.</p>
<a name="intel-c-compiler-windows-altix"></a>
<h2 id="intel-c-compiler-windows-altix">Intel C++ Compiler (Windows, Altix)</h2>
<p>Qt has been tested successfully with:</p>
<ul>
<li>Windows - Intel(R) C++ Compiler for 32-bit applications, Version 9.1&#x2e;040.</li>
<li>Altix - Intel(R) C++ Itanium(R) Compiler for Itanium(R)-based applications Version 8.1 Build 20050406 Package ID: l_cc_pc_8.1.030</li>
</ul>
<a name="visual-studio"></a>
<h2 id="visual-studio">Visual Studio</h2>
<p>The Visual C++ Linker doesn't understand filenames with spaces (for example, <i>C:\Program files\Qt\</i>) so you will have to move it to another place, or explicitly set the path yourself.</p>
<pre class="cpp">QTDIR<span class="operator">=</span>C:\Progra<span class="operator">~</span><span class="number">1</span>\<span class="type"><a href="../qtcore/qt.html">Qt</a></span></pre>
<p>If you are experiencing strange problems with using special flags that modify the alignment of structure and union members (such as <code>/Zp2</code>) then you will need to recompile Qt with the flags set for the application as well.</p>
<p>Visual Studio 2010 should be updated to Service Pack 1. Otherwise, a problem when compiling Qt for 64-bit in release mode may occur (visit <a href="http://support.microsoft.com/kb/2280741">http://support.microsoft.com/kb/2280741</a>).</p>
<p>Consult the <a href="windows-requirements.html">Qt for Windows - Requirements</a> page for specific versions of the Windows SDK.</p>
</div>
<!-- @@@windows-issues.html -->
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2015 The Qt Company Ltd.
   Documentation contributions included herein are the copyrights of
   their respective owners.<br>    The documentation provided herein is licensed under the terms of the    <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation    License version 1.3</a> as published by the Free Software Foundation.<br>    Qt and respective logos are trademarks of The Qt Company Ltd.     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>