mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-17 01:21:36 +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.loadTranslator();//载入翻译
|
||||||
a.setAboutDialog(&dialog);
|
a.setAboutDialog(&dialog);
|
||||||
dialog.setLicense(QObject::tr("We publish this program under GPL V3"));
|
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.setAcknowledgementVisible(true);
|
||||||
dialog.setAcknowledgementLink(QObject::tr("https://gitee.com/deepin-community-store/spark-store"));
|
dialog.setAcknowledgementLink(QObject::tr("https://gitee.com/deepin-community-store/spark-store"));
|
||||||
a.setApplicationAcknowledgementPage(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
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||||
TRANSLATIONS = ./trans/spark-store_en.ts \
|
TRANSLATIONS = ./trans/spark-store_en.ts \
|
||||||
./trans/spark-store_zh_CN.ts
|
./trans/spark-store_zh_CN.ts
|
||||||
|
./trans/spark-store_fr.ts\
|
||||||
|
|
||||||
CONFIG += link_pkgconfig
|
CONFIG += link_pkgconfig
|
||||||
PKGCONFIG += dtkwidget
|
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