<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[CFUserNotificationDisplayAlert not working]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">In my project i includes:<br />
#include &lt;CoreFoundation/CoreFoundation.h&gt;<br />
and<br />
#include &lt;QtMacExtras&gt;</p>
<p dir="auto">and i am trying to use the function CFUserNotificationDisplayAlert,<br />
but the compiler throw error "Symbol(s) not found for architecture x86_64"<br />
How can i fix this? (I am compile on OCX environment).</p>
<p dir="auto">THX</p>
]]></description><link>https://forum.qt.io/topic/63626/cfusernotificationdisplayalert-not-working</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 08:44:29 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/63626.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 31 Jan 2016 10:05:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CFUserNotificationDisplayAlert not working on Mon, 01 Feb 2016 10:03:08 GMT]]></title><description><![CDATA[<p dir="auto">Using the qtmacextras module doesn't mean that you are linking agains the CoreFoundation framework.</p>
<p dir="auto">What if you add</p>
<p dir="auto"><code>LIBS += -framework CoreFoundation</code></p>
<p dir="auto">to your .pro file ?</p>
]]></description><link>https://forum.qt.io/post/310790</link><guid isPermaLink="true">https://forum.qt.io/post/310790</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Mon, 01 Feb 2016 10:03:08 GMT</pubDate></item><item><title><![CDATA[Reply to CFUserNotificationDisplayAlert not working on Mon, 01 Feb 2016 09:29:03 GMT]]></title><description><![CDATA[<p dir="auto">Yes, I do.<br />
QT +=macextras</p>
]]></description><link>https://forum.qt.io/post/310777</link><guid isPermaLink="true">https://forum.qt.io/post/310777</guid><dc:creator><![CDATA[borisa]]></dc:creator><pubDate>Mon, 01 Feb 2016 09:29:03 GMT</pubDate></item><item><title><![CDATA[Reply to CFUserNotificationDisplayAlert not working on Sun, 31 Jan 2016 21:33:02 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Are you linking your project to the CoreFoundation framework ?</p>
]]></description><link>https://forum.qt.io/post/310701</link><guid isPermaLink="true">https://forum.qt.io/post/310701</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sun, 31 Jan 2016 21:33:02 GMT</pubDate></item></channel></rss>