translation loader + qm files added
This commit is contained in:
parent
597ef4f051
commit
516765b513
5 changed files with 154 additions and 3 deletions
|
@ -25,7 +25,7 @@ TARGET = gta5sync
|
|||
TEMPLATE = app
|
||||
|
||||
|
||||
SOURCES += main.cpp\
|
||||
SOURCES += main.cpp \
|
||||
SnapmaticPicture.cpp \
|
||||
PictureDialog.cpp \
|
||||
ProfileDatabase.cpp \
|
||||
|
@ -58,10 +58,10 @@ FORMS += \
|
|||
TRANSLATIONS += \
|
||||
gta5sync_de.ts
|
||||
|
||||
RESOURCES +=
|
||||
RESOURCES += \
|
||||
app.qrc
|
||||
|
||||
OTHER_FILES += \
|
||||
gta5sync_de.qm \
|
||||
app.rc
|
||||
|
||||
win32: RC_FILE += app.rc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue