diff options
author | 2023-09-19 02:01:41 +0600 | |
---|---|---|
committer | 2023-09-19 02:01:41 +0600 | |
commit | 36d10b4b6359b5cf3ff0e37f2330dfaf91cbf530 (patch) | |
tree | cad68505e3dcff4e8d37c5a6a052240d8a935efb /src/WhatsApp.pro | |
parent | 35d85d38d02d97e1c63729bb3301f46bb6f96728 (diff) | |
parent | 906ca7eb436dc9944d43f5b7f6ae7b44afc2a3e7 (diff) | |
download | whatsie-36d10b4b6359b5cf3ff0e37f2330dfaf91cbf530.tar.gz whatsie-36d10b4b6359b5cf3ff0e37f2330dfaf91cbf530.zip |
Update upstream source from tag 'upstream/4.14.1'
Update to upstream version '4.14.1'
with Debian dir 267b96a979689ac47077c72b576cf79da29f8ff2
Diffstat (limited to 'src/WhatsApp.pro')
-rw-r--r-- | src/WhatsApp.pro | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/WhatsApp.pro b/src/WhatsApp.pro index 844c000..72a8535 100644 --- a/src/WhatsApp.pro +++ b/src/WhatsApp.pro @@ -8,6 +8,10 @@ QT += core gui webengine webenginewidgets positioning CONFIG += c++17 +#CONFIG += sanitizer +#CONFIG += sanitize_address +#CONFIG += sanitize_memory + greaterThan(QT_MAJOR_VERSION, 4): QT += widgets !qtConfig(webengine-spellchecker) { @@ -50,7 +54,7 @@ BUILD_TIMESTAMP="\\\"$$system(date -u +\""%Y-%m-%dT%H:%M:%SUTC\"")\\\"" DEFINES += GIT_HASH=$$GIT_HASH GIT_BRANCH=$$GIT_BRANCH BUILD_TIMESTAMP=$$BUILD_TIMESTAMP # Set program version -VERSION = 4.12 +VERSION = 4.14 DEFINES += VERSIONSTR=\\\"$${VERSION}\\\" # You can also make your code fail to compile if you use deprecated APIs. @@ -71,6 +75,7 @@ SOURCES += \ rateapp.cpp \ settingswidget.cpp \ sunclock.cpp \ + theme.cpp \ utils.cpp \ webenginepage.cpp \ webview.cpp \ @@ -94,8 +99,10 @@ HEADERS += \ permissiondialog.h \ rateapp.h \ requestinterceptor.h \ + settingsmanager.h \ settingswidget.h \ sunclock.hpp \ + theme.h \ utils.h \ webenginepage.h \ webview.h \ |