diff options
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 \ |
