<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Qt</title><link>https://sourceforge.net/p/plplot/wiki/Qt/</link><description>Recent changes to Qt</description><atom:link href="https://sourceforge.net/p/plplot/wiki/Qt/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 03 Nov 2018 21:12:24 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/plplot/wiki/Qt/feed" rel="self" type="application/rss+xml"/><item><title>Qt modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/Qt/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,3 +1,15 @@
+
+
 Description
 -----------

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Sat, 03 Nov 2018 21:12:24 -0000</pubDate><guid>https://sourceforge.net4d050d370023617ac616c680ca2f18aded6157ff</guid></item><item><title>Qt modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/Qt/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Sun, 05 Oct 2014 20:00:05 -0000</pubDate><guid>https://sourceforge.net7d36cf28c466ff150b5176c256754d3a51e07db2</guid></item><item><title>Qt modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/Qt/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="description"&gt;Description&lt;/h2&gt;
&lt;p&gt;Qt is a cross-platform application and UI framework. Using Qt, you can write applications once and deploy them across many desktop and embedded operating systems without rewriting the source code.&lt;/p&gt;
&lt;h2 id="instructions-for-windows"&gt;Instructions for Windows&lt;/h2&gt;
&lt;h3 id="mingw"&gt;MinGW&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Download &lt;a class="" href="http://www.qtsoftware.com/downloads/windows-cpp" rel="nofollow"&gt;QT 4.5 Framework only for MinGW&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Run the exe and install QT 4.5. Depending on your MinGW version the installer may complain about a wrong w32api.h header file - proceed still.&lt;/li&gt;
&lt;li&gt;set environment variables (for MinGW and Visual C++) and add the bin directory to PATH&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;code&gt;set QTDIR=C:\QT\4.5.0&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;set PATH=%SQTDIR%\bin;%PATH%&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;If you can run 'qmake' then everything is set up for CMake to find Qt.&lt;/p&gt;
&lt;h2 id="instructions-for-linux"&gt;Instructions for Linux&lt;/h2&gt;
&lt;h3 id="using-the-system-version-of-qt"&gt;Using the system version of Qt&lt;/h3&gt;
&lt;p&gt;Make sure the binary version of the development package for libqt4 and all its dependencies have been installed for your distribution, and our CMake-based build system should do the rest. The libqt4 development package name varies from distribution to distribution, but on Debian it is called libqt4-dev, and on Fedora 10 it is called qt-devel-4.4.3-2.fc10.x86_64.rpm&lt;/p&gt;
&lt;h3 id="using-a-downloaded-version-of-qt"&gt;Using a downloaded version of Qt&lt;/h3&gt;
&lt;p&gt;For convenience most Linux users will want to use the system version of Qt (see above), which for many distributions at this time of writing (2009-03) is version 4.4. However, we have noticed that Qt-4.5 has some bug fixes (e.g., better text placement results for SVG output) and new features (e.g., a viewBox capability for SVG output files). You can download a binary + source version of Qt-4.5 for either &lt;a class="" href="http://www.qtsoftware.com/downloads/sdk-linux-x11-32bit-cpp" rel="nofollow"&gt;32-bit Linux systems&lt;/a&gt; or &lt;a class="" href="http://www.qtsoftware.com/downloads/sdk-linux-x11-64bit-cpp" rel="nofollow"&gt;64-bit Linux systems&lt;/a&gt;. Once downloaded, change permissions on the installer to executable, and execute it to install the Qt4 software development kit at a location that you specify in answer to a question from the installer. Suppose, for example, that location prefix is /home/software/qtsdk-2009.01/. Then make the PLplot CMake-based build system aware of that location by putting qmake from that version on your path, for example, using&lt;/p&gt;
&lt;p&gt;&lt;code&gt;PATH='/home/software/qtsdk-2009.01/qt/bin:'$PATH&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Then the PLplot CMake-based build system should do the rest.&lt;/p&gt;
&lt;h2 id="instructions-for-mac-os-x"&gt;Instructions for Mac OS X&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Download &lt;a class="" href="http://www.qtsoftware.com/downloads/mac-os-cpp" rel="nofollow"&gt;Qt for Open Source C++ development on Mac OS X (Carbon 32-bit)&lt;/a&gt;. The Cocoa package should also work.&lt;/li&gt;
&lt;li&gt;Open the dmg-file and run the Qt.mpkg file which installs the Qt SDK.&lt;/li&gt;
&lt;li&gt;If you can run 'qmake' in a terminal then everything is set up for CMake to find Qt.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The content of this page is available under the &lt;a class="" href="http://www.gnu.org/copyleft/fdl.html" rel="nofollow"&gt;GNU Free Documentation License 1.2&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Sat, 04 Oct 2014 04:51:30 -0000</pubDate><guid>https://sourceforge.net2e04428e317a2d8a2176ded36031b4caedb8318b</guid></item></channel></rss>