summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/snippets/textdocument-printing/textdocument-printing.pro
blob: f6d7a6d74de41379ed90524af13c4f9cbad53a27 (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = lib
TARGET = textdocument-printing
QT += core gui widgets printsupport

HEADERS = \
    mainwindow.h

SOURCES = \
    main.cpp \
    mainwindow.cpp