summaryrefslogtreecommitdiff
path: root/noncore/graphics
authorsandman <sandman>2002-06-26 23:13:50 (UTC)
committer sandman <sandman>2002-06-26 23:13:50 (UTC)
commitb13d95b210c7d16229514afc66e32a1de09a075c (patch) (side-by-side diff)
tree341d10953319693d0fd1a51edeb5cbb83ad5bcf4 /noncore/graphics
parentde4d8f77c0b0eba84a0a0240b5cf439c3e5243a4 (diff)
downloadopie-b13d95b210c7d16229514afc66e32a1de09a075c.zip
opie-b13d95b210c7d16229514afc66e32a1de09a075c.tar.gz
opie-b13d95b210c7d16229514afc66e32a1de09a075c.tar.bz2
Major pro file overhaul from davipt. Commited by me, since it touches
many core files ... please report bugs on this to davipt
Diffstat (limited to 'noncore/graphics') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/graphics/drawpad/drawpad.pro31
1 files changed, 14 insertions, 17 deletions
diff --git a/noncore/graphics/drawpad/drawpad.pro b/noncore/graphics/drawpad/drawpad.pro
index 6d7c326..dd33a6b 100644
--- a/noncore/graphics/drawpad/drawpad.pro
+++ b/noncore/graphics/drawpad/drawpad.pro
@@ -1,64 +1,61 @@
TEMPLATE = app
CONFIG = qt warn_on release
HEADERS = drawpad.h \
drawpadcanvas.h \
ellipsetool.h \
erasetool.h \
exportdialog.h \
filltool.h \
filledellipsetool.h \
filledrectangletool.h \
importdialog.h \
linetool.h \
newpagedialog.h \
page.h \
pageinformationdialog.h \
pointtool.h \
rectangletool.h \
shapetool.h \
texttool.h \
thumbnailview.h \
tool.h
SOURCES = drawpad.cpp \
drawpadcanvas.cpp \
ellipsetool.cpp \
erasetool.cpp \
exportdialog.cpp \
filltool.cpp \
filledellipsetool.cpp \
filledrectangletool.cpp \
importdialog.cpp \
linetool.cpp \
main.cpp \
newpagedialog.cpp \
page.cpp \
pageinformationdialog.cpp \
pointtool.cpp \
rectangletool.cpp \
shapetool.cpp \
texttool.cpp \
thumbnailview.cpp \
tool.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopie
DESTDIR = $(OPIEDIR)/bin
TARGET = drawpad
-
-
-TRANSLATIONS = ../../../i18n/de/drawpad.ts
-TRANSLATIONS += ../../../i18n/en/drawpad.ts
-TRANSLATIONS += ../../../i18n/es/drawpad.ts
-TRANSLATIONS += ../../../i18n/fr/drawpad.ts
-TRANSLATIONS += ../../../i18n/hu/drawpad.ts
-TRANSLATIONS += ../../../i18n/ja/drawpad.ts
-TRANSLATIONS += ../../../i18n/ko/drawpad.ts
-TRANSLATIONS += ../../../i18n/no/drawpad.ts
-TRANSLATIONS += ../../../i18n/pl/drawpad.ts
-TRANSLATIONS += ../../../i18n/pt/drawpad.ts
-TRANSLATIONS += ../../../i18n/pt_BR/drawpad.ts
-TRANSLATIONS += ../../../i18n/sl/drawpad.ts
-TRANSLATIONS += ../../../i18n/zh_CN/drawpad.ts
-TRANSLATIONS += ../../../i18n/zh_TW/drawpad.ts
-
+TRANSLATIONS = ../../../i18n/de/drawpad.ts \
+ ../../../i18n/en/drawpad.ts \
+ ../../../i18n/es/drawpad.ts \
+ ../../../i18n/fr/drawpad.ts \
+ ../../../i18n/hu/drawpad.ts \
+ ../../../i18n/ja/drawpad.ts \
+ ../../../i18n/ko/drawpad.ts \
+ ../../../i18n/no/drawpad.ts \
+ ../../../i18n/pl/drawpad.ts \
+ ../../../i18n/pt/drawpad.ts \
+ ../../../i18n/pt_BR/drawpad.ts \
+ ../../../i18n/sl/drawpad.ts \
+ ../../../i18n/zh_CN/drawpad.ts \
+ ../../../i18n/zh_TW/drawpad.ts