<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">

  <channel>

  
  <title>Qt DevNet forums: Installation and Deployment 1288885881**  </title>
  <link>http://qt-project.org/forums/viewforum/14/</link>
  <description>RSS feed for latest posts in Installation and Deployment</description>
  <copyright>Copyright 2013 Qt Project</copyright>
  <docs>http://www.rssboard.org/rss-specification</docs>
  <generator>ExpressionEngine v2.3.1 http://expressionengine.com/</generator>
  <lastBuildDate>Thu, 04 Nov 2010 17:51:21 GMT</lastBuildDate>
  <atom:link href="http://qt-project.org/feeds/all_forums/14" rel="self" type="application/rss+xml" />
  
  
  
        <item>
            <title>Packaging Error: Command &apos;ant clean debug&apos; failed.Exit code: 1</title>
            <link>http://qt-project.org/forums/viewthread/27913</link>
            <author>claughe</author>
            <description><![CDATA[I have manage to compile Qt5 for android and now i try to run a simple &#8220;Hello world&#8221; but i have this error

	error: [install_target] Error 126 (ignored)
error: Packaging Error: Command &#8216;ant clean debug&#8217; failed.Exit code: 1

	Ps: 
&#45;The os is Mac OS X Lion 10.7.5
&#45;java version &#8220;1.7.0_21&#8221;
&#45;android ndk android&#45;ndk&#45;r8e&#45;ma&#45;darwin&#45;x86.7z]]></description>
            <guid isPermaLink="false">1574df1d7fefef7a67d5b37de6d23c2f</guid>
            <pubDate>Sat, 18 May 2013 12:39:18 GMT</pubDate>
        </item>
  
        <item>
            <title>help in starting</title>
            <link>http://qt-project.org/forums/viewthread/27908</link>
            <author>Umbaman</author>
            <description><![CDATA[Good morning to all,
I need to develop C++ applications and design GUIs for the industry that I work for.
Industrial environments are usually not up to date, since they are using tried and tested technologies, e.g. RS&#45;232, RS&#45;485, modbus etc.
As a starting project I want to develop a graphical application that will communicate with a PLC using the modbus/RTU protocol.
I want to use Qt and QML and of cource C++.
My development/target PC has the following SW configuration.
Windows XP
Visual Studio 2005.
I would be very gratefull if someone could produce a very simple step by step guide on how to start developing for this machine, as your experience has showed. All and all I ask for the version of Qt that is compatible with my machine and any other info that you think is useful.
regards]]></description>
            <guid isPermaLink="false">a49683f5d402c883dcbf58e9ed34521a</guid>
            <pubDate>Sat, 18 May 2013 07:20:14 GMT</pubDate>
        </item>
  
        <item>
            <title>OSX: failure to build qtdeclarative due to incomplete QtV8 framework</title>
            <link>http://qt-project.org/forums/viewthread/27907</link>
            <author>rocketchicken</author>
            <description><![CDATA[https://bugreports.qt&#45;project.org/browse/QTBUG&#45;26111

	This bug appears to have made its way back to the builds for osx.
I am running mountain lion, and its reproducible by,

	git clone git://gitorious.org/qt/qt5.git qt5
cd qt5
git checkout stable
cd qt5
perl init&#45;repository
// I make the examples and the tests
./configure &#45;developer&#45;build &#45;opensource
make &#45;j 4

	cd qtjsbackend
export= PATH=../qtbase/bin:$PATH
qmake // this points to to the right version when I query
make
make install

	//Error 1
cp &#45;f &#45;R &#8220;/Users/michaelchung/Qt&#45;5.1&#45;Source/QtOsx/qt5/qtbase/lib/QtV8.framework&#8221; &#8220;/Users/michaelchung/Qt&#45;5.1&#45;Source/QtOsx/qt5/qtbase/lib/QtV8.framework&#8221;
cp: /Users/michaelchung/Qt&#45;5.1&#45;Source/QtOsx/qt5/qtbase/lib/QtV8.framework: No such file or directory
make3: [install_target] Error 1 (ignored)

	cd ..
cd qtdeclarative
qmake
make 
install

	ld: framework not found QtV8
clang: error: linker command failed with exit code 1 (use &#45;v to see invocation)]]></description>
            <guid isPermaLink="false">0a130205cf7b11abf1c9fba6af81e62b</guid>
            <pubDate>Sat, 18 May 2013 06:43:23 GMT</pubDate>
        </item>
  
        <item>
            <title>Can you build the Qt Source on Win7 32&#45;bit in VS2012?</title>
            <link>http://qt-project.org/forums/viewthread/27906</link>
            <author>rwkeith</author>
            <description><![CDATA[Yes or No 0.0? (5.0.2)]]></description>
            <guid isPermaLink="false">ef07293131caa6f406f8c27152c7075c</guid>
            <pubDate>Sat, 18 May 2013 06:31:50 GMT</pubDate>
        </item>
  
        <item>
            <title>Deploying my project... where to start?</title>
            <link>http://qt-project.org/forums/viewreply/125808</link>
            <author>code_fodder</author>
            <description><![CDATA[thanks!, I will start with that&#8230;  :)]]></description>
            <guid isPermaLink="false">908d4eca775e548ecec3e4413de3281f</guid>
            <pubDate>Fri, 17 May 2013 13:02:43 GMT</pubDate>
        </item>
  
        <item>
            <title>Deploying my project... where to start?</title>
            <link>http://qt-project.org/forums/viewthread/27891</link>
            <author>code_fodder</author>
            <description><![CDATA[Ok, I am fairly aware that this question is answered somewhere&#8230; but I find hundreds of items in the search which don&#8217;t quite contain what I am looking for&#8230; so I have not just been lazy :o

	Here&#8217;s my situation:

	I have made a Qt console application on Ubuntu using Qt SDK 5.0.2 and its all working nicely.

	But now I want to deploy it on a &#8220;clean&#8221; Ubuntu system. I could install the Qt libraries (i.e. Qt SDK) and then drop my output executable on that PC and run it&#8230; which works.

	However I am seeing posts regarding creating packages that can do everything needed for you. Perhaps like a .run file?

	Can someone point me to a post/wiki that covers this? &#8211; or if the question is simple then a simple (if there is one) answer would be most appreciated! :)

	Thanks
Fodder]]></description>
            <guid isPermaLink="false">ca1313e5fabb6d534e5c951b057983f4</guid>
            <pubDate>Fri, 17 May 2013 12:39:24 GMT</pubDate>
        </item>
  
        <item>
            <title>the error generate &quot;No valid Qt Version found&quot; in the Qt Creator 2.4.1 in Ubuntu 10.04</title>
            <link>http://qt-project.org/forums/viewreply/125769</link>
            <author>Dharmendra</author>
            <description><![CDATA[AM3354 is Texas make Cortex A8 Microprocessor.]]></description>
            <guid isPermaLink="false">bd8250a3d7054decc0aa85f0060df668</guid>
            <pubDate>Fri, 17 May 2013 11:07:19 GMT</pubDate>
        </item>
  
        <item>
            <title>the error generate &quot;No valid Qt Version found&quot; in the Qt Creator 2.4.1 in Ubuntu 10.04</title>
            <link>http://qt-project.org/forums/viewthread/27882</link>
            <author>Dharmendra</author>
            <description><![CDATA[Hi,

	I install Qt Creator 2.4.1 by using following .bin file in Ubuntu 10.04, is this correct version or not for making GUI of AM3354??

	qt&#45;creator&#45;linux&#45;x86&#45;opensource&#45;2.4.1.bin

	I RUN the Qt Creator IDE and setup Qt Creator to Configure qmake as per describe in Sitara Linux Training Hands on with QT. But when I create new project in Qt Creator the error generate &#8220;No valid Qt Version found&#8221; (in attached).

	Anybody kindly support for solve this problem.

	Regards,
Dharmendra
!C:\Documents and Settings\symco\Desktop\qt_error.png(123)!]]></description>
            <guid isPermaLink="false">c991ed7c918fb0b2d5f5a911eb96da72</guid>
            <pubDate>Fri, 17 May 2013 10:26:04 GMT</pubDate>
        </item>
  
        <item>
            <title>Building qt&#45;4.8.4 link error.</title>
            <link>http://qt-project.org/forums/viewreply/125744</link>
            <author>AcerExtensa</author>
            <description><![CDATA[Just update your gcc. 4.8.4 need the newer version of compiler&#8230;. Can build QT on my LFS without any problem&#8230;]]></description>
            <guid isPermaLink="false">70a72e925c40a5440afc00a4ee36147c</guid>
            <pubDate>Fri, 17 May 2013 09:29:31 GMT</pubDate>
        </item>
  
        <item>
            <title>[Solved] QMessageLogContext does not name a type with Qt SDK 5.0.2 &#45; Ubuntu</title>
            <link>http://qt-project.org/forums/viewreply/125620</link>
            <author>code_fodder</author>
            <description><![CDATA[Ahhh&#8230;. I never knew how that happened!, I thought it was an admin guy doing that :o

	I will update it now.
Thanks]]></description>
            <guid isPermaLink="false">4d281319e9a0240a5a1f365ac19aeffd</guid>
            <pubDate>Thu, 16 May 2013 13:33:38 GMT</pubDate>
        </item>
  

  </channel>
</rss>