<?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[Qt and embedded Firebird DB]]></title><description><![CDATA[<p dir="auto">Hello!</p>
<p dir="auto">I am having some difficulties to find a tutorial to use Qt with embedded Firebird DB for Mac OSX.</p>
<p dir="auto">Could anyone help to find how to do that?</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.qt.io/topic/48628/qt-and-embedded-firebird-db</link><generator>RSS for Node</generator><lastBuildDate>Mon, 15 Jun 2026 16:47:50 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/48628.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 28 Nov 2014 11:50:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Qt and embedded Firebird DB on Sat, 31 Jan 2015 21:07:55 GMT]]></title><description><![CDATA[<p dir="auto">It should be deployed automatically when calling macdeployqt</p>
]]></description><link>https://forum.qt.io/post/259959</link><guid isPermaLink="true">https://forum.qt.io/post/259959</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sat, 31 Jan 2015 21:07:55 GMT</pubDate></item><item><title><![CDATA[Reply to Qt and embedded Firebird DB on Fri, 30 Jan 2015 16:46:56 GMT]]></title><description><![CDATA[<p dir="auto">Yes. With all functionalities inside the app bundle.</p>
]]></description><link>https://forum.qt.io/post/259889</link><guid isPermaLink="true">https://forum.qt.io/post/259889</guid><dc:creator><![CDATA[guidupas]]></dc:creator><pubDate>Fri, 30 Jan 2015 16:46:56 GMT</pubDate></item><item><title><![CDATA[Reply to Qt and embedded Firebird DB on Fri, 30 Jan 2015 00:30:38 GMT]]></title><description><![CDATA[<p dir="auto">Do you mean embed in the application bundle ?</p>
]]></description><link>https://forum.qt.io/post/259778</link><guid isPermaLink="true">https://forum.qt.io/post/259778</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Fri, 30 Jan 2015 00:30:38 GMT</pubDate></item><item><title><![CDATA[Reply to Qt and embedded Firebird DB on Thu, 29 Jan 2015 17:33:02 GMT]]></title><description><![CDATA[<p dir="auto">Well, I created the driver, but how do I now to make it embedded?</p>
]]></description><link>https://forum.qt.io/post/259753</link><guid isPermaLink="true">https://forum.qt.io/post/259753</guid><dc:creator><![CDATA[guidupas]]></dc:creator><pubDate>Thu, 29 Jan 2015 17:33:02 GMT</pubDate></item><item><title><![CDATA[Reply to Qt and embedded Firebird DB on Thu, 22 Jan 2015 19:22:56 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for all replies</p>
]]></description><link>https://forum.qt.io/post/258734</link><guid isPermaLink="true">https://forum.qt.io/post/258734</guid><dc:creator><![CDATA[guidupas]]></dc:creator><pubDate>Thu, 22 Jan 2015 19:22:56 GMT</pubDate></item><item><title><![CDATA[Reply to Qt and embedded Firebird DB on Thu, 22 Jan 2015 19:22:02 GMT]]></title><description><![CDATA[<p dir="auto">Solved</p>
<p dir="auto">Tutorial above:</p>
<p dir="auto">TUTORIAL: CREATING FIREBIRD PLUGIN FOR MAC OSX WITH QT</p>
<p dir="auto">QT 5.4.0<br />
FIREBIRD 2.5 (Mac OS X 64-bit Classic, SuperClassic &amp; Embedded - Intel)</p>
<p dir="auto">1 - Install Qt</p>
<p dir="auto">2 - Install Firebird<br />
Firebird will be installed as a Framework at /Library/Frameworks/Firebird.framework</p>
<p dir="auto">3 - Open the file qsql_ibase.pri<br />
File found in:<br />
$ QTDIR / Src / qtbase / src / sql / drivers / ibase /</p>
<p dir="auto">4 - Leave only lines 1 and 2<br />
ex:<br />
HEADERS + = $$ PWD / qsql_ibase_p.h<br />
SOURCES + = $$ PWD / qsql_ibase.cpp</p>
<p dir="auto">5 - In the terminal go to the folder:<br />
$ QTDIR / Src / qtbase / src / plugins / sqldrivers / ibase /</p>
<p dir="auto">6 - Run the command:<br />
$ QTDIR / clang_64 / bin / qmake -spec macx-g ++ -o Makefile "IncludePath + = / Library / Frameworks / Firebird.framework / Versions / Current / Headers" "LIBS + = - L / Library / Frameworks / Firebird.framework / Versions / Current / Libraries -lfbclient "<a href="http://ibase.pro" target="_blank" rel="noopener noreferrer nofollow ugc">ibase.pro</a></p>
<p dir="auto">7 - In the same folder run the Make command</p>
<p dir="auto">8 - In the folder:<br />
$ QTDIR / Src / qtbase / plugins / sqldrivers /<br />
Two files are created:<br />
libqsqlibase_debug.dylib<br />
libqsqlibase.dylib</p>
<p dir="auto">9 - Copy these two files to the folder:<br />
$ QTDIR / clang_64 / plugins / sqldrivers /</p>
]]></description><link>https://forum.qt.io/post/258731</link><guid isPermaLink="true">https://forum.qt.io/post/258731</guid><dc:creator><![CDATA[guidupas]]></dc:creator><pubDate>Thu, 22 Jan 2015 19:22:02 GMT</pubDate></item><item><title><![CDATA[Reply to Qt and embedded Firebird DB on Wed, 21 Jan 2015 20:54:56 GMT]]></title><description><![CDATA[<p dir="auto">You don't link plugins, they are loaded at runtime and yours is probably not finding the Firebird library. Hence the check with otool</p>
]]></description><link>https://forum.qt.io/post/258560</link><guid isPermaLink="true">https://forum.qt.io/post/258560</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Wed, 21 Jan 2015 20:54:56 GMT</pubDate></item><item><title><![CDATA[Reply to Qt and embedded Firebird DB on Wed, 21 Jan 2015 19:08:42 GMT]]></title><description><![CDATA[<p dir="auto">I am not figuring out how to link the plugin with Qt. How can I do that?</p>
]]></description><link>https://forum.qt.io/post/258546</link><guid isPermaLink="true">https://forum.qt.io/post/258546</guid><dc:creator><![CDATA[guidupas]]></dc:creator><pubDate>Wed, 21 Jan 2015 19:08:42 GMT</pubDate></item><item><title><![CDATA[Reply to Qt and embedded Firebird DB on Tue, 20 Jan 2015 22:14:15 GMT]]></title><description><![CDATA[<p dir="auto">I'd say the firebird plugin doesn't find your Firebird libraries.</p>
<p dir="auto">Have a look at the output of otool -L on the Qt Firebird plugin to see what it's currently missing</p>
]]></description><link>https://forum.qt.io/post/258352</link><guid isPermaLink="true">https://forum.qt.io/post/258352</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Tue, 20 Jan 2015 22:14:15 GMT</pubDate></item><item><title><![CDATA[Reply to Qt and embedded Firebird DB on Tue, 20 Jan 2015 18:59:37 GMT]]></title><description><![CDATA[<p dir="auto">I have installed Qt 5.4 and Firebird 2.5 (Mac OS X 64-bit Classic, Superclassic &amp; Embedded - Intel)</p>
<p dir="auto">The Firebird 2.5 installation creates a firebird.framework at my computer. Now I am trying to make a connection with Qt but I receive a "driver not loaded" message.</p>
<p dir="auto">Can someone help me please?</p>
]]></description><link>https://forum.qt.io/post/258304</link><guid isPermaLink="true">https://forum.qt.io/post/258304</guid><dc:creator><![CDATA[guidupas]]></dc:creator><pubDate>Tue, 20 Jan 2015 18:59:37 GMT</pubDate></item><item><title><![CDATA[Reply to Qt and embedded Firebird DB on Tue, 20 Jan 2015 14:02:04 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the reply. But how could I link it?</p>
]]></description><link>https://forum.qt.io/post/258276</link><guid isPermaLink="true">https://forum.qt.io/post/258276</guid><dc:creator><![CDATA[guidupas]]></dc:creator><pubDate>Tue, 20 Jan 2015 14:02:04 GMT</pubDate></item><item><title><![CDATA[Reply to Qt and embedded Firebird DB on Sat, 29 Nov 2014 23:33:19 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">AFAIK, it would be pretty much the same steps you would need for e.g. windows. Get the embedded server library and link the plugin to that one rather than the usual client lib.</p>
<p dir="auto">Hope it helps</p>
]]></description><link>https://forum.qt.io/post/252751</link><guid isPermaLink="true">https://forum.qt.io/post/252751</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sat, 29 Nov 2014 23:33:19 GMT</pubDate></item></channel></rss>