diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-03-31 11:19:48 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-03-31 11:19:48 +0000 |
| commit | da1251524f05c045d05502e52cea8bf67fa97e23 (patch) | |
| tree | 2f5588e13680da56a7abc5f442522cfd16e41452 /src/ui/ui.pro | |
| parent | 57c01493d3e59638888a3d13c582c5057efbdc9e (diff) | |
| download | qmmp-da1251524f05c045d05502e52cea8bf67fa97e23.tar.gz qmmp-da1251524f05c045d05502e52cea8bf67fa97e23.tar.bz2 qmmp-da1251524f05c045d05502e52cea8bf67fa97e23.zip | |
updated resources
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@307 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/ui.pro')
| -rw-r--r-- | src/ui/ui.pro | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/src/ui/ui.pro b/src/ui/ui.pro index a9f666cdc..51cc45a05 100644 --- a/src/ui/ui.pro +++ b/src/ui/ui.pro @@ -59,11 +59,11 @@ HEADERS += mainwindow.h \ unixdomainsocket.h \ commandlineoption.h \ addurldialog.h \ - skinreader.h \ - visualmenu.h \ - titlebarcontrol.h \ - shadedvisual.h \ - shadedbar.h + skinreader.h \ + visualmenu.h \ + titlebarcontrol.h \ + shadedvisual.h \ + shadedbar.h SOURCES += mainwindow.cpp \ mp3player.cpp \ @@ -141,9 +141,15 @@ INSTALLS += target #RESOURCES += translations/qmmp_locales.qrc -#TRANSLATIONS = translations/qmmp_ru.ts \ -# translations/qmmp_tr.ts \ -# translations/qmmp_zh_CN.ts +TRANSLATIONS = translations/qmmp_ru.ts \ + translations/qmmp_tr.ts \ + translations/qmmp_zh_CN.ts \ + translations/qmmp_cs.ts \ + translations/qmmp_pt_BR.ts \ + translations/qmmp_uk_UA.ts \ + translations/qmmp_zh_TW.ts \ + translations/qmmp_de.ts + |
