<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to install QT properly so its libraries and commands are found]]></title><description><![CDATA[<p dir="auto">I installed qt4 (developer mode) on Xubuntu using the "synaptic package manager". When I try to compile a c++ program "qt.h file is not found" (called by #include "qt.h"). If this should be a problem only because the code was written for q3, I also tried #include &lt;QEvent&gt; (part of qt4). This produced the same error while compiling, as not found. Also the command qt3to4 (to port code from qt3 to qt4) is not found). What else do I have to set in PATH or elsewhere in order that the packages and commands are found? The simple installation seemed not enough.</p>
]]></description><link>https://forum.qt.io/topic/41571/how-to-install-qt-properly-so-its-libraries-and-commands-are-found</link><generator>RSS for Node</generator><lastBuildDate>Sat, 02 May 2026 06:02:18 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/41571.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 19 May 2014 07:54:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to install QT properly so its libraries and commands are found on Mon, 19 May 2014 18:16:43 GMT]]></title><description><![CDATA[<p dir="auto">The binary package includes an uninstaller, if I recall correctly.</p>
]]></description><link>https://forum.qt.io/post/229052</link><guid isPermaLink="true">https://forum.qt.io/post/229052</guid><dc:creator><![CDATA[sierdzio]]></dc:creator><pubDate>Mon, 19 May 2014 18:16:43 GMT</pubDate></item><item><title><![CDATA[Reply to How to install QT properly so its libraries and commands are found on Mon, 19 May 2014 11:09:57 GMT]]></title><description><![CDATA[<p dir="auto">If I install it this way, how can I again uninstall it?</p>
]]></description><link>https://forum.qt.io/post/228998</link><guid isPermaLink="true">https://forum.qt.io/post/228998</guid><dc:creator><![CDATA[ich__]]></dc:creator><pubDate>Mon, 19 May 2014 11:09:57 GMT</pubDate></item><item><title><![CDATA[Reply to How to install QT properly so its libraries and commands are found on Mon, 19 May 2014 09:20:21 GMT]]></title><description><![CDATA[<p dir="auto">Hm, usually qmake handles everything nicely, without the need for QTDIR to be defined. But since your project is based on Qt3, it may have some additional problems ;-) I am not very familiar with Qt3 to 4 porting, but I have heard it is painful. The transition from Qt 4 to 5 is much, much easier.</p>
<p dir="auto">You can download this link ("Qt 4.8.6 for Linux":<a href="http://download.qt-project.org/official_releases/qt/4.8/4.8.6/qt-everywhere-opensource-src-4.8.6.tar.gz" target="_blank" rel="noopener noreferrer nofollow ugc">http://download.qt-project.org/official_releases/qt/4.8/4.8.6/qt-everywhere-opensource-src-4.8.6.tar.gz</a>)</p>
]]></description><link>https://forum.qt.io/post/228996</link><guid isPermaLink="true">https://forum.qt.io/post/228996</guid><dc:creator><![CDATA[sierdzio]]></dc:creator><pubDate>Mon, 19 May 2014 09:20:21 GMT</pubDate></item><item><title><![CDATA[Reply to How to install QT properly so its libraries and commands are found on Mon, 19 May 2014 09:15:53 GMT]]></title><description><![CDATA[<p dir="auto">I installed qt-sdk in addition. some -tools are installed. But this doesn't help me. when compiling, the files are still not found and also qt3to4 is not found. If I install from the website. which package to I need?<br />
For the compiling, the makefile also needs QTDIR to be defined. Maybe at this stage something went wrong or the makefile doesn't fit to qt4? (The code was all written for qt3)</p>
]]></description><link>https://forum.qt.io/post/228995</link><guid isPermaLink="true">https://forum.qt.io/post/228995</guid><dc:creator><![CDATA[ich__]]></dc:creator><pubDate>Mon, 19 May 2014 09:15:53 GMT</pubDate></item><item><title><![CDATA[Reply to How to install QT properly so its libraries and commands are found on Mon, 19 May 2014 08:22:30 GMT]]></title><description><![CDATA[<p dir="auto">Many distributions choose to split Qt into many parts. Try searching for other Qt packages (qt-tools, qt-sdk, etc. the names differ between distros).</p>
<p dir="auto">Or, if you want to be in full control, uninstall the package from your distro and install the binary installer downloaded from Qt Project.</p>
]]></description><link>https://forum.qt.io/post/228988</link><guid isPermaLink="true">https://forum.qt.io/post/228988</guid><dc:creator><![CDATA[sierdzio]]></dc:creator><pubDate>Mon, 19 May 2014 08:22:30 GMT</pubDate></item></channel></rss>