diff options
| author | Victor Tran <vicr12345@gmail.com> | 2020-08-03 23:25:55 +1000 |
|---|---|---|
| committer | Victor Tran <vicr12345@gmail.com> | 2020-08-03 23:25:55 +1000 |
| commit | fef992a12c81ad728b44617e02c3f5180c4a3cc0 (patch) | |
| tree | 3b0e5f218934ebde9d13306c881260a98bf17e1c /installer/installer.pro | |
| parent | d0bc49f9d606580053ac45058c9c9ccb4c6b26c1 (diff) | |
| download | theInstaller-fef992a12c81ad728b44617e02c3f5180c4a3cc0.tar.gz theInstaller-fef992a12c81ad728b44617e02c3f5180c4a3cc0.tar.bz2 theInstaller-fef992a12c81ad728b44617e02c3f5180c4a3cc0.zip | |
Diffstat (limited to 'installer/installer.pro')
| -rw-r--r-- | installer/installer.pro | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/installer/installer.pro b/installer/installer.pro index bbf1fc5..7807523 100644 --- a/installer/installer.pro +++ b/installer/installer.pro @@ -5,10 +5,10 @@ #------------------------------------------------- QT += core gui network svg winextras -CONFIG += static +CONFIG += static c++17 INCLUDEPATH += "C:/Program Files (x86)/zlib/include" -LIBS += -L"C:/Program Files (x86)/zlib/lib" -lzlibstat -llegacy_stdio_definitions +LIBS += -L"C:/Program Files (x86)/zlib/lib" -lzlibstat -llegacy_stdio_definitions -lwindowsapp DEFINES += QUAZIP_STATIC ZLIB_WINAPI greaterThan(QT_MAJOR_VERSION, 4): QT += widgets @@ -208,7 +208,9 @@ TRANSLATIONS += \ translations/en_US.ts \ translations/en_GB.ts \ translations/en_AU.ts \ - translations/en_NZ.ts + translations/en_NZ.ts \ + translations/de_DE.ts \ + translations/nl_NL.ts qtPrepareTool(LUPDATE, lupdate) genlang.commands = "$$LUPDATE -no-obsolete -source-language en_US $$_PRO_FILE_" |
