From cb6fe128c453d6db51d0bdc28cb46cc696c60990 Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 25 Mar 2024 18:30:34 +0100 Subject: [PATCH] Set app domain for the sake of displaying the URL in the Qt Quick GUI --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9bc7332..e4f48bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,6 +9,7 @@ set(META_APP_NAME "Password Manager") set(META_APP_CATEGORIES "Utility;Security;") set(META_APP_AUTHOR "Martchus") set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}") +set(META_APP_DOMAIN "${META_APP_URL}") set(META_APP_DESCRIPTION "A simple password store using AES-256-CBC encryption via OpenSSL") set(META_GUI_OPTIONAL YES) set(META_USE_QQC2 ON)