diff options
| author | Victor Tran <vicr12345@gmail.com> | 2018-07-13 00:39:24 +1000 |
|---|---|---|
| committer | Victor Tran <vicr12345@gmail.com> | 2018-07-13 00:39:24 +1000 |
| commit | abc4021919f406ee25e101122144879f8770d51d (patch) | |
| tree | 9f835b216b8481e84fb988e495da42c1aa1aa20a /installer/installer.pro | |
| parent | 2adcd4f24eca2fa529c42fc1165319bcc4ea179e (diff) | |
| download | theInstaller-abc4021919f406ee25e101122144879f8770d51d.tar.gz theInstaller-abc4021919f406ee25e101122144879f8770d51d.tar.bz2 theInstaller-abc4021919f406ee25e101122144879f8770d51d.zip | |
Uninstall support
Diffstat (limited to 'installer/installer.pro')
| -rw-r--r-- | installer/installer.pro | 155 |
1 files changed, 151 insertions, 4 deletions
diff --git a/installer/installer.pro b/installer/installer.pro index 2725738..1c2fd5f 100644 --- a/installer/installer.pro +++ b/installer/installer.pro @@ -4,9 +4,13 @@ # #------------------------------------------------- -QT += core gui network svg +QT += core gui network svg winextras CONFIG += static +INCLUDEPATH += "C:/Program Files (x86)/zlib/include" +LIBS += -L"C:/Program Files (x86)/zlib/lib" -lzlibstat +DEFINES += QUAZIP_STATIC ZLIB_WINAPI + greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = installer @@ -30,15 +34,158 @@ SOURCES += \ main.cpp \ mainwindow.cpp \ fadestackedwidget.cpp \ - process/installworker.cpp + process/installworker.cpp \ + quazip/quazipfile.cpp \ + process/installworker.cpp \ + quazip/quazip.cpp \ + quazip/quazipfile.cpp \ + fadestackedwidget.cpp \ + main.cpp \ + mainwindow.cpp \ + process/installworker.cpp \ + quazip/quazip.cpp \ + quazip/quazipfile.cpp \ + fadestackedwidget.cpp \ + main.cpp \ + mainwindow.cpp \ + quazip/unzip.c \ + quazip/zip.c \ + process/installworker.cpp \ + quazip/quazip.cpp \ + quazip/quazipfile.cpp \ + fadestackedwidget.cpp \ + main.cpp \ + mainwindow.cpp \ + quazip/unzip.c \ + quazip/zip.c \ + process/installworker.cpp \ + quazip/quazip.cpp \ + quazip/quazipfile.cpp \ + quazip/quazipfileinfo.cpp \ + fadestackedwidget.cpp \ + main.cpp \ + mainwindow.cpp \ + quazip/unzip.c \ + quazip/zip.c \ + process/installworker.cpp \ + quazip/quazip.cpp \ + quazip/quazipfile.cpp \ + quazip/quazipfileinfo.cpp \ + quazip/quazipnewinfo.cpp \ + fadestackedwidget.cpp \ + main.cpp \ + mainwindow.cpp \ + quazip/unzip.c \ + quazip/zip.c \ + process/installworker.cpp \ + quazip/qioapi.cpp \ + quazip/quazip.cpp \ + quazip/quazipfile.cpp \ + quazip/quazipfileinfo.cpp \ + quazip/quazipnewinfo.cpp \ + fadestackedwidget.cpp \ + main.cpp \ + mainwindow.cpp \ + quazip/unzip.c \ + quazip/zip.c \ + process/installworker.cpp \ + quazip/JlCompress.cpp \ + quazip/qioapi.cpp \ + quazip/quazip.cpp \ + quazip/quazipfile.cpp \ + quazip/quazipfileinfo.cpp \ + quazip/quazipnewinfo.cpp \ + fadestackedwidget.cpp \ + main.cpp \ + mainwindow.cpp \ + quazip/unzip.c \ + quazip/zip.c \ + maintainwindow.cpp \ + process/removeworker.cpp HEADERS += \ mainwindow.h \ fadestackedwidget.h \ - process/installworker.h + process/installworker.h \ + quazip/quazipfile.h \ + quazip/quazip_global.h \ + process/installworker.h \ + quazip/quazip.h \ + quazip/quazip_global.h \ + quazip/quazipfile.h \ + fadestackedwidget.h \ + mainwindow.h \ + process/installworker.h \ + quazip/quazip.h \ + quazip/quazip_global.h \ + quazip/quazipfile.h \ + quazip/unzip.h \ + quazip/zip.h \ + fadestackedwidget.h \ + mainwindow.h \ + process/installworker.h \ + quazip/ioapi.h \ + quazip/quazip.h \ + quazip/quazip_global.h \ + quazip/quazipfile.h \ + quazip/unzip.h \ + quazip/zip.h \ + fadestackedwidget.h \ + mainwindow.h \ + process/installworker.h \ + quazip/ioapi.h \ + quazip/minizip_crypt.h \ + quazip/quazip.h \ + quazip/quazip_global.h \ + quazip/quazipfile.h \ + quazip/quazipfileinfo.h \ + quazip/unzip.h \ + quazip/zip.h \ + fadestackedwidget.h \ + mainwindow.h \ + process/installworker.h \ + quazip/ioapi.h \ + quazip/minizip_crypt.h \ + quazip/quazip.h \ + quazip/quazip_global.h \ + quazip/quazipfile.h \ + quazip/quazipfileinfo.h \ + quazip/quazipnewinfo.h \ + quazip/unzip.h \ + quazip/zip.h \ + fadestackedwidget.h \ + mainwindow.h \ + process/installworker.h \ + quazip/ioapi.h \ + quazip/minizip_crypt.h \ + quazip/quazip.h \ + quazip/quazip_global.h \ + quazip/quazipfile.h \ + quazip/quazipfileinfo.h \ + quazip/quazipnewinfo.h \ + quazip/unzip.h \ + quazip/zip.h \ + fadestackedwidget.h \ + mainwindow.h \ + process/installworker.h \ + quazip/ioapi.h \ + quazip/JlCompress.h \ + quazip/minizip_crypt.h \ + quazip/quazip.h \ + quazip/quazip_global.h \ + quazip/quazipfile.h \ + quazip/quazipfileinfo.h \ + quazip/quazipnewinfo.h \ + quazip/unzip.h \ + quazip/zip.h \ + fadestackedwidget.h \ + mainwindow.h \ + maintainwindow.h \ + process/removeworker.h FORMS += \ - mainwindow.ui + mainwindow.ui \ + maintainwindow.ui TRANSLATIONS += \ translations/vi_VN.ts |
