This how it looks now:<div><br></div><div>Depends: ${shlibs:Depends}, ${misc:Depends}, libqt4-network, libqt4-sql, libqt4-sql-sqlite</div><div><br></div><div>But still it doesn't work. Am I missing something? The app works fine when I run it in N900 from Qt Creator.</div>
<div><br></div><div>Thanks for all your help,</div><div>Sascha<br><br><div class="gmail_quote">On Thu, Jun 10, 2010 at 15:12, David King <span dir="ltr"><<a href="mailto:davidk@openismus.com">davidk@openismus.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div></div><div class="h5">On 2010-06-10 15:01, Sascha Mäkelä <<a href="mailto:sascha.makela@gmail.com" target="_blank">sascha.makela@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
I just made a Debian package of my app. I'm using QtSql in it. But for some<br>
reason when I install the package, all the SQL things don't work. My guess<br>
is that I'm missing something in the Build-Depends line in the control file.<br>
How can I check what libs I need to add there and what are their correct<br>
names?<br>
<br>
Cheers,<br>
Sascha<br>
<br>
PS. Currently it's like this: Build-Depends: dephelper (>5), libqt4-dev,<br>
libqt4-network<br>
</blockquote>
<br></div></div>
You need to add the relevant Qt SQL provider packages to the ‘Depends:’ line, not the ‘Build-Depends:’ line, as the SQL providers are plugins that are not required at build time, but at runtime. You probably want libqt4-sql-mysql or libqt4-sql-sqlite in Depends, depending on which database provider you are using.<br>
<font color="#888888">
<br>
-- <br>
David King | <a href="http://amigadave.com/" target="_blank">http://amigadave.com/</a></font><div><div></div><div class="h5"><br>
_______________________________________________<br>
maemo-developers mailing list<br>
<a href="mailto:maemo-developers@maemo.org" target="_blank">maemo-developers@maemo.org</a><br>
<a href="https://lists.maemo.org/mailman/listinfo/maemo-developers" target="_blank">https://lists.maemo.org/mailman/listinfo/maemo-developers</a><br>
</div></div></blockquote></div><br></div>