vym.pro
changeset 90 10f3d35dcbad
parent 83 e90f5bef70c8
child 91 855c486b9360
     1.1 --- a/vym.pro	Tue Feb 08 14:07:19 2005 +0000
     1.2 +++ b/vym.pro	Sat Feb 19 17:14:33 2005 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4  TARGET  = vym
     1.5 -TRANSLATIONS += vym_de.ts
     1.6 +TRANSLATIONS += lang/vym_de_DE.UTF-8.ts
     1.7  
     1.8  TEMPLATE	= app
     1.9  LANGUAGE	= C++
    1.10 @@ -11,7 +11,7 @@
    1.11  target.path = $${DESTROOT}/bin
    1.12  INSTALLS += target
    1.13  
    1.14 -support.files = styles/ scripts/ icons/
    1.15 +support.files = styles/ scripts/ icons/ lang/
    1.16  support.path = $${DESTROOT}/share/vym
    1.17  INSTALLS += support 
    1.18