smb4k uses the Qt function setCopyCount of the QPrinter class which seems to be available as from qt 4.7 i did not try to build it with qt 4.7 but according to the qt docs i found online this function is new see http://doc.qt.nokia.com/4.7/qprinter.html http://doc.qt.nokia.com/4.6/qprinter.html Reproducible: Always Steps to Reproduce: 1.install =x11-libs/qt-gui-4.6.3-r2 2.try to install net-misc/smb4k-0.10.68 Actual Results: smb4k will not compile Expected Results: it should require me to update qt to >= 4.7 (i guess) compile error (sorry it is german, could not find a quick way to set locale for emerge) /var/tmp/portage/net-misc/smb4k-0.10.68/work/smb4k-0.10.68/core/smb4kprint_p.cpp: In member function »void Smb4KPrintJob::slotStartPrinting()«: /var/tmp/portage/net-misc/smb4k-0.10.68/work/smb4k-0.10.68/core/smb4kprint_p.cpp:245: Fehler: »class QPrinter« hat kein Element namens »copyCount« /var/tmp/portage/net-misc/smb4k-0.10.68/work/smb4k-0.10.68/core/smb4kprint_p.cpp: In member function »void Smb4KPrintDialog::slotUser2Clicked()«: /var/tmp/portage/net-misc/smb4k-0.10.68/work/smb4k-0.10.68/core/smb4kprint_p.cpp:506: Fehler: »class QPrinter« hat kein Element namens »setCopyCount« make[2]: *** [core/CMakeFiles/smb4kcore.dir/smb4kprint_p.o] Fehler 1
maybe the printing features could be compiled in depending on a USE-flag
Fixed in main tree. Thanks for report.