Dependencies moved to the another project

This commit is contained in:
Jakub Melka
2019-07-31 18:19:23 +02:00
parent f87806bd74
commit 1d3e6231ec
114 changed files with 54 additions and 41233 deletions

View File

@ -8,7 +8,7 @@ QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = PdfForQtViewer.exe
TARGET = PdfForQtViewer
TEMPLATE = app
# The following define makes your compiler emit warnings if you use
@ -44,7 +44,7 @@ FORMS += \
CONFIG += force_debug_info
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
application.files = $$DESTDIR/PdfForQtViewer.exe
application.path = $$DESTDIR/install
INSTALLS += application