<?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 2012 Qt Developer Network</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>My first solution with QMAKE</title>
            <link>http://qt-project.org/forums/viewreply/86648</link>
            <author>rimas</author>
            <description><![CDATA[More things&#8230; when I write:

	
		
echo $PATH
	

	I get this:

	
		
/Users/ricard/Applications/bin:/Users/ricard/Applications/sbin:/opt/subversion/bin/:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/X11R6/bin
	

	Nothing related with QT or CMake]]></description>
            <guid isPermaLink="false">ed23f756bb3f178e520d8c951e4efe90</guid>
            <pubDate>Thu, 24 May 2012 14:51:25 GMT</pubDate>
        </item>
  
        <item>
            <title>Need source code for QT for Android or libqtcore source code</title>
            <link>http://qt-project.org/forums/viewreply/86637</link>
            <author>task_struct</author>
            <description><![CDATA[Hi,

	try http://sourceforge.net/p/necessitas/git/ref/master~/]]></description>
            <guid isPermaLink="false">9e5409312829c3d55499ffe2b8aa59e2</guid>
            <pubDate>Thu, 24 May 2012 13:56:56 GMT</pubDate>
        </item>
  
        <item>
            <title>My first solution with QMAKE</title>
            <link>http://qt-project.org/forums/viewthread/17482</link>
            <author>rimas</author>
            <description><![CDATA[Hi,

	I have just registred to the forum after some months just reading your interesting posts.
I&#8217;l try to explain you what problem do I have and let&#8217;s see&#8230;

	I usually work in Windows using QT (and Visual Studio) but at home I have a mac (MacBook Pro with Snow Leopard 10.6.8) and I want to be able to work with it too.
I want to use QT and CMake to create the solution of the project we are working. In my Mac I have installed Xcode, the full QT application framework and CMake. I&#8217;m trying to create the solution via QT and CMake trougth a CMakeLists.txt.

	When I try to configure and generate the solutuion, I get this:

	CMake Error at /Applications/CMake 2.8&#45;8.app/Contents/share/cmake&#45;2.8/Modules/FindPackageHandleStandardArgs.cmake:97 &#40;MESSAGE&#41;:
&amp;nbsp; Could NOT find Qt4 &#40;missing: QT_QMAKE_EXECUTABLE QT_MOC_EXECUTABLE
&amp;nbsp; QT_RCC_EXECUTABLE QT_UIC_EXECUTABLE QT_INCLUDE_DIR QT_LIBRARY_DIR
&amp;nbsp; QT_QTCORE_LIBRARY&#41;
Call Stack &#40;most recent call first&#41;:
&amp;nbsp; /Applications/CMake 2.8&#45;8.app/Contents/share/cmake&#45;2.8/Modules/FindPackageHandleStandardArgs.cmake:288 &#40;_FPHSA_FAILURE_MESSAGE&#41;
&amp;nbsp; /Applications/CMake 2.8&#45;8.app/Contents/share/cmake&#45;2.8/Modules/FindQt4.cmake:1172 &#40;FIND_PACKAGE_HANDLE_STANDARD_ARGS&#41;
&amp;nbsp; commonLib/CMakeLists.txt:17 &#40;find_package&#41;


	QT is not able to find QT_QMAKE_EXECUTABLE, QT_MOC_EXECUTABLE, QT_RCC_EXECUTABLE, QT_UIC_EXECUTABLE, QT_INCLUDE_DIR, QT_LIBRARY_DIR and QT_QTCORE_LIBRARY.

	I read that to solve this I have to configure the Environment Variables of my system but in all the posts I read they add to $HOME/.profile:

	PATH=/usr/local/Trolltech/Qt&#45;4.7/bin:$PATH
export PATH


	In my Mac the folder /usr/local/Trolltech doesn&#8217;t exist so I have no idea what I have to do. What should the content of that folder be? I have installed the last and full QT package so I don&#8217;t understand why I don&#8217;t have that directory. I have installed the SDK in $HOME/QtSDK (by default it is installed there).

	Anybody know how can I solve it to be able to run cmake and generate the solution for QT?

	Thanks in advance.]]></description>
            <guid isPermaLink="false">e63549a2577d228c4c744fdc6dc22a84</guid>
            <pubDate>Thu, 24 May 2012 13:55:52 GMT</pubDate>
        </item>
  
        <item>
            <title>Need source code for QT for Android or libqtcore source code</title>
            <link>http://qt-project.org/forums/viewthread/17481</link>
            <author>ankitjain</author>
            <description><![CDATA[&amp;gt;Hi,

	&amp;gt;Can anyone give me the link from where I can download the source code for QT or libqtcore source code.

	Thanks.
Ankit]]></description>
            <guid isPermaLink="false">e9fcc31e207aa6bbb38d5308fbcf339b</guid>
            <pubDate>Thu, 24 May 2012 13:44:57 GMT</pubDate>
        </item>
  
        <item>
            <title>[Solved]cannot find qmake</title>
            <link>http://qt-project.org/forums/viewreply/86406</link>
            <author>luxifu1989</author>
            <description><![CDATA[Ok!]]></description>
            <guid isPermaLink="false">728e7fb3b174beed506ab95c4b8d1fb8</guid>
            <pubDate>Tue, 22 May 2012 14:52:25 GMT</pubDate>
        </item>
  
        <item>
            <title>QMYSQL Build Issue &#45;Qt 4.8.0 MSVC 2010&#45;</title>
            <link>http://qt-project.org/forums/viewthread/17414</link>
            <author>s7777</author>
            <description><![CDATA[I&#8217;m trying to build the QMYSQL plugin for the QT (I have the latest version, Qt 4.8.0 source files and I use the MSVC 2010 compiler along with the QtCreator IDE) and upon executing qmake (ran successfully) (using the MySQL win32 files I had placed into C:) I tried to run nmake and got the following errors:

	rc is not recognized as an internal or external command, operable program or batch file &#40;I guess it refers to the qsqlmysqld_resource.rc file here&#41;
&amp;nbsp;
NMAKE: fatal error U1077: &apos;rc&apos;: return code 0x1
Stop.
&amp;nbsp;
NMAKE: fatal error U1077: C:\Program Files&#40;x86&#41;\Microsoft Visual Studio 10.0\VC\bin\nmake.exe return code 0x2
Stop.


	What could be the issue here? Thanks.]]></description>
            <guid isPermaLink="false">fb14d83cd5f5c7437690a1ffb06f1212</guid>
            <pubDate>Tue, 22 May 2012 14:11:47 GMT</pubDate>
        </item>
  
        <item>
            <title>On 4.8.1 configure for qpa, ./endiantest malformed object</title>
            <link>http://qt-project.org/forums/viewreply/86382</link>
            <author>vadimv</author>
            <description><![CDATA[So the configure started for iOS simulator with below command, will see during the test if what was configured works, and later will try to configure and install for device.
./configure &#45;platform macx&#45;g++ &#45;host&#45;little&#45;endian &#45;qpa &#45;arch i386 &#45;little&#45;endian &#45;xplatform qpa/macx&#45;iphonesimulator&#45;g++ &#45;developer&#45;build &#45;release &#45;opengl es2 &#45;no&#45;accessibility &#45;no&#45;qt3support &#45;no&#45;multimedia &#45;no&#45;phonon&#45;backend &#45;no&#45;svg &#45;no&#45;webkit &#45;no&#45;scripttools &#45;no&#45;openssl &#45;no&#45;sql&#45;mysql &#45;no&#45;sql&#45;odbc &#45;no&#45;cups &#45;no&#45;iconv &#45;no&#45;dbus &#45;static &#45;nomake tools &#45;nomake demos &#45;nomake docs &#45;nomake examples &#45;nomake translations]]></description>
            <guid isPermaLink="false">0983ce2aee673ee2b86597f81f56bb23</guid>
            <pubDate>Tue, 22 May 2012 11:07:09 GMT</pubDate>
        </item>
  
        <item>
            <title>Anyone used Qt in VS2012 beta?</title>
            <link>http://qt-project.org/forums/viewthread/17405</link>
            <author>lvdiw</author>
            <description><![CDATA[Is it possible at this time? Is there a compile option for vs2012?

	correct: sorry, I mean Visual Studio 11 Beta&#8230;]]></description>
            <guid isPermaLink="false">0a8b8ceeecde188fa67f375d5179a7be</guid>
            <pubDate>Tue, 22 May 2012 08:52:22 GMT</pubDate>
        </item>
  
        <item>
            <title>Installation Problems</title>
            <link>http://qt-project.org/forums/viewreply/86348</link>
            <author>Atomic_Sheep</author>
            <description><![CDATA[Well this must be some kind of joke&#8230; can&#8217;t uninstall Qt without SDKMaintananceTools???

	EDIT: Well&#8230; I just ended up deleting the Qt folder off my hard drive and installed an older version which appears to be working fine now. Definitely something wrong with the latest installer.]]></description>
            <guid isPermaLink="false">7f8ba3ca17a24b6020dafed89e4f68a8</guid>
            <pubDate>Tue, 22 May 2012 01:39:03 GMT</pubDate>
        </item>
  
        <item>
            <title>In QT 4.7.3, Components are not displayed</title>
            <link>http://qt-project.org/forums/viewthread/17395</link>
            <author>PeripateticCoder</author>
            <description><![CDATA[Hi,
  I&#8217;m working on a GUI that has been shown to display and function according to spec on other Linux machines using an equivalent version of QT (4.7.3). In my Linux environment unfortunately, the buttons, text fields, and drop down menus are not displayed. I&#8217;ve tried with simple button applications and upgraded my QT package but experienced the same problem; what could be preventing the components from being drawn?

	Thanks in advance for any help,
PC]]></description>
            <guid isPermaLink="false">12ef20cf12e41d45804602837675dbe2</guid>
            <pubDate>Mon, 21 May 2012 18:18:57 GMT</pubDate>
        </item>
  

  </channel>
</rss>
