mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Redacting tool
This commit is contained in:
@ -33,10 +33,12 @@ DESTDIR = $$OUT_PWD/../../pdfplugins
|
||||
CONFIG += c++11
|
||||
|
||||
SOURCES += \
|
||||
createredacteddocumentdialog.cpp \
|
||||
redactplugin.cpp \
|
||||
selectpagestoredactdialog.cpp
|
||||
|
||||
HEADERS += \
|
||||
createredacteddocumentdialog.h \
|
||||
redactplugin.h \
|
||||
selectpagestoredactdialog.h
|
||||
|
||||
@ -49,6 +51,7 @@ RESOURCES += \
|
||||
icons.qrc
|
||||
|
||||
FORMS += \
|
||||
createredacteddocumentdialog.ui \
|
||||
selectpagestoredactdialog.ui
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user