Exports for QtWidgets to link.

bb10
Samuel Rødal 2011-05-09 13:39:03 +02:00
parent a4e8d92148
commit df677b9653
2 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@ QT_BEGIN_NAMESPACE
Q_DECLARE_TYPEINFO(cups_option_t, Q_MOVABLE_TYPE | Q_PRIMITIVE_TYPE);
class QCUPSSupport
class Q_GUI_EXPORT QCUPSSupport
{
public:
QCUPSSupport();

View File

@ -153,8 +153,8 @@ namespace QPdf {
struct PaperSize {
int width, height; // in postscript points
};
PaperSize paperSize(QPrinter::PaperSize paperSize);
const char *paperSizeToString(QPrinter::PaperSize paperSize);
Q_GUI_EXPORT PaperSize paperSize(QPrinter::PaperSize paperSize);
Q_GUI_EXPORT const char *paperSizeToString(QPrinter::PaperSize paperSize);
}