Re: myhello problem
Iñaki <[email protected]>
| Newsgroups | gmane.comp.handhelds.opie |
|---|---|
| Organization | TT - La Salle |
| Message-ID | <[email protected]> |
I've finally compiled it, the problem resides on my config.in on the first
line, I do'nt know that CONFIG should be the same on packages and on the
config.in.
After I've compiled it I've another problem. I can execute my application
doing qvfb & and myapp -qws. But I cannot execute my application from opie.
I've created myapp.desktop but it always says I could not locate myapp.
The binarie is on $OPIEDIR/bin but it's not a softlink to quicklauncher, I
don't know if it could be the problem...
Here is my main.cpp
#include "agenda.h"
#include <qpe/qpeapplication.h>
#ifdef QWS
#include <qwindowsystem_qws.h>
#endif
int main( int argc, char ** argv )
{
QPEApplication a( argc, argv );
int retval = 0;
// Make sure calibration widget starts on top.
agenda cal;
a.setMainWidget(&cal);
a.showMainWidget(&cal);
return a.exec();
}
As you can see it's copied and modified from calibration opie program.
And here is my desktop file
[Desktop Entry]
Arguments =
Categories =
Comment = A Note Taking Program
Exec = myapp
File =
Icon = drawpad/DrawPad
Name = INAKI_AGENDAd
Type = 1Pim
Lots of thanks for your help
_______________________________________________
Open Source User Interface and Apps built on Qt Embedded
Opie mailing list
[email protected]
https://handhelds.org/mailman/listinfo/opie