From 41bad7695ee40571062a370610e6ca518295e3c7 Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Wed, 10 Jul 2013 15:34:57 +0300 Subject: Print: add a class for print layouting PrintLayout is a class that will handle the layouting part of dive profiles, text, tables depending on the settings of a QPrinter and the PrinterDialog and PrintOptions instances. Signed-off-by: Lubomir I. Ivanov --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a9f61058a..3496c327b 100644 --- a/Makefile +++ b/Makefile @@ -55,6 +55,7 @@ HEADERS = \ qt-ui/graphicsview-common.h \ qt-ui/printdialog.h \ qt-ui/printoptions.h \ + qt-ui/printlayout.h \ SOURCES = \ @@ -98,6 +99,7 @@ SOURCES = \ qt-ui/graphicsview-common.cpp \ qt-ui/printdialog.cpp \ qt-ui/printoptions.cpp \ + qt-ui/printlayout.cpp \ $(RESFILE) -- cgit v1.2.3-70-g09d2