/usr/share/qt5/doc/qtdoc/windows-issues.html is in qt5-doc-html 5.2.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 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- windows.qdoc -->
<title>Qt for Windows - Specific Issues | QtDoc 5.2</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.2</a></li>
<li>Qt for Windows - Specific Issues</li>
<li id="buildversion">
Qt 5.2.1 Reference Documentation</li>
</ul>
</div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<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="#installation-location">Installation location</a></li>
<li class="level2"><a href="#possible-gl-conflict">Possible GL conflict</a></li>
<li class="level2"><a href="#gcc-mingw-builds">GCC (MinGW-builds)</a></li>
<li class="level2"><a href="#intel-c-compiler-windows-altix">Intel C++ Compiler (Windows, Altix)</a></li>
<li class="level2"><a href="#visual-studio">Visual Studio</a></li>
</ul>
</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 the <a href="windows-support.html">Windows</a> platforms Qt.</p>
<a name="windows-xp"></a>
<h2>Windows XP</h2>
<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>
<h3>Possible GL conflict</h3>
<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>
<h3>GCC (MinGW-builds)</h3>
<p>The minimum version of <a href="http://www.mingw.org/">MinGW</a>-builds supported is GCC 4.7.2. <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.2 32 bit, rev 8</a> and later should be able to build Qt including Qt <a href="../qtwebkit/webkit.html">WebKit</a>.</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">Supported Platforms</a> page.</p>
<a name="intel-c-compiler-windows-altix"></a>
<h3>Intel C++ Compiler (Windows, Altix)</h3>
<p>Qt has been tested successfully with:</p>
<ul>
<li>Windows - Intel(R) C++ Compiler for 32-bit applications, Version 9.1.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>
<h3>Visual Studio</h3>
<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 <tt>/Zp2</tt>) 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">©</acronym> 2013 Digia Plc and/or its
subsidiaries. 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> Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners. </p>
</div>
</body>
</html>
|