-rw-r--r-- | noncore/graphics/drawpad/drawpad.pro | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/noncore/graphics/drawpad/drawpad.pro b/noncore/graphics/drawpad/drawpad.pro index 3b120c9..9360256 100644 --- a/noncore/graphics/drawpad/drawpad.pro +++ b/noncore/graphics/drawpad/drawpad.pro | |||
@@ -1,54 +1,54 @@ | |||
1 | TEMPLATE= app | 1 | 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 | pointtool.h \ | 14 | pointtool.h \ |
15 | rectangletool.h \ | 15 | rectangletool.h \ |
16 | shapetool.h \ | 16 | shapetool.h \ |
17 | texttool.h \ | 17 | texttool.h \ |
18 | tool.h | 18 | tool.h |
19 | SOURCES = drawpad.cpp \ | 19 | SOURCES = drawpad.cpp \ |
20 | drawpadcanvas.cpp \ | 20 | drawpadcanvas.cpp \ |
21 | ellipsetool.cpp \ | 21 | ellipsetool.cpp \ |
22 | erasetool.cpp \ | 22 | erasetool.cpp \ |
23 | exportdialog.cpp \ | 23 | exportdialog.cpp \ |
24 | filltool.cpp \ | 24 | filltool.cpp \ |
25 | filledellipsetool.cpp \ | 25 | filledellipsetool.cpp \ |
26 | filledrectangletool.cpp \ | 26 | filledrectangletool.cpp \ |
27 | importdialog.cpp \ | 27 | importdialog.cpp \ |
28 | linetool.cpp \ | 28 | linetool.cpp \ |
29 | main.cpp \ | 29 | main.cpp \ |
30 | newpagedialog.cpp \ | 30 | newpagedialog.cpp \ |
31 | pointtool.cpp \ | 31 | pointtool.cpp \ |
32 | rectangletool.cpp \ | 32 | rectangletool.cpp \ |
33 | shapetool.cpp \ | 33 | shapetool.cpp \ |
34 | texttool.cpp \ | 34 | texttool.cpp \ |
35 | tool.cpp | 35 | tool.cpp |
36 | INCLUDEPATH+= $(OPIEDIR)/include \ | 36 | INCLUDEPATH+= $(OPIEDIR)/include \ |
37 | $(QTDIR)/src/3rdparty/zlib | 37 | $(QTDIR)/src/3rdparty/zlib |
38 | DEPENDPATH+= $(OPIEDIR)/include | 38 | DEPENDPATH+= $(OPIEDIR)/include |
39 | LIBS += -lqpe -lopie | 39 | LIBS += -lqpe -lopie |
40 | DESTDIR = $(OPIEDIR)/bin | 40 | DESTDIR = $(OPIEDIR)/bin |
41 | TARGET = drawpad | 41 | TARGET = drawpad |
42 | 42 | ||
43 | TRANSLATIONS = ../../i18n/pt_BR/drawpad.ts | 43 | TRANSLATIONS= ../../i18n/de/drawpad.ts |
44 | TRANSLATIONS += ../../i18n/de/drawpad.ts | 44 | TRANSLATIONS+= ../../i18n/en/drawpad.ts |
45 | TRANSLATIONS += ../../i18n/en/drawpad.ts | 45 | TRANSLATIONS+= ../../i18n/fr/drawpad.ts |
46 | TRANSLATIONS += ../../i18n/hu/drawpad.ts | 46 | TRANSLATIONS+= ../../i18n/hu/drawpad.ts |
47 | TRANSLATIONS += ../../i18n/pl/drawpad.ts | 47 | TRANSLATIONS+= ../../i18n/ja/drawpad.ts |
48 | TRANSLATIONS += ../../i18n/ja/drawpad.ts | 48 | TRANSLATIONS+= ../../i18n/ko/drawpad.ts |
49 | TRANSLATIONS += ../../i18n/sl/drawpad.ts | 49 | TRANSLATIONS+= ../../i18n/no/drawpad.ts |
50 | TRANSLATIONS += ../../i18n/fr/drawpad.ts | 50 | TRANSLATIONS+= ../../i18n/pl/drawpad.ts |
51 | TRANSLATIONS += ../../i18n/ko/drawpad.ts | 51 | TRANSLATIONS+= ../../i18n/pt_BR/drawpad.ts |
52 | TRANSLATIONS += ../../i18n/no/drawpad.ts | 52 | TRANSLATIONS+= ../../i18n/sl/drawpad.ts |
53 | TRANSLATIONS += ../../i18n/zh_CN/drawpad.ts | 53 | TRANSLATIONS+= ../../i18n/zh_CN/drawpad.ts |
54 | TRANSLATIONS += ../../i18n/zh_TW/drawpad.ts | 54 | TRANSLATIONS+= ../../i18n/zh_TW/drawpad.ts |