Windows build.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-05-31 13:00:16 +03:00
parent b1a354df69
commit b3352b8b37
2 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,8 @@
# include <QtMath> # include <QtMath>
#endif #endif
#include <QPushButton>
enum class PaperSizeTemplate : char { A0, A1, A2, A3, A4, Letter, Legal, Roll24in, Roll30in, Roll36in, Roll42in, enum class PaperSizeTemplate : char { A0, A1, A2, A3, A4, Letter, Legal, Roll24in, Roll30in, Roll36in, Roll42in,
Roll44in}; Roll44in};

View File

@ -46,6 +46,7 @@
#include <QPrinter> #include <QPrinter>
#include <QPrintPreviewDialog> #include <QPrintPreviewDialog>
#include <QPrintDialog> #include <QPrintDialog>
#include <QPrinterInfo>
#ifdef Q_OS_WIN #ifdef Q_OS_WIN
# define PDFTOPS "pdftops.exe" # define PDFTOPS "pdftops.exe"