<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://phobos.martem.ee/index.php?action=history&amp;feed=atom&amp;title=Qmake_setup</id>
	<title>Qmake setup - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://phobos.martem.ee/index.php?action=history&amp;feed=atom&amp;title=Qmake_setup"/>
	<link rel="alternate" type="text/html" href="https://phobos.martem.ee/w/index.php?title=Qmake_setup&amp;action=history"/>
	<updated>2026-05-14T20:04:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://phobos.martem.ee/w/index.php?title=Qmake_setup&amp;diff=29&amp;oldid=prev</id>
		<title>Roland: Uus lehekülg: &#039;== Setting up QMake == * Install qtcreator from qt homepage === Setting up ARM toolchain for QMake === * If you don&#039;t have ARM toolchain, [[Arm linux toolchain|&#039;&#039;&#039;install it first&#039;&#039;…&#039;</title>
		<link rel="alternate" type="text/html" href="https://phobos.martem.ee/w/index.php?title=Qmake_setup&amp;diff=29&amp;oldid=prev"/>
		<updated>2009-08-24T11:11:05Z</updated>

		<summary type="html">&lt;p&gt;Uus lehekülg: &amp;#039;== Setting up QMake == * Install qtcreator from qt homepage === Setting up ARM toolchain for QMake === * If you don&amp;#039;t have ARM toolchain, [[Arm linux toolchain|&amp;#039;&amp;#039;&amp;#039;install it first&amp;#039;&amp;#039;…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Setting up QMake ==&lt;br /&gt;
* Install qtcreator from qt homepage&lt;br /&gt;
=== Setting up ARM toolchain for QMake ===&lt;br /&gt;
* If you don&amp;#039;t have ARM toolchain, [[Arm linux toolchain|&amp;#039;&amp;#039;&amp;#039;install it first&amp;#039;&amp;#039;&amp;#039;]].&lt;br /&gt;
* Open folder&lt;br /&gt;
 cd /usr/share/qt4/mkspecs&lt;br /&gt;
* Create folder named: &lt;br /&gt;
 arm-none-linux-gnueabi-g++&lt;br /&gt;
* Create file named:&lt;br /&gt;
 qmake.conf&lt;br /&gt;
* Insert the following text to file:&lt;br /&gt;
&amp;lt;pre&amp;gt;#&lt;br /&gt;
# qmake configuration for CodeSourcery G++ ( arm-none-linux-gnueabi-g++ )&lt;br /&gt;
#&lt;br /&gt;
# Target Systems:&lt;br /&gt;
# Systems running &amp;quot;full&amp;quot; Linux, i.e., Linux on CPUs with an MMU. Use Sourcery G++ to build both the Linux kernel and applications.&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
MAKEFILE_GENERATOR	= UNIX&lt;br /&gt;
TEMPLATE		= app&lt;br /&gt;
CONFIG			+= warn_on release incremental&lt;br /&gt;
&lt;br /&gt;
# These defines are available in every file during compilation&lt;br /&gt;
DEFINES 		+= GATEWAY6_ARM MULTI_THREADING&lt;br /&gt;
&lt;br /&gt;
QMAKE_INCREMENTAL_STYLE = sublib&lt;br /&gt;
&lt;br /&gt;
include(../common/g++.conf)&lt;br /&gt;
include(../common/linux.conf)&lt;br /&gt;
&lt;br /&gt;
QMAKE_CXX	= arm-none-linux-gnueabi-g++&lt;br /&gt;
QMAKE_LINK	= arm-none-linux-gnueabi-g++&lt;br /&gt;
&lt;br /&gt;
load(qt_config)&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Roland</name></author>
	</entry>
</feed>