<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://blog.chty.org/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Chty blog - Tag - Qt</title>
  <link>http://blog.chty.org/</link>
  <atom:link href="http://blog.chty.org/feed/tag/Qt/rss2" rel="self" type="application/rss+xml"/>
  <description>A little somewhere else...</description>
  <language>en</language>
  <pubDate>Wed, 27 Aug 2008 12:28:11 +0200</pubDate>
  <copyright>Creative Commons</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Pound per square inch out</title>
    <link>http://blog.chty.org/post/2008/08/07/Pound-per-square-inch-out</link>
    <guid isPermaLink="false">urn:md5:381718b7e498aa3044f604dfe83c9bed</guid>
    <pubDate>Thu, 07 Aug 2008 23:42:00 +0200</pubDate>
    <dc:creator>Chty</dc:creator>
        <category>Qt</category><category>software</category>    
    <description>    &lt;p&gt;&lt;a href=&quot;http://psi-im.org/&quot;&gt;Psi&lt;/a&gt; is one of the software I follow closely. For those who don't know, it's &lt;a href=&quot;http://en.wikipedia.org/wiki/List_of_Jabber_client_software&quot;&gt;a jabber client&lt;/a&gt;.&lt;br /&gt;I'm particularly interested in this software because I think it has one of the best &lt;a href=&quot;http://www.jabber.org/&quot;&gt;jabber's specifications&lt;/a&gt; implementation since a long time. Moreover it's written with &lt;a href=&quot;http://trolltech.com/products/qt/&quot;&gt;Qt&lt;/a&gt;, and I really care about cross-platform software.&lt;/p&gt;


&lt;p&gt;And so, &lt;a href=&quot;http://forum.psi-im.org/thread/5043&quot;&gt;Psi 0.12 is now out&lt;/a&gt;. Try it!&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://blog.chty.org/public/misc/psi-012.png&quot;&gt;&lt;img src=&quot;http://blog.chty.org/public/misc/.psi-012_m.jpg&quot; alt=&quot;psi-012.png&quot; style=&quot;display:block; margin:0 auto;&quot; title=&quot;psi-012.png, Aug 2008&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.chty.org/post/2008/08/07/Pound-per-square-inch-out#comment-form</comments>
      <wfw:comment>http://blog.chty.org/post/2008/08/07/Pound-per-square-inch-out#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.chty.org/feed/rss2/comments/616</wfw:commentRss>
      </item>
    
  <item>
    <title>Using Qt4 with Microsoft Visual Studio</title>
    <link>http://blog.chty.org/post/2008/05/23/Using-Qt4-with-Microsoft-Visual-Studio</link>
    <guid isPermaLink="false">urn:md5:448c9bae94b12658ff04832da4d924b8</guid>
    <pubDate>Tue, 27 May 2008 21:37:00 +0200</pubDate>
    <dc:creator>Chty</dc:creator>
        <category>howto</category><category>Qt</category>    
    <description>    &lt;p&gt;Since a few weeks, I really have to show you a nice tool to make Qt programing easier with &lt;a href=&quot;http://msdn.microsoft.com/vstudio/&quot;&gt;Microsoft Visual Studio&lt;/a&gt;.&lt;br /&gt;I've named &lt;a href=&quot;http://wiki.qtcentre.org/index.php?title=Paul%27s_autoBuild:_Qt4_with_Visual_Studio&quot;&gt;autoBuild&lt;/a&gt;, a nice tool which integrated Qt compilation inside &lt;a href=&quot;http://msdn.microsoft.com/vstudio/&quot;&gt;Microsoft Visual Studio&lt;/a&gt;.  It could replace the actual commercial solution sold by &lt;a href=&quot;http://trolltech.com/&quot;&gt;TrollTech&lt;/a&gt; but I don't know the differences between the two solutions, because the one from &lt;a href=&quot;http://trolltech.com/&quot;&gt;TrollTech&lt;/a&gt;  is just available in commercial pack, and I never bought the latter one.&lt;/p&gt;


&lt;p&gt;You will find the howto to install it on the &lt;a href=&quot;http://wiki.qtcentre.org/index.php?title=Paul%27s_autoBuild:_Qt4_with_Visual_Studio&quot;&gt;Qt Center wiki&lt;/a&gt;.&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.chty.org/post/2008/05/23/Using-Qt4-with-Microsoft-Visual-Studio#comment-form</comments>
      <wfw:comment>http://blog.chty.org/post/2008/05/23/Using-Qt4-with-Microsoft-Visual-Studio#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.chty.org/feed/rss2/comments/554</wfw:commentRss>
      </item>
    
  <item>
    <title>A blog-post long guide to the compilation of Qt 4.x with Microsoft Visual Studio</title>
    <link>http://blog.chty.org/post/2007/12/29/A-blog-post-long-guide-to-the-compilation-of-Qt-4x-with-Microsoft-Visual-Studio</link>
    <guid isPermaLink="false">urn:md5:d72be0e2db842f13c44f8585bb8aba37</guid>
    <pubDate>Mon, 21 Jan 2008 19:46:00 +0100</pubDate>
    <dc:creator>Chty</dc:creator>
        <category>howto</category><category>Qt</category>    
    <description>    &lt;p&gt;Put your Qt sources in a directory containing no spaces in its path. This is merely a temporary directory; you might move compiler files afterwards.&lt;/p&gt;


&lt;p&gt;Configure the environment by running the following command in a command line:&lt;/p&gt;


&lt;p&gt;&lt;code&gt;$&amp;gt;&quot;C:[Your Visual Studio install path]\Common7\Tools\vsvars32.bat&quot;&lt;/code&gt;&lt;br /&gt;(C:\Program Files\Microsoft Visual Studio 9.0 for me)&lt;/p&gt;


&lt;p&gt;Or run Start Menu &amp;gt; All Programs &amp;gt; Microsoft Visual C++ 9.0 Express edition (or Microsoft VisualStudio 2005, or Microsoft Visual Studio 2008) &amp;gt; Visual Studio Tools &amp;gt; Visual Studio 2008 Command Prompt.&lt;/p&gt;


&lt;p&gt;&lt;code&gt;$&amp;gt;cd [your Qt directory]&lt;br /&gt;$&amp;gt;configure&lt;br /&gt;$&amp;gt;nmake&lt;br /&gt;$&amp;gt;nmake confclean&lt;/code&gt;&lt;/p&gt;


&lt;p&gt;That's all for Qt compilation. Hope you enjoyed!&lt;/p&gt;</description>
    
    
    
      </item>
    
</channel>
</rss>