author | leseb <leseb> | 2002-06-19 06:31:01 (UTC) |
---|---|---|
committer | leseb <leseb> | 2002-06-19 06:31:01 (UTC) |
commit | 46e3484b8909ae6ab8ad1e72cfd91453c931fc8c (patch) (unidiff) | |
tree | 9f9a5047bf6c08ccd15bf9203999ac8fc795f119 | |
parent | f2cf56b43d80c16329bda01f9e37e52fb8546816 (diff) | |
download | opie-46e3484b8909ae6ab8ad1e72cfd91453c931fc8c.zip opie-46e3484b8909ae6ab8ad1e72cfd91453c931fc8c.tar.gz opie-46e3484b8909ae6ab8ad1e72cfd91453c931fc8c.tar.bz2 |
Reorder languages
-rw-r--r-- | noncore/graphics/drawpad/drawpad.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/graphics/drawpad/drawpad.pro b/noncore/graphics/drawpad/drawpad.pro index da247ba..6bea193 100644 --- a/noncore/graphics/drawpad/drawpad.pro +++ b/noncore/graphics/drawpad/drawpad.pro | |||
@@ -2,61 +2,61 @@ TEMPLATE = app | |||
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = drawpad.h \ | 3 | HEADERS = drawpad.h \ |
4 | drawpadcanvas.h \ | 4 | drawpadcanvas.h \ |
5 | ellipsetool.h \ | 5 | ellipsetool.h \ |
6 | erasetool.h \ | 6 | erasetool.h \ |
7 | exportdialog.h \ | 7 | exportdialog.h \ |
8 | filltool.h \ | 8 | filltool.h \ |
9 | filledellipsetool.h \ | 9 | filledellipsetool.h \ |
10 | filledrectangletool.h \ | 10 | filledrectangletool.h \ |
11 | importdialog.h \ | 11 | importdialog.h \ |
12 | linetool.h \ | 12 | linetool.h \ |
13 | newpagedialog.h \ | 13 | newpagedialog.h \ |
14 | page.h \ | 14 | page.h \ |
15 | pageinformationdialog.h \ | 15 | pageinformationdialog.h \ |
16 | pointtool.h \ | 16 | pointtool.h \ |
17 | rectangletool.h \ | 17 | rectangletool.h \ |
18 | shapetool.h \ | 18 | shapetool.h \ |
19 | texttool.h \ | 19 | texttool.h \ |
20 | thumbnailview.h \ | 20 | thumbnailview.h \ |
21 | tool.h | 21 | tool.h |
22 | SOURCES = drawpad.cpp \ | 22 | SOURCES = drawpad.cpp \ |
23 | drawpadcanvas.cpp \ | 23 | drawpadcanvas.cpp \ |
24 | ellipsetool.cpp \ | 24 | ellipsetool.cpp \ |
25 | erasetool.cpp \ | 25 | erasetool.cpp \ |
26 | exportdialog.cpp \ | 26 | exportdialog.cpp \ |
27 | filltool.cpp \ | 27 | filltool.cpp \ |
28 | filledellipsetool.cpp \ | 28 | filledellipsetool.cpp \ |
29 | filledrectangletool.cpp \ | 29 | filledrectangletool.cpp \ |
30 | importdialog.cpp \ | 30 | importdialog.cpp \ |
31 | linetool.cpp \ | 31 | linetool.cpp \ |
32 | main.cpp \ | 32 | main.cpp \ |
33 | newpagedialog.cpp \ | 33 | newpagedialog.cpp \ |
34 | page.cpp \ | 34 | page.cpp \ |
35 | pageinformationdialog.cpp \ | 35 | pageinformationdialog.cpp \ |
36 | pointtool.cpp \ | 36 | pointtool.cpp \ |
37 | rectangletool.cpp \ | 37 | rectangletool.cpp \ |
38 | shapetool.cpp \ | 38 | shapetool.cpp \ |
39 | texttool.cpp \ | 39 | texttool.cpp \ |
40 | thumbnailview.cpp \ | 40 | thumbnailview.cpp \ |
41 | tool.cpp | 41 | tool.cpp |
42 | INCLUDEPATH+= $(OPIEDIR)/include \ | 42 | INCLUDEPATH+= $(OPIEDIR)/include \ |
43 | $(QTDIR)/src/3rdparty/zlib | 43 | $(QTDIR)/src/3rdparty/zlib |
44 | DEPENDPATH+= $(OPIEDIR)/include | 44 | DEPENDPATH+= $(OPIEDIR)/include |
45 | LIBS += -lqpe -lopie | 45 | LIBS += -lqpe -lopie |
46 | DESTDIR = $(OPIEDIR)/bin | 46 | DESTDIR = $(OPIEDIR)/bin |
47 | TARGET = drawpad | 47 | TARGET = drawpad |
48 | 48 | ||
49 | TRANSLATIONS= ../../i18n/de/drawpad.ts | 49 | TRANSLATIONS= ../../i18n/de/drawpad.ts |
50 | TRANSLATIONS+= ../../i18n/es/drawpad.ts | ||
51 | TRANSLATIONS+= ../../i18n/pt/drawpad.ts | ||
52 | TRANSLATIONS+= ../../i18n/en/drawpad.ts | 50 | TRANSLATIONS+= ../../i18n/en/drawpad.ts |
51 | TRANSLATIONS+= ../../i18n/es/drawpad.ts | ||
53 | TRANSLATIONS+= ../../i18n/fr/drawpad.ts | 52 | TRANSLATIONS+= ../../i18n/fr/drawpad.ts |
54 | TRANSLATIONS+= ../../i18n/hu/drawpad.ts | 53 | TRANSLATIONS+= ../../i18n/hu/drawpad.ts |
55 | TRANSLATIONS+= ../../i18n/ja/drawpad.ts | 54 | TRANSLATIONS+= ../../i18n/ja/drawpad.ts |
56 | TRANSLATIONS+= ../../i18n/ko/drawpad.ts | 55 | TRANSLATIONS+= ../../i18n/ko/drawpad.ts |
57 | TRANSLATIONS+= ../../i18n/no/drawpad.ts | 56 | TRANSLATIONS+= ../../i18n/no/drawpad.ts |
58 | TRANSLATIONS+= ../../i18n/pl/drawpad.ts | 57 | TRANSLATIONS+= ../../i18n/pl/drawpad.ts |
58 | TRANSLATIONS+= ../../i18n/pt/drawpad.ts | ||
59 | TRANSLATIONS+= ../../i18n/pt_BR/drawpad.ts | 59 | TRANSLATIONS+= ../../i18n/pt_BR/drawpad.ts |
60 | TRANSLATIONS+= ../../i18n/sl/drawpad.ts | 60 | TRANSLATIONS+= ../../i18n/sl/drawpad.ts |
61 | TRANSLATIONS+= ../../i18n/zh_CN/drawpad.ts | 61 | TRANSLATIONS+= ../../i18n/zh_CN/drawpad.ts |
62 | TRANSLATIONS+= ../../i18n/zh_TW/drawpad.ts | 62 | TRANSLATIONS+= ../../i18n/zh_TW/drawpad.ts |