Set app domain for the sake of displaying the URL in the Qt Quick GUI

This commit is contained in:
Martchus 2024-03-25 18:30:34 +01:00
parent eed9d596ba
commit cb6fe128c4
1 changed files with 1 additions and 0 deletions

View File

@ -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)