feat: add base for translations
This commit is contained in:
parent
bae8e44f37
commit
5dacb89822
|
@ -11,7 +11,25 @@ DEFINES += QT_DEPRECATED_WARNINGS
|
|||
# You can also select to disable deprecated APIs only up to a certain version of Qt.
|
||||
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
|
||||
|
||||
SOURCES +=
|
||||
lupdate_only{
|
||||
SOURCES = *.qml \
|
||||
app/*.qml \
|
||||
shared/*.qml \
|
||||
app/AppLayouts/*.qml \
|
||||
app/AppLayouts/Browser/*.qml \
|
||||
app/AppLayouts/Chat/*.qml \
|
||||
app/AppLayouts/Chat/ChatColumn/*.qml \
|
||||
app/AppLayouts/Chat/components/*.qml \
|
||||
app/AppLayouts/Chat/Contacts/*.qml \
|
||||
app/AppLayouts/Node/*.qml \
|
||||
app/AppLayouts/Profile/*.qml \
|
||||
app/AppLayouts/Profile/LeftTab/*.qml \
|
||||
app/AppLayouts/Profile/Sections/*.qml \
|
||||
app/AppLayouts/Profile/Sections/Contacts/*.qml \
|
||||
app/AppLayouts/Wallet/*.qml \
|
||||
app/AppLayouts/Wallet/Components/*.qml \
|
||||
app/AppLayouts/Wallet/data/*.qml \
|
||||
}
|
||||
|
||||
RESOURCES += \
|
||||
imports/Theme.qml \
|
||||
|
@ -188,4 +206,4 @@ DISTFILES += \
|
|||
shared/StyledTextArea.qml \
|
||||
shared/TextWithLabel.qml \
|
||||
shared/qmldir
|
||||
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue