mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Options dialog
This commit is contained in:
@ -34,13 +34,18 @@ LIBS += -lPDFForQtLib
|
||||
|
||||
SOURCES += \
|
||||
main.cpp \
|
||||
pdfviewermainwindow.cpp
|
||||
pdfviewermainwindow.cpp \
|
||||
pdfviewersettings.cpp \
|
||||
pdfviewersettingsdialog.cpp
|
||||
|
||||
HEADERS += \
|
||||
pdfviewermainwindow.h
|
||||
pdfviewermainwindow.h \
|
||||
pdfviewersettings.h \
|
||||
pdfviewersettingsdialog.h
|
||||
|
||||
FORMS += \
|
||||
pdfviewermainwindow.ui
|
||||
pdfviewermainwindow.ui \
|
||||
pdfviewersettingsdialog.ui
|
||||
|
||||
CONFIG += force_debug_info
|
||||
|
||||
@ -48,3 +53,6 @@ application.files = $$DESTDIR/PdfForQtViewer.exe
|
||||
application.path = $$DESTDIR/install
|
||||
INSTALLS += application
|
||||
|
||||
RESOURCES += \
|
||||
pdfforqtviewer.qrc
|
||||
|
||||
|
Reference in New Issue
Block a user