From df265f7f4cfb8343197ed86f5c20fb2d14c51b0f Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 12 Feb 2020 09:01:31 -0500 Subject: Localization and library system in progress --- AleePlayer.pro | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'AleePlayer.pro') 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 { -- cgit v1.2.3