diff options
| author | Victor Tran <vicr12345@gmail.com> | 2018-10-13 19:11:46 +1100 |
|---|---|---|
| committer | Victor Tran <vicr12345@gmail.com> | 2018-10-13 19:11:46 +1100 |
| commit | 88837708068dbbaa6c965a8026ddf80487b2d7d8 (patch) | |
| tree | a34bb6d45aedc2d8ac8d8c98e4abb57d89b88337 /installer/installer.pro | |
| parent | a6bf3d213523f73bf889ccaaf787a107c3d52774 (diff) | |
| download | theInstaller-88837708068dbbaa6c965a8026ddf80487b2d7d8.tar.gz theInstaller-88837708068dbbaa6c965a8026ddf80487b2d7d8.tar.bz2 theInstaller-88837708068dbbaa6c965a8026ddf80487b2d7d8.zip | |
Add licenses
Diffstat (limited to 'installer/installer.pro')
| -rw-r--r-- | installer/installer.pro | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/installer/installer.pro b/installer/installer.pro index 3ad04eb..4f1ae16 100644 --- a/installer/installer.pro +++ b/installer/installer.pro @@ -102,7 +102,8 @@ SOURCES += \ quazip/unzip.c \ quazip/zip.c \ maintainwindow.cpp \ - process/removeworker.cpp + process/removeworker.cpp \ + licensewidget.cpp HEADERS += \ mainwindow.h \ @@ -182,11 +183,13 @@ HEADERS += \ fadestackedwidget.h \ mainwindow.h \ maintainwindow.h \ - process/removeworker.h + process/removeworker.h \ + licensewidget.h FORMS += \ mainwindow.ui \ - maintainwindow.ui + maintainwindow.ui \ + licensewidget.ui TRANSLATIONS += \ translations/vi_VN.ts \ |
