![]() |
Re: QT Packaging help needed please
I wrote a guide to packaging a Qt app for the extras repository. Hope it helps: http://wiki.maemo.org/Packaging_Qt_C...r_Maemo_Extras
|
Re: QT Packaging help needed please
Wooohooo cheers alls! - will check the guide tonight, and mece, will give it a go!
Thank you so much everyone for helping out! :) (Getting the deb to the device is easy! hehe) It's the maemo packaging for extras devel etc thats the mare! |
Re: QT Packaging help needed please
Ok i'm getting there, the error appears in the rules files now, as you will see, i've tried many a different way around! All erroring though!
(Start of rules file (now!)) Code:
#!/usr/bin/make -f I have tried many many versions of this, and the error allways seems to be /scratchbox/tools/bin/sh: line 1: /opt/qt4-maemo5/bin/qmake: No such file or directory (Now replace /opt/qt4-maemo5/bin/qmake with many many variants, and PREFIX with /usr) Please can someone let me know what it should be? :) edit - example failed notice - https://garage.maemo.org/builder/fre...log.FAILED.txt + Scroll down the bottom to see how many attempts! https://garage.maemo.org/pipermail/e...er/thread.html |
Re: QT Packaging help needed please
1. Does /opt/qt4-maemo5/bin/qmake exists?
Where is your qmake program. 2. Do you use unix or dos line breaks? nicolai |
Re: QT Packaging help needed please
Its the autobuilder so i dont know :)
and erm, using ubuntu, so unix :) |
Re: QT Packaging help needed please
cd builddir && qmake-qt4 PREFIX=/usr ../maecount.pro
/scratchbox/tools/bin/sh: line 1: qmake-qt4: command not found Just tried again |
Re: QT Packaging help needed please
Can you send me the source?
(I am sure it is because you use wrong linebreaks) nicolai |
Re: QT Packaging help needed please
<NooBmonk3y> Turski, i want your babies!!!!!!!!!!!
<NooBmonk3y> maecount 0.8.5 Fremantle Extras-devel free i386 Build succeeded System 2010-11-18 21:23 UTC ^^ yayyyyyyyyyyyyyyyy!!! |
Re: QT Packaging help needed please
Ok i'm 99.9% there!
It builds.... The icon (app) appears in the application menu! (that was the problem 4 days ago! - it didnt) Now all thats left is when i tap the app in the menu, it highlights it but runs nothing! |
Re: QT Packaging help needed please
1. There are still dos line breaks in your .desktop file
2. the desktop file names Exec=maecount as execution path. But your executable is installed in /usr/bin/maecount/maecount. Solution - set target.path = /usr/bin instead of target.path = /usr/bin/maecount in your .pro file - or set the full path in the desktop file: Exec=/usr/bin/maecount Nicolai |
All times are GMT. The time now is 15:59. |
vBulletin® Version 3.8.8