With C++, Makefiles and .pro files are used to build the C++ application. That is, compile the source code to binary executable. Since Ruby is a scripted language, this is not needed. That means that Makefiles and .pro files are pretty useless in QtRuby projects.<br>
<br>If you want to share your QtRuby application with some friends, I think you have two possibilities.<br><br>1. Put the code in a tar-file and ask your friends to install the 'ruby-kde4' package before trying to run your application.<br>
<br>2. Make a .deb package of your code. If you want to know how to do this, have a look at some Kubuntu/Debian documentation or ask on the Kubuntu-devel IRC channel or mailing list.<br><br>Hope this helps,<br><br>Niels<br>
<br><div class="gmail_quote">2009/8/23 Declan McGrath <span dir="ltr"><<a href="mailto:declan@divilment.com">declan@divilment.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi folks,<br>
<br>
I'm interested in putting together a debian package so that I can easily install a simple Qt Ruby application on some friends' Kubuntu desktops.<br>
<br>
Is there any recommended approach to doing this? Do I need to create .pro file, makefiles or similar?<br>
<br>
I have a half baked understanding of how the process works with C++ but I'm not sure if those concepts apply in the same way to a Qt Ruby application. I'll try to put together an article for KDE Techbase if it makes since to have a Qt Ruby article on this topic.<br>

<br>
Regards,<br>
Declan<br>
_______________________________________________<br>
Kde-bindings mailing list<br>
<a href="mailto:Kde-bindings@kde.org">Kde-bindings@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-bindings" target="_blank">https://mail.kde.org/mailman/listinfo/kde-bindings</a><br>
</blockquote></div><br>