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>
#endif
#include <QPushButton>
enum class PaperSizeTemplate : char { A0, A1, A2, A3, A4, Letter, Legal, Roll24in, Roll30in, Roll36in, Roll42in,
Roll44in};

View file

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