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

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

    
	<channel>

	<title>Qt DevNet forums: Tools</title>
	<link>http://qt-project.org/forums/viewforum/13/</link>
	<description>RSS feed for latest threads in Tools</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>Sun, 01 Aug 2010 00:07:00 GMT</lastBuildDate>
	<atom:link href="http://qt-project.org/feeds/forum/13" rel="self" type="application/rss+xml" />

    

	
        <item>
            <title>How to delete a bunch of Run configurations</title>
            <link>http://qt-project.org/forums/viewthread/27988</link>
            <author>th.thielemann</author>
            <description><![CDATA[I created a lot of unit test executables using a cmake based project. This results in an Run configuration for every of that tests. If I disable the test generation in cmake, QtCreator (2.7.0) still shows the Run configuration with &#8220;(disabled)&#8221;. How is it possible to purge the list from all run configurations or all disabled run configurations?]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27988</guid>
            <pubDate>Tue, 21 May 2013 08:47:18 GMT</pubDate>
        </item>
	
        <item>
            <title>Adding Doxygen plugin to qtcreator</title>
            <link>http://qt-project.org/forums/viewthread/27931</link>
            <author>QtMohsen</author>
            <description><![CDATA[I want to add Doxygen plugin to QtCreator. I am using QtCreator 2.5.2 in ubuntu 12.10 and the latest Doxygen version I found for QT is 2.4.0. I’ve changed the doxygen.pluginspec file to get rid of version error. But now I’ve got another error: can not load library libdoxygen.so (libQtconcurrent.so can not open shared object file:No such file or directory)
Any suggestion would be appreciated.]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27931</guid>
            <pubDate>Sun, 19 May 2013 12:28:53 GMT</pubDate>
        </item>
	
        <item>
            <title>Apply Changes on Save Doesn&apos;t Work When Using a Window Element (Qt Creator 2.7.0)</title>
            <link>http://qt-project.org/forums/viewthread/27921</link>
            <author>learc83</author>
            <description><![CDATA[If I use a Window element in my qml file, Apply Changes on save is grayed out in the debugger toolbar. Additionally the window element isn&#8217;t recognized as a valid element.

	Any solutions?

	Thanks]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27921</guid>
            <pubDate>Sat, 18 May 2013 20:10:10 GMT</pubDate>
        </item>
	
        <item>
            <title>QtCreator 2.7.0 not finding Perforce</title>
            <link>http://qt-project.org/forums/viewthread/27901</link>
            <author>jseideman</author>
            <description><![CDATA[In QtCreator 2.7.0: Perforce plugin has the green&#45;check. Under Tools&#45;&amp;gt;Options, I filled in the Perforce Configuration and Variable fields. The test succeeds and shows the correct path. I&#8217;ve restarted QtCreator several times.

	Still, QtCreator shows no recognition of Perforce. Create a QTQuick 2 App&#8230;&#8220;Add to Version control:&#8221; shows &amp;lt;None&amp;gt; only.
I&#8217;ve never seen any Version&#45;control&#45;related menu items in QtCreator.

	Is this a bug? or am I missing a setting somewhere?]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27901</guid>
            <pubDate>Fri, 17 May 2013 20:21:25 GMT</pubDate>
        </item>
	
        <item>
            <title>[SOLVED]qDoc or Doxygen</title>
            <link>http://qt-project.org/forums/viewthread/27900</link>
            <author>mbnoimi</author>
            <description><![CDATA[Hi,

	I&#8217;m using Doxygen since years ago. Recently (damn!) I noticed that there is a tool called qDoc which allows me to create the documentation to my projects.

	
		Do qDoc considered as full replacement to Doxygen (I&#8217;m using C++/Qt ignore the other langauges)?
		I never write Doxygen configuration file manually I usually use doxugen&#45;gui wizard for that, Can I use qDoc without writing configuration file manually?]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27900</guid>
            <pubDate>Fri, 17 May 2013 18:45:08 GMT</pubDate>
        </item>
	
        <item>
            <title>Remote debugging, no hostname field in Qt Creator 2.7.1?</title>
            <link>http://qt-project.org/forums/viewthread/27898</link>
            <author>georgesim</author>
            <description><![CDATA[I&#8217;m trying to remote debug a linux program from a Qt Creator 2.7.1 instance in a windows machine. I cross compiled GDB with &#8220;&#8212;host=i686&#45;pc&#45;mingw32 &#8212;target=i586&#45;suse&#45;linux&#8221; options and created a MinGW&#45;remote Kit to use this specific GDB debugger. If I debug in a terminal with the cross&#45;compiled GDB, everything works correctly. However, when trying to use Qt Creator, I go to &#8220;Debug &#45;&amp;gt; Start Debugging &#45;&amp;gt; Attach to remote debug server&#8230;&#8221; and while there is a Port field, there is no way to configure the hostname and the logger shows GDB doing &#8220;target remote tcp::&amp;lt;my&#45;port&amp;gt;&#8221;, failing after a timeout.

	How come there is no way to set a hostname in this dialog?]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27898</guid>
            <pubDate>Fri, 17 May 2013 18:01:02 GMT</pubDate>
        </item>
	
        <item>
            <title>QtCreator indent</title>
            <link>http://qt-project.org/forums/viewthread/27884</link>
            <author>bataliero</author>
            <description><![CDATA[Hi, is it possible to indent code in QtCreator from this: 

	if&#40;flag==6&#41;&#123;
bufferIndex+=5;
&#125;


	to code with spaces before and after keyword and operators?

	if &#40; flag == 6 &#41; &#123; 
&amp;nbsp; &amp;nbsp; bufferIndex += 5;
&#125;


	After indent ( ctrl + I ) I get only aligment of 2.line and result is lik this:

	if&#40;flag==6&#41;&#123;
&amp;nbsp; &amp;nbsp; &amp;nbsp; bufferIndex+=5;
&#125;


	I have found it is possible to change CodeStyle in projects but don&#8217;t know how to add this spaces.]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27884</guid>
            <pubDate>Fri, 17 May 2013 10:50:12 GMT</pubDate>
        </item>
	
        <item>
            <title>Qt Creator 2.5.0 &#45; adding executable permission bit when working over sshfs</title>
            <link>http://qt-project.org/forums/viewthread/27881</link>
            <author>dskut</author>
            <description><![CDATA[Hi everyone!
I&#8217;m using QtCreator on project that is mounted via sshfs and facing this problem: when saving any file, QtCreator makes that file executable (kinda chmod u+x). That brings some unpleasant issues when committing that file into repo.
My OS is Debian&#45;Testing, QtCreator version 2.5.0.
Has anyone faced such an issue? Any workarounds? Is it a bug?
Thanks.]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27881</guid>
            <pubDate>Fri, 17 May 2013 10:09:42 GMT</pubDate>
        </item>
	
        <item>
            <title>Qt Creator 2.7.x: creating action groups in Form Editor?</title>
            <link>http://qt-project.org/forums/viewthread/27828</link>
            <author>Skh1002</author>
            <description><![CDATA[Hi, everyone. I wonder if it is possible at all to insert action groups into tool bars and menus from Form Editor. In earlier versions of Creator, one could select &#8216;New Action Group&#8217;, but now the only option is to insert an action. It would be quite awkward if one had to group separately in code actions created with Form Editor.  

	Maybe, at least it is possible to insert an action group by editing the form source? 

	Any comments would be greatly appreciated.]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27828</guid>
            <pubDate>Wed, 15 May 2013 21:10:04 GMT</pubDate>
        </item>
	
        <item>
            <title>qmake: How to pass linker flags?</title>
            <link>http://qt-project.org/forums/viewthread/27805</link>
            <author>Asperamanca</author>
            <description><![CDATA[I am trying to pass a linker flag to VS2010.

	Currently I am using
QMAKE_LFLAGS += /OPT:NOREF


	but that doesn&#8217;t work, the flag does not appear in the resulting makefile.

	How do I pass linker flags correctly?]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27805</guid>
            <pubDate>Wed, 15 May 2013 10:24:16 GMT</pubDate>
        </item>
	
        <item>
            <title>Qt Creator 2.7.0 reseting toolchain.xml &#45;SOLVED</title>
            <link>http://qt-project.org/forums/viewthread/27790</link>
            <author>Mr.G</author>
            <description><![CDATA[Hello,

	I have added MSVC 2012 manually to the toolchain.xml but every time I start qt creator it replaces the xml with a default (0 tool&#45;chains) xml. is there any way to stop the creator from doing this?

	many thanks,
G]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27790</guid>
            <pubDate>Tue, 14 May 2013 23:01:05 GMT</pubDate>
        </item>
	
        <item>
            <title>Qt Creator 2.7.0 (OS X 10.8.2): qml2puppet crash (dyld: Library not loaded)</title>
            <link>http://qt-project.org/forums/viewthread/27751</link>
            <author>Skh1002</author>
            <description><![CDATA[Dear members, I&#8217;ve just installed a fresh copy of Qt 5.0.2 from the download page. I successfully compiled and run a few examples, but whenever I try opening any qml file in Design mode, I get a crash report with this error:

	Dyld Error Message: Library not loaded: /Users/*/QtQuick.framework/Versions/5/QtQuick

	Referenced from: /Developer/Qt5.0.2/Qt Creator.app/Contents/MacOS/qml2puppet.app/Contents/MacOS/qml2puppet 

 Reason: image not found

	This crash dialogue keeps popping up every 20–30 seconds and the only way to stop this is to force&#45;quit Qt Creator.
Would anyone be able to help me with this? I’ve tried googling everywhere, but so far haven’t got any references to anything similar.

 Thank you in advance.]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27751</guid>
            <pubDate>Mon, 13 May 2013 22:14:26 GMT</pubDate>
        </item>
	
        <item>
            <title>[Qt Creator] Crashes Randomly &quot;Seg Fault&quot;</title>
            <link>http://qt-project.org/forums/viewthread/27742</link>
            <author>createproblem</author>
            <description><![CDATA[Hello Folks.

	I downloaded the Qt&#45;Bundle 5.0.2 (with Qt Creator included). My problem is Qt Creator is not working on my Linux&#45;System. Qt Creator crashes randomly with Segmentation Fault. I downloaded and installed the bundle about ten times. The md5 checksum of the file was always correct.

	I can reproduce my Problem. Qt Creator crashes if I edit any file, or double click on a compiling error in the bottom sub&#45;window (status windows?). So through this problem Qt Creator is not usable for me.

	Any Ideas what I can do to find out what the problem is? There are some other Linux Users out with the same Issue?

	OS: Linux Mint 14 Nadia / Cinnamon 64&#45;bit (GTK)
Qt: Qt 5.0.2 for Linux 64&#45;bit
GCC: 4.7.2 (Ubuntu/Linaro 4.7.2&#45;2ubuntu1)

	I did a strace on qtcreator, but i didn&#8217;t found anything. The strace is huge so I attached a link to the file: https://gist.github.com/68b25d43bb34dbbe41bb

	Thank for help

	createproblem.]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27742</guid>
            <pubDate>Mon, 13 May 2013 15:11:28 GMT</pubDate>
        </item>
	
        <item>
            <title>QtCreator on my Macbook Air: Problem to select entries, when properties are showing comboboxes</title>
            <link>http://qt-project.org/forums/viewthread/27701</link>
            <author>lunatic fringe</author>
            <description><![CDATA[Hi,
I&#8217;m currently using QtCreator from Qt 5.0.2 on my Macbook Air with Mountain Lion. No mouse installed.
The only problem i have is whenever i have to choose an entry from a combobox i have to use keyboard navigation. The combobox does not popup by using the mouse, it disappears.
Example:
i insert a label in a form and want to change the horizontal alignment of the text. So i click on the appropriate alignment property in the Property View. A combobox is now shown but if i click again on the combobox to see the different alignment properties, the combobox goes away.
The same applies in the signal / slot handling.
Maybe it has someting to do with the gesture configuration on my Macbook Air?
I would appreciate any help.

	Thanks in advance.
Regards
l.f.]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27701</guid>
            <pubDate>Sun, 12 May 2013 12:46:22 GMT</pubDate>
        </item>
	
        <item>
            <title>QtCreator crashing and annoying me</title>
            <link>http://qt-project.org/forums/viewthread/27647</link>
            <author>raj.qtdev</author>
            <description><![CDATA[Hi,

	I have following set of configuration of my os and qtcreator and related tools: &#8211; Windows 7 booted macbook pro with 8gb of RAM &#8211; Downloaded QtSdk 1.1.2 from www.forum.nokia.com

	What is happening: &#8211; Build process on QtCreator is damn slow. Right now its taking somewhere around 8&#45;10 minutes do build the project. &#8211; QtCreator crashes at any moment, may be i am building the project or i am running the project &#8211; Also, the debug is not working. I have CODA installed on my nokia 603. After putting the breakpoints, when i start the project in
   debug mode, it builds for sometime but as and when the build is about to finish, the device reboots.

	So, all in all, heck lot of issues.

	You must have observed that I am using QtSdk 1.1.2 and not the latest one which is QtSdk 1.2.1. 
I don&#8217;t know why but 1.1.2 builds my project with couple of warnings but 1.2.1 doesn&#8217;t. I get qt&#45;libraries missing errors.
Even when I use 1.1.2 and within that, if i change the build target from 4.7.3 symbian^1 to 4.7.3 symbian^3, the project does not build successfully. 

	I am a newbee on qt. Please let me know the right combination of tools to setup a stable QtCreator and how can i reduce the build time and any other fine&#45;tunings.

	Thanks]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27647</guid>
            <pubDate>Fri, 10 May 2013 13:55:33 GMT</pubDate>
        </item>
	

	</channel>
</rss>