Do we need cups for qt/embedded?
-
I have even seen photos of Qt Ducks (like that of Symbian Foundation).
-
Or come up with something that is not so fragile.
-
[quote author="Gerolf" date="1292943206"]for packaging? or for sending?
For packaging, we could also use a box made of wood, but it will get heavier and thus more expensive to send :-))[/quote]For sending. Like Forum Nokia used to send USB Pen Drives, Card readers, T-Shirts, note books, pen, key chains and other such things which can be sent easily without worrying about shipping them safely.
-
[quote author="Volker" date="1292936499"]"QPrinter":http://doc.qt.nokia.com/latest/qprinter.html uses the printer drivers built-in your operating system. This is CUPS on X11/Mac. So, yes you should add CUPS to your system.
BTW: It's spelled CUPS (all capital letters) - cups are those small containers we drink our coffee of :-) [/quote]
I think he is right, when you specify whether you need this while configure you dont do it in capital letters rather we do it like ./configure -no-cups
-
QPrinter [doc.qt.nokia.com] uses the printer drivers built-in your operating system.
-- is this implies, we no need CUPS at all, for printing a image with Qt. If this is case, I can just have the platform support packages, busybox, and Qt. Here, I have just about to complete my project with Qt and qwt. I have to print the graph in apps.
thanks
Sathishkumar -
Sathishkumar, QPrinter is not included into Symbian, WinCE, Simulator builds. There are tickets for it, but not sure about time when it will be fixed.
-
Thanks all. Good to know QPrinter uses lpr which can get via Busybox.