diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-02-12 09:01:31 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-02-12 09:01:31 -0500 |
| commit | df265f7f4cfb8343197ed86f5c20fb2d14c51b0f (patch) | |
| tree | edbd6f6ac6512776f8c798dfaf5b05750f86bef2 /AleePlayer.pro | |
| parent | 21f2659dd4d4267f6385fd5492d6e407d8b183a2 (diff) | |
| download | erable-godot-df265f7f4cfb8343197ed86f5c20fb2d14c51b0f.tar.gz erable-godot-df265f7f4cfb8343197ed86f5c20fb2d14c51b0f.tar.bz2 erable-godot-df265f7f4cfb8343197ed86f5c20fb2d14c51b0f.zip | |
Localization and library system in progress
Diffstat (limited to 'AleePlayer.pro')
| -rw-r--r-- | AleePlayer.pro | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/AleePlayer.pro b/AleePlayer.pro index c7ffdff..ecb90de 100644 --- a/AleePlayer.pro +++ b/AleePlayer.pro @@ -17,11 +17,13 @@ DEFINES += QT_DEPRECATED_WARNINGS SOURCES += \ about.cpp \ + library.cpp \ main.cpp \ player.cpp HEADERS += \ about.h \ + library.h \ player.h FORMS += \ @@ -29,7 +31,9 @@ FORMS += \ player.ui TRANSLATIONS += \ - AleePlayer_en_CA.ts + translations/en_CA.ts \ + translations/fr_CA.ts \ + translations/vi_VN.ts unix:!macx:!android { |
