View Single Post
rooster13's Avatar
Posts: 319 | Thanked: 221 times | Joined on Jan 2010 @ Finland
#29
Originally Posted by CepiPerez View Post
Al right guys
I made some big changes in the source code to make it work in a proper way.
Before add some features (like vertical dockbars and order icons) I will like you test the new version
You can download here.
It should appear in extras-devel too.
Looks great!

U plan to release this on extras-devel, I have made a homescreen widget too with Qt and I'm having huge problems making the pacakge work in the autobuilder. The builder passes fine, but the deb is not built properly. As a matter of fact there is no app in the deb after the autobuilder.

If you have any suggestions how to make a correct rules file for the autobuilder that it will build the widget ok. I think the problem is in that you should run qmake before make.
I have tried to solve the problem like this:
Code:
# Add here commands to compile the package.
    cd builddir && qmake-qt4 && $(MAKE)
But that does not pass the auto builder.
If i put it like this:
Code:
# Add here commands to compile the package.
    cd builddir && $(MAKE)
The autobuilder is passed fine, but no binary is created in the deb file.

I'm so out of suggestions. Any help would be highly appreciated.