<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: QObject, QMake and Sadness &#8211; &#8216;Undefined reference to vtable&#8217;</title>
	<atom:link href="http://www.theirishpenguin.com/2007/07/01/qobject-qmake-and-sadness-undefined-reference-to-vtable/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theirishpenguin.com/2007/07/01/qobject-qmake-and-sadness-undefined-reference-to-vtable/</link>
	<description>Watching Open Source unfold across Ireland</description>
	<lastBuildDate>Sun, 25 Jul 2010 11:12:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: RCL</title>
		<link>http://www.theirishpenguin.com/2007/07/01/qobject-qmake-and-sadness-undefined-reference-to-vtable/comment-page-1/#comment-9169</link>
		<dc:creator>RCL</dc:creator>
		<pubDate>Fri, 14 May 2010 01:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/2007/07/01/qobject-qmake-and-sadness-undefined-reference-to-vtable/#comment-9169</guid>
		<description>Thanks! Every time I run into this issue (it happened a few times) your &quot;checklist&quot; comes to help... :)</description>
		<content:encoded><![CDATA[<p>Thanks! Every time I run into this issue (it happened a few times) your &#8220;checklist&#8221; comes to help&#8230; <img src='http://www.theirishpenguin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: donglongchao</title>
		<link>http://www.theirishpenguin.com/2007/07/01/qobject-qmake-and-sadness-undefined-reference-to-vtable/comment-page-1/#comment-5708</link>
		<dc:creator>donglongchao</dc:creator>
		<pubDate>Mon, 02 Nov 2009 09:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/2007/07/01/qobject-qmake-and-sadness-undefined-reference-to-vtable/#comment-5708</guid>
		<description>Edit the .pro file: Just add a space into it and then delete the space.That is OK.
Oh............That is really crazy.Nokia should fix this fuc* bug ASAP.</description>
		<content:encoded><![CDATA[<p>Edit the .pro file: Just add a space into it and then delete the space.That is OK.<br />
Oh&#8230;&#8230;&#8230;&#8230;That is really crazy.Nokia should fix this fuc* bug ASAP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.theirishpenguin.com/2007/07/01/qobject-qmake-and-sadness-undefined-reference-to-vtable/comment-page-1/#comment-1607</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 21 Feb 2009 00:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/2007/07/01/qobject-qmake-and-sadness-undefined-reference-to-vtable/#comment-1607</guid>
		<description>Thanks for this post!  I was completely baffled until I realized I never added my header file to the list in the project file.  Very helpful!</description>
		<content:encoded><![CDATA[<p>Thanks for this post!  I was completely baffled until I realized I never added my header file to the list in the project file.  Very helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hribek</title>
		<link>http://www.theirishpenguin.com/2007/07/01/qobject-qmake-and-sadness-undefined-reference-to-vtable/comment-page-1/#comment-1429</link>
		<dc:creator>hribek</dc:creator>
		<pubDate>Thu, 25 Dec 2008 04:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/2007/07/01/qobject-qmake-and-sadness-undefined-reference-to-vtable/#comment-1429</guid>
		<description>Thank you very much you saved my day. Actually this is the answer to mine problems with compiling qt in Code::Blocks.</description>
		<content:encoded><![CDATA[<p>Thank you very much you saved my day. Actually this is the answer to mine problems with compiling qt in Code::Blocks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Toole</title>
		<link>http://www.theirishpenguin.com/2007/07/01/qobject-qmake-and-sadness-undefined-reference-to-vtable/comment-page-1/#comment-1171</link>
		<dc:creator>Nick Toole</dc:creator>
		<pubDate>Thu, 13 Nov 2008 00:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/2007/07/01/qobject-qmake-and-sadness-undefined-reference-to-vtable/#comment-1171</guid>
		<description>I had a similar issue, but am not using qmake in my build process.

Instread, I resolved the issue by #include-ing the moc-generated file (input: Abc.h; output: moc_Abc.cpp) in the implementation file (moc_Abc.cpp).  Not sure if this is obvious, but I didn&#039;t see it in the primary Trolltech Qt tutorial example I have been reading.

Thanks for the entry.</description>
		<content:encoded><![CDATA[<p>I had a similar issue, but am not using qmake in my build process.</p>
<p>Instread, I resolved the issue by #include-ing the moc-generated file (input: Abc.h; output: moc_Abc.cpp) in the implementation file (moc_Abc.cpp).  Not sure if this is obvious, but I didn&#8217;t see it in the primary Trolltech Qt tutorial example I have been reading.</p>
<p>Thanks for the entry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Gillies</title>
		<link>http://www.theirishpenguin.com/2007/07/01/qobject-qmake-and-sadness-undefined-reference-to-vtable/comment-page-1/#comment-844</link>
		<dc:creator>David Gillies</dc:creator>
		<pubDate>Fri, 12 Sep 2008 03:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/2007/07/01/qobject-qmake-and-sadness-undefined-reference-to-vtable/#comment-844</guid>
		<description>Thank you, thank you, thank you! I was about ready to give up in disgust when I read your line about adding HEADERS= to the .pro file. Could I find this on Trolltech&#039;s site? I could not.</description>
		<content:encoded><![CDATA[<p>Thank you, thank you, thank you! I was about ready to give up in disgust when I read your line about adding HEADERS= to the .pro file. Could I find this on Trolltech&#8217;s site? I could not.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
