mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-16 17:11:37 +08:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b41f846ea4 | |||
| 1dcd7d1c5c | |||
| 01ac388f50 |
2
main.cpp
2
main.cpp
@@ -14,7 +14,7 @@ int main(int argc, char *argv[])
|
||||
a.loadTranslator();//载入翻译
|
||||
a.setAboutDialog(&dialog);
|
||||
dialog.setLicense(QObject::tr("We publish this program under GPL V3"));
|
||||
dialog.setVersion(DApplication::buildVersion("Version 2.0+2"));
|
||||
dialog.setVersion(DApplication::buildVersion("Version 2.0.2.3"));
|
||||
dialog.setAcknowledgementVisible(true);
|
||||
dialog.setAcknowledgementLink(QObject::tr("https://gitee.com/deepin-community-store/spark-store"));
|
||||
a.setApplicationAcknowledgementPage(QObject::tr("https://gitee.com/deepin-community-store/spark-store"));
|
||||
|
||||
@@ -9,6 +9,7 @@ QT += core gui network concurrent webenginewidgets
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
TRANSLATIONS = ./trans/spark-store_en.ts \
|
||||
./trans/spark-store_zh_CN.ts
|
||||
./trans/spark-store_fr.ts\
|
||||
|
||||
CONFIG += link_pkgconfig
|
||||
PKGCONFIG += dtkwidget
|
||||
|
||||
BIN
trans/spark-store_fr.qm
Normal file
BIN
trans/spark-store_fr.qm
Normal file
Binary file not shown.
Reference in New Issue
Block a user