mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Ink coverage dialog
This commit is contained in:
@ -33,11 +33,13 @@ DESTDIR = $$OUT_PWD/../../pdfplugins
|
||||
CONFIG += c++11
|
||||
|
||||
SOURCES += \
|
||||
inkcoveragedialog.cpp \
|
||||
outputpreviewdialog.cpp \
|
||||
outputpreviewplugin.cpp \
|
||||
outputpreviewwidget.cpp
|
||||
|
||||
HEADERS += \
|
||||
inkcoveragedialog.h \
|
||||
outputpreviewdialog.h \
|
||||
outputpreviewplugin.h \
|
||||
outputpreviewwidget.h
|
||||
@ -51,4 +53,5 @@ RESOURCES += \
|
||||
icons.qrc
|
||||
|
||||
FORMS += \
|
||||
inkcoveragedialog.ui \
|
||||
outputpreviewdialog.ui
|
||||
|
Reference in New Issue
Block a user