author | cniehaus <cniehaus> | 2002-03-28 21:58:07 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-03-28 21:58:07 (UTC) |
commit | ed6bcbba1164cc2235b6d21f20b1de416d36cac2 (patch) (unidiff) | |
tree | 1b6e2003bf17f4c25b7c18ffd30450afb107efbc | |
parent | 8b7b82249b3cfe26f2fe8d20b1005b9805b1e8c6 (diff) | |
download | opie-ed6bcbba1164cc2235b6d21f20b1de416d36cac2.zip opie-ed6bcbba1164cc2235b6d21f20b1de416d36cac2.tar.gz opie-ed6bcbba1164cc2235b6d21f20b1de416d36cac2.tar.bz2 |
these are the modified files for the .sl-team
-rwxr-xr-x | core/apps/embeddedkonsole/embeddedkonsole.pro | 1 | ||||
-rw-r--r-- | core/apps/textedit/textedit.pro | 1 | ||||
-rw-r--r-- | core/pim/addressbook/addressbook.pro | 1 | ||||
-rw-r--r-- | core/pim/today/today.pro | 1 | ||||
-rw-r--r-- | core/pim/todo/todo.pro | 1 | ||||
-rw-r--r-- | library/library.pro | 1 | ||||
-rw-r--r-- | noncore/games/snake/snake.pro | 1 | ||||
-rwxr-xr-x | noncore/games/solitaire/solitaire.pro | 1 | ||||
-rw-r--r-- | noncore/graphics/drawpad/drawpad.pro | 1 | ||||
-rw-r--r-- | noncore/settings/sysinfo/sysinfo.pro | 1 | ||||
-rw-r--r-- | noncore/tools/calculator/calculator.pro | 1 | ||||
-rw-r--r-- | noncore/tools/clock/clock.pro | 1 | ||||
-rw-r--r-- | noncore/unsupported/filebrowser/filebrowser.pro | 1 |
13 files changed, 13 insertions, 0 deletions
diff --git a/core/apps/embeddedkonsole/embeddedkonsole.pro b/core/apps/embeddedkonsole/embeddedkonsole.pro index 1658c06..92a6930 100755 --- a/core/apps/embeddedkonsole/embeddedkonsole.pro +++ b/core/apps/embeddedkonsole/embeddedkonsole.pro | |||
@@ -29,18 +29,19 @@ SOURCES = TEScreen.cpp \ | |||
29 | main.cpp | 29 | main.cpp |
30 | INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui | 30 | INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui |
31 | TARGET = embeddedkonsole | 31 | TARGET = embeddedkonsole |
32 | INCLUDEPATH += $(OPIEDIR)/include | 32 | INCLUDEPATH += $(OPIEDIR)/include |
33 | DEPENDPATH += $(OPIEDIR)/include | 33 | DEPENDPATH += $(OPIEDIR)/include |
34 | LIBS += -lqpe | 34 | LIBS += -lqpe |
35 | REQUIRES = embeddedkonsole | 35 | REQUIRES = embeddedkonsole |
36 | 36 | ||
37 | TRANSLATIONS = ../i18n/pt_BR/embeddedkonsole.ts | 37 | TRANSLATIONS = ../i18n/pt_BR/embeddedkonsole.ts |
38 | TRANSLATIONS += ../i18n/de/embeddedkonsole.ts | 38 | TRANSLATIONS += ../i18n/de/embeddedkonsole.ts |
39 | TRANSLATIONS += ../i18n/en/embeddedkonsole.ts | 39 | TRANSLATIONS += ../i18n/en/embeddedkonsole.ts |
40 | TRANSLATIONS += ../i18n/hu/embeddedkonsole.ts | 40 | TRANSLATIONS += ../i18n/hu/embeddedkonsole.ts |
41 | TRANSLATIONS += ../i18n/fr/embeddedkonsole.ts | 41 | TRANSLATIONS += ../i18n/fr/embeddedkonsole.ts |
42 | TRANSLATIONS += ../i18n/ja/embeddedkonsole.ts | 42 | TRANSLATIONS += ../i18n/ja/embeddedkonsole.ts |
43 | TRANSLATIONS += ../i18n/ko/embeddedkonsole.ts | 43 | TRANSLATIONS += ../i18n/ko/embeddedkonsole.ts |
44 | TRANSLATIONS += ../i18n/no/embeddedkonsole.ts | 44 | TRANSLATIONS += ../i18n/no/embeddedkonsole.ts |
45 | TRANSLATIONS += ../i18n/sl/embeddedkonsole.ts | ||
45 | TRANSLATIONS += ../i18n/zh_CN/embeddedkonsole.ts | 46 | TRANSLATIONS += ../i18n/zh_CN/embeddedkonsole.ts |
46 | TRANSLATIONS += ../i18n/zh_TW/embeddedkonsole.ts | 47 | TRANSLATIONS += ../i18n/zh_TW/embeddedkonsole.ts |
diff --git a/core/apps/textedit/textedit.pro b/core/apps/textedit/textedit.pro index 629fd41..fce76bd 100644 --- a/core/apps/textedit/textedit.pro +++ b/core/apps/textedit/textedit.pro | |||
@@ -4,20 +4,21 @@ CONFIG += qt warn_on release | |||
4 | DESTDIR = $(OPIEDIR)/bin | 4 | DESTDIR = $(OPIEDIR)/bin |
5 | HEADERS = textedit.h fileBrowser.h fontDialog.h fileSaver.h filePermissions.h | 5 | HEADERS = textedit.h fileBrowser.h fontDialog.h fileSaver.h filePermissions.h |
6 | SOURCES = main.cpp textedit.cpp fileBrowser.cpp fontDialog.cpp fileSaver.cpp filePermissions.cpp | 6 | SOURCES = main.cpp textedit.cpp fileBrowser.cpp fontDialog.cpp fileSaver.cpp filePermissions.cpp |
7 | 7 | ||
8 | INCLUDEPATH += $(OPIEDIR)/include | 8 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe | 10 | LIBS += -lqpe |
11 | 11 | ||
12 | TARGET = textedit | 12 | TARGET = textedit |
13 | 13 | ||
14 | TRANSLATIONS += ../i18n/de/textedit.ts | 14 | TRANSLATIONS += ../i18n/de/textedit.ts |
15 | TRANSLATIONS += ../i18n/pt_BR/textedit.ts | 15 | TRANSLATIONS += ../i18n/pt_BR/textedit.ts |
16 | TRANSLATIONS += ../i18n/en/textedit.ts | 16 | TRANSLATIONS += ../i18n/en/textedit.ts |
17 | TRANSLATIONS += ../i18n/hu/textedit.ts | 17 | TRANSLATIONS += ../i18n/hu/textedit.ts |
18 | TRANSLATIONS += ../i18n/fr/textedit.ts | 18 | TRANSLATIONS += ../i18n/fr/textedit.ts |
19 | TRANSLATIONS += ../i18n/ja/textedit.ts | 19 | TRANSLATIONS += ../i18n/ja/textedit.ts |
20 | TRANSLATIONS += ../i18n/sl/textedit.ts | ||
20 | TRANSLATIONS += ../i18n/ko/textedit.ts | 21 | TRANSLATIONS += ../i18n/ko/textedit.ts |
21 | TRANSLATIONS += ../i18n/no/textedit.ts | 22 | TRANSLATIONS += ../i18n/no/textedit.ts |
22 | TRANSLATIONS += ../i18n/zh_CN/textedit.ts | 23 | TRANSLATIONS += ../i18n/zh_CN/textedit.ts |
23 | TRANSLATIONS += ../i18n/zh_TW/textedit.ts | 24 | TRANSLATIONS += ../i18n/zh_TW/textedit.ts |
diff --git a/core/pim/addressbook/addressbook.pro b/core/pim/addressbook/addressbook.pro index fef74df..3035101 100644 --- a/core/pim/addressbook/addressbook.pro +++ b/core/pim/addressbook/addressbook.pro | |||
@@ -8,17 +8,18 @@ HEADERS = addressbook.h \ | |||
8 | addresssettings.h | 8 | addresssettings.h |
9 | SOURCES= main.cpp \ | 9 | SOURCES= main.cpp \ |
10 | addressbook.cpp \ | 10 | addressbook.cpp \ |
11 | contacteditor.cpp \ | 11 | contacteditor.cpp \ |
12 | ablabel.cpp \ | 12 | ablabel.cpp \ |
13 | abtable.cpp \ | 13 | abtable.cpp \ |
14 | addresssettings.cpp | 14 | addresssettings.cpp |
15 | INTERFACES= addresssettingsbase.ui | 15 | INTERFACES= addresssettingsbase.ui |
16 | 16 | ||
17 | TARGET = addressbook | 17 | TARGET = addressbook |
18 | INCLUDEPATH += $(OPIEDIR)/include | 18 | INCLUDEPATH += $(OPIEDIR)/include |
19 | DEPENDPATH+= $(OPIEDIR)/include | 19 | DEPENDPATH+= $(OPIEDIR)/include |
20 | LIBS += -lqpe | 20 | LIBS += -lqpe |
21 | 21 | ||
22 | TRANSLATIONS = ../i18n/de/addressbook.ts | 22 | TRANSLATIONS = ../i18n/de/addressbook.ts |
23 | TRANSLATIONS += ../i18n/fr/addressbook.ts | 23 | TRANSLATIONS += ../i18n/fr/addressbook.ts |
24 | TRANSLATIONS += ../i18n/sl/addressbook.ts | ||
24 | TRANSLATIONS += ../i18n/pt_BR/addressbook.ts | 25 | TRANSLATIONS += ../i18n/pt_BR/addressbook.ts |
diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro index 3800bf5..38ae70f 100644 --- a/core/pim/today/today.pro +++ b/core/pim/today/today.pro | |||
@@ -1,22 +1,23 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | #CONFIG = qt warn_on debug | 2 | #CONFIG = qt warn_on debug |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = today.h todaybase.h todayconfig.h clickablelabel.h | 4 | HEADERS = today.h todaybase.h todayconfig.h clickablelabel.h |
5 | SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp clickablelabel.cpp | 5 | SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp clickablelabel.cpp |
6 | 6 | ||
7 | INCLUDEPATH+= $(OPIEDIR)/include | 7 | INCLUDEPATH+= $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe -lopie | 9 | LIBS += -lqpe -lopie |
10 | INTERFACES= | 10 | INTERFACES= |
11 | TARGET = today | 11 | TARGET = today |
12 | DESTDIR = $(OPIEDIR)/bin | 12 | DESTDIR = $(OPIEDIR)/bin |
13 | TRANSLATIONS = ../i18n/pt_BR/today.ts | 13 | TRANSLATIONS = ../i18n/pt_BR/today.ts |
14 | TRANSLATIONS += ../i18n/de/today.ts | 14 | TRANSLATIONS += ../i18n/de/today.ts |
15 | TRANSLATIONS += ../i18n/en/today.ts | 15 | TRANSLATIONS += ../i18n/en/today.ts |
16 | TRANSLATIONS += ../i18n/hu/today.ts | 16 | TRANSLATIONS += ../i18n/hu/today.ts |
17 | TRANSLATIONS += ../i18n/sl/today.ts | ||
17 | TRANSLATIONS += ../i18n/ja/today.ts | 18 | TRANSLATIONS += ../i18n/ja/today.ts |
18 | TRANSLATIONS += ../i18n/ko/today.ts | 19 | TRANSLATIONS += ../i18n/ko/today.ts |
19 | TRANSLATIONS += ../i18n/no/today.ts | 20 | TRANSLATIONS += ../i18n/no/today.ts |
20 | TRANSLATIONS += ../i18n/zh_CN/today.ts | 21 | TRANSLATIONS += ../i18n/zh_CN/today.ts |
21 | TRANSLATIONS += ../i18n/zh_TW/today.ts | 22 | TRANSLATIONS += ../i18n/zh_TW/today.ts |
22 | TRANSLATIONS += ../i18n/fr/today.ts | 23 | TRANSLATIONS += ../i18n/fr/today.ts |
diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro index e874db6..f214c50 100644 --- a/core/pim/todo/todo.pro +++ b/core/pim/todo/todo.pro | |||
@@ -9,19 +9,20 @@ SOURCES = main.cpp \ | |||
9 | todotable.cpp \ | 9 | todotable.cpp \ |
10 | todoentryimpl.cpp | 10 | todoentryimpl.cpp |
11 | 11 | ||
12 | INTERFACES= todoentry.ui | 12 | INTERFACES= todoentry.ui |
13 | 13 | ||
14 | TARGET = todolist | 14 | TARGET = todolist |
15 | INCLUDEPATH += $(OPIEDIR)/include | 15 | INCLUDEPATH += $(OPIEDIR)/include |
16 | DEPENDPATH+= $(OPIEDIR)/include | 16 | DEPENDPATH+= $(OPIEDIR)/include |
17 | LIBS += -lqpe -lopie | 17 | LIBS += -lqpe -lopie |
18 | 18 | ||
19 | TRANSLATIONS = ../i18n/de/todolist.ts | 19 | TRANSLATIONS = ../i18n/de/todolist.ts |
20 | TRANSLATIONS += ../i18n/pt_BR/todolist.ts | 20 | TRANSLATIONS += ../i18n/pt_BR/todolist.ts |
21 | TRANSLATIONS += ../i18n/en/todolist.ts | 21 | TRANSLATIONS += ../i18n/en/todolist.ts |
22 | TRANSLATIONS += ../i18n/hu/todolist.ts | 22 | TRANSLATIONS += ../i18n/hu/todolist.ts |
23 | TRANSLATIONS += ../i18n/ja/todolist.ts | 23 | TRANSLATIONS += ../i18n/ja/todolist.ts |
24 | TRANSLATIONS += ../i18n/ko/todolist.ts | 24 | TRANSLATIONS += ../i18n/ko/todolist.ts |
25 | TRANSLATIONS += ../i18n/sl/todolist.ts | ||
25 | TRANSLATIONS += ../i18n/no/todolist.ts | 26 | TRANSLATIONS += ../i18n/no/todolist.ts |
26 | TRANSLATIONS += ../i18n/zh_CN/todolist.ts | 27 | TRANSLATIONS += ../i18n/zh_CN/todolist.ts |
27 | TRANSLATIONS += ../i18n/zh_TW/todolist.ts | 28 | TRANSLATIONS += ../i18n/zh_TW/todolist.ts |
diff --git a/library/library.pro b/library/library.pro index dbb549e..8bd2b7f 100644 --- a/library/library.pro +++ b/library/library.pro | |||
@@ -117,22 +117,23 @@ SOURCES = calendar.cpp \ | |||
117 | qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h | 117 | qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h |
118 | qt2:SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp | 118 | qt2:SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp |
119 | 119 | ||
120 | INCLUDEPATH += $(OPIEDIR)/include backend | 120 | INCLUDEPATH += $(OPIEDIR)/include backend |
121 | LIBS += -ldl -lcrypt -lm | 121 | LIBS += -ldl -lcrypt -lm |
122 | 122 | ||
123 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui | 123 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui |
124 | 124 | ||
125 | TARGET = qpe | 125 | TARGET = qpe |
126 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 126 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
127 | # This is set by configure$(OPIEDIR). | 127 | # This is set by configure$(OPIEDIR). |
128 | VERSION = 1.5.0 | 128 | VERSION = 1.5.0 |
129 | 129 | ||
130 | TRANSLATIONS = ../i18n/de/libqpe.ts | 130 | TRANSLATIONS = ../i18n/de/libqpe.ts |
131 | TRANSLATIONS += ../i18n/pt_BR/libqpe.ts | 131 | TRANSLATIONS += ../i18n/pt_BR/libqpe.ts |
132 | TRANSLATIONS += ../i18n/en/libqpe.ts | 132 | TRANSLATIONS += ../i18n/en/libqpe.ts |
133 | TRANSLATIONS += ../i18n/sl/libqpe.ts | ||
133 | TRANSLATIONS += ../i18n/hu/libqpe.ts | 134 | TRANSLATIONS += ../i18n/hu/libqpe.ts |
134 | TRANSLATIONS += ../i18n/ja/libqpe.ts | 135 | TRANSLATIONS += ../i18n/ja/libqpe.ts |
135 | TRANSLATIONS += ../i18n/ko/libqpe.ts | 136 | TRANSLATIONS += ../i18n/ko/libqpe.ts |
136 | TRANSLATIONS += ../i18n/no/libqpe.ts | 137 | TRANSLATIONS += ../i18n/no/libqpe.ts |
137 | TRANSLATIONS += ../i18n/zh_CN/libqpe.ts | 138 | TRANSLATIONS += ../i18n/zh_CN/libqpe.ts |
138 | TRANSLATIONS += ../i18n/zh_TW/libqpe.ts | 139 | TRANSLATIONS += ../i18n/zh_TW/libqpe.ts |
diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro index 481ece1..76c22dd 100644 --- a/noncore/games/snake/snake.pro +++ b/noncore/games/snake/snake.pro | |||
@@ -1,20 +1,21 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = snake.h target.h obstacle.h interface.h codes.h | 4 | HEADERS = snake.h target.h obstacle.h interface.h codes.h |
5 | SOURCES = snake.cpp target.cpp obstacle.cpp interface.cpp main.cpp | 5 | SOURCES = snake.cpp target.cpp obstacle.cpp interface.cpp main.cpp |
6 | TARGET = snake | 6 | TARGET = snake |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | 10 | ||
11 | TRANSLATIONS = ../i18n/de/snake.ts | 11 | TRANSLATIONS = ../i18n/de/snake.ts |
12 | TRANSLATIONS += ../i18n/pt_BR/snake.ts | 12 | TRANSLATIONS += ../i18n/pt_BR/snake.ts |
13 | TRANSLATIONS += ../i18n/en/snake.ts | 13 | TRANSLATIONS += ../i18n/en/snake.ts |
14 | TRANSLATIONS += ../i18n/hu/snake.ts | 14 | TRANSLATIONS += ../i18n/hu/snake.ts |
15 | TRANSLATIONS += ../i18n/sl/snake.ts | ||
15 | TRANSLATIONS += ../i18n/fr/snake.ts | 16 | TRANSLATIONS += ../i18n/fr/snake.ts |
16 | TRANSLATIONS += ../i18n/ja/snake.ts | 17 | TRANSLATIONS += ../i18n/ja/snake.ts |
17 | TRANSLATIONS += ../i18n/ko/snake.ts | 18 | TRANSLATIONS += ../i18n/ko/snake.ts |
18 | TRANSLATIONS += ../i18n/no/snake.ts | 19 | TRANSLATIONS += ../i18n/no/snake.ts |
19 | TRANSLATIONS += ../i18n/zh_CN/snake.ts | 20 | TRANSLATIONS += ../i18n/zh_CN/snake.ts |
20 | TRANSLATIONS += ../i18n/zh_TW/snake.ts | 21 | TRANSLATIONS += ../i18n/zh_TW/snake.ts |
diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro index 839816c..82eecd1 100755 --- a/noncore/games/solitaire/solitaire.pro +++ b/noncore/games/solitaire/solitaire.pro | |||
@@ -7,21 +7,22 @@ HEADERS = canvascard.h canvasshapes.h cardgame.h cardgamelayout.h cardp | |||
7 | 7 | ||
8 | SOURCES = canvascard.cpp canvasshapes.cpp cardgame.cpp cardgamelayout.cpp cardpile.cpp card.cpp carddeck.cpp canvascardgame.cpp freecellcardgame.cpp patiencecardgame.cpp canvascardwindow.cpp main.cpp | 8 | SOURCES = canvascard.cpp canvasshapes.cpp cardgame.cpp cardgamelayout.cpp cardpile.cpp card.cpp carddeck.cpp canvascardgame.cpp freecellcardgame.cpp patiencecardgame.cpp canvascardwindow.cpp main.cpp |
9 | 9 | ||
10 | TARGET = patience | 10 | TARGET = patience |
11 | 11 | ||
12 | INCLUDEPATH += $(OPIEDIR)/include | 12 | INCLUDEPATH += $(OPIEDIR)/include |
13 | DEPENDPATH+= $(OPIEDIR)/include | 13 | DEPENDPATH+= $(OPIEDIR)/include |
14 | LIBS += -lqpe | 14 | LIBS += -lqpe |
15 | 15 | ||
16 | REQUIRES= patience | 16 | REQUIRES= patience |
17 | 17 | ||
18 | TRANSLATIONS = ../i18n/de/patience.ts | 18 | TRANSLATIONS = ../i18n/de/patience.ts |
19 | TRANSLATIONS += ../i18n/pt_BR/patience.ts | 19 | TRANSLATIONS += ../i18n/pt_BR/patience.ts |
20 | TRANSLATIONS += ../i18n/en/patience.ts | 20 | TRANSLATIONS += ../i18n/en/patience.ts |
21 | TRANSLATIONS += ../i18n/hu/patience.ts | 21 | TRANSLATIONS += ../i18n/hu/patience.ts |
22 | TRANSLATIONS += ../i18n/ja/patience.ts | 22 | TRANSLATIONS += ../i18n/ja/patience.ts |
23 | TRANSLATIONS += ../i18n/sl/patience.ts | ||
23 | TRANSLATIONS += ../i18n/ko/patience.ts | 24 | TRANSLATIONS += ../i18n/ko/patience.ts |
24 | TRANSLATIONS += ../i18n/no/patience.ts | 25 | TRANSLATIONS += ../i18n/no/patience.ts |
25 | TRANSLATIONS += ../i18n/fr/patience.ts | 26 | TRANSLATIONS += ../i18n/fr/patience.ts |
26 | TRANSLATIONS += ../i18n/zh_CN/patience.ts | 27 | TRANSLATIONS += ../i18n/zh_CN/patience.ts |
27 | TRANSLATIONS += ../i18n/zh_TW/patience.ts | 28 | TRANSLATIONS += ../i18n/zh_TW/patience.ts |
diff --git a/noncore/graphics/drawpad/drawpad.pro b/noncore/graphics/drawpad/drawpad.pro index fabed06..8d729c5 100644 --- a/noncore/graphics/drawpad/drawpad.pro +++ b/noncore/graphics/drawpad/drawpad.pro | |||
@@ -34,21 +34,22 @@ SOURCES = colordialog.cpp \ | |||
34 | pointtool.cpp \ | 34 | pointtool.cpp \ |
35 | rectangletool.cpp \ | 35 | rectangletool.cpp \ |
36 | shapetool.cpp \ | 36 | shapetool.cpp \ |
37 | tool.cpp | 37 | tool.cpp |
38 | INCLUDEPATH+= $(OPIEDIR)/include \ | 38 | INCLUDEPATH+= $(OPIEDIR)/include \ |
39 | $(QTDIR)/src/3rdparty/zlib | 39 | $(QTDIR)/src/3rdparty/zlib |
40 | DEPENDPATH+= $(OPIEDIR)/include | 40 | DEPENDPATH+= $(OPIEDIR)/include |
41 | LIBS += -lqpe | 41 | LIBS += -lqpe |
42 | DESTDIR = $(OPIEDIR)/bin | 42 | DESTDIR = $(OPIEDIR)/bin |
43 | TARGET = drawpad | 43 | TARGET = drawpad |
44 | 44 | ||
45 | TRANSLATIONS = ../../i18n/pt_BR/drawpad.ts | 45 | TRANSLATIONS = ../../i18n/pt_BR/drawpad.ts |
46 | TRANSLATIONS += ../../i18n/de/drawpad.ts | 46 | TRANSLATIONS += ../../i18n/de/drawpad.ts |
47 | TRANSLATIONS += ../../i18n/en/drawpad.ts | 47 | TRANSLATIONS += ../../i18n/en/drawpad.ts |
48 | TRANSLATIONS += ../../i18n/hu/drawpad.ts | 48 | TRANSLATIONS += ../../i18n/hu/drawpad.ts |
49 | TRANSLATIONS += ../../i18n/ja/drawpad.ts | 49 | TRANSLATIONS += ../../i18n/ja/drawpad.ts |
50 | TRANSLATIONS += ../../i18n/sl/drawpad.ts | ||
50 | TRANSLATIONS += ../../i18n/fr/drawpad.ts | 51 | TRANSLATIONS += ../../i18n/fr/drawpad.ts |
51 | TRANSLATIONS += ../../i18n/ko/drawpad.ts | 52 | TRANSLATIONS += ../../i18n/ko/drawpad.ts |
52 | TRANSLATIONS += ../../i18n/no/drawpad.ts | 53 | TRANSLATIONS += ../../i18n/no/drawpad.ts |
53 | TRANSLATIONS += ../../i18n/zh_CN/drawpad.ts | 54 | TRANSLATIONS += ../../i18n/zh_CN/drawpad.ts |
54 | TRANSLATIONS += ../../i18n/zh_TW/drawpad.ts | 55 | TRANSLATIONS += ../../i18n/zh_TW/drawpad.ts |
diff --git a/noncore/settings/sysinfo/sysinfo.pro b/noncore/settings/sysinfo/sysinfo.pro index 64d3122..08a43a5 100644 --- a/noncore/settings/sysinfo/sysinfo.pro +++ b/noncore/settings/sysinfo/sysinfo.pro | |||
@@ -21,18 +21,19 @@ SOURCES = main.cpp \ | |||
21 | INTERFACES = | 21 | INTERFACES = |
22 | 22 | ||
23 | INCLUDEPATH += $(OPIEDIR)/include | 23 | INCLUDEPATH += $(OPIEDIR)/include |
24 | DEPENDPATH += $(OPIEDIR)/include | 24 | DEPENDPATH += $(OPIEDIR)/include |
25 | LIBS += -lqpe | 25 | LIBS += -lqpe |
26 | 26 | ||
27 | TARGET = sysinfo | 27 | TARGET = sysinfo |
28 | 28 | ||
29 | TRANSLATIONS = ../i18n/de/sysinfo.ts | 29 | TRANSLATIONS = ../i18n/de/sysinfo.ts |
30 | TRANSLATIONS += ../i18n/pt_BR/sysinfo.ts | 30 | TRANSLATIONS += ../i18n/pt_BR/sysinfo.ts |
31 | TRANSLATIONS += ../i18n/en/sysinfo.ts | 31 | TRANSLATIONS += ../i18n/en/sysinfo.ts |
32 | TRANSLATIONS += ../i18n/hu/sysinfo.ts | 32 | TRANSLATIONS += ../i18n/hu/sysinfo.ts |
33 | TRANSLATIONS += ../i18n/ja/sysinfo.ts | 33 | TRANSLATIONS += ../i18n/ja/sysinfo.ts |
34 | TRANSLATIONS += ../i18n/ko/sysinfo.ts | 34 | TRANSLATIONS += ../i18n/ko/sysinfo.ts |
35 | TRANSLATIONS += ../i18n/fr/sysinfo.ts | 35 | TRANSLATIONS += ../i18n/fr/sysinfo.ts |
36 | TRANSLATIONS += ../i18n/no/sysinfo.ts | 36 | TRANSLATIONS += ../i18n/no/sysinfo.ts |
37 | TRANSLATIONS += ../i18n/sl/sysinfo.ts | ||
37 | TRANSLATIONS += ../i18n/zh_CN/sysinfo.ts | 38 | TRANSLATIONS += ../i18n/zh_CN/sysinfo.ts |
38 | TRANSLATIONS += ../i18n/zh_TW/sysinfo.ts | 39 | TRANSLATIONS += ../i18n/zh_TW/sysinfo.ts |
diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro index 04761b7..e00daab 100644 --- a/noncore/tools/calculator/calculator.pro +++ b/noncore/tools/calculator/calculator.pro | |||
@@ -1,22 +1,23 @@ | |||
1 | DESTDIR = $(OPIEDIR)/bin | 1 | DESTDIR = $(OPIEDIR)/bin |
2 | TEMPLATE= app | 2 | TEMPLATE= app |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = calculatorimpl.h | 4 | HEADERS = calculatorimpl.h |
5 | SOURCES = calculatorimpl.cpp \ | 5 | SOURCES = calculatorimpl.cpp \ |
6 | main.cpp | 6 | main.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INTERFACES= calculator.ui | 10 | INTERFACES= calculator.ui |
11 | TARGET = calculator | 11 | TARGET = calculator |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/pt_BR/calculator.ts | 13 | TRANSLATIONS = ../i18n/pt_BR/calculator.ts |
14 | TRANSLATIONS += ../i18n/de/calculator.ts | 14 | TRANSLATIONS += ../i18n/de/calculator.ts |
15 | TRANSLATIONS += ../i18n/en/calculator.ts | 15 | TRANSLATIONS += ../i18n/en/calculator.ts |
16 | TRANSLATIONS += ../i18n/sl/calculator.ts | ||
16 | TRANSLATIONS += ../i18n/hu/calculator.ts | 17 | TRANSLATIONS += ../i18n/hu/calculator.ts |
17 | TRANSLATIONS += ../i18n/ja/calculator.ts | 18 | TRANSLATIONS += ../i18n/ja/calculator.ts |
18 | TRANSLATIONS += ../i18n/fr/calculator.ts | 19 | TRANSLATIONS += ../i18n/fr/calculator.ts |
19 | TRANSLATIONS += ../i18n/ko/calculator.ts | 20 | TRANSLATIONS += ../i18n/ko/calculator.ts |
20 | TRANSLATIONS += ../i18n/no/calculator.ts | 21 | TRANSLATIONS += ../i18n/no/calculator.ts |
21 | TRANSLATIONS += ../i18n/zh_CN/calculator.ts | 22 | TRANSLATIONS += ../i18n/zh_CN/calculator.ts |
22 | TRANSLATIONS += ../i18n/zh_TW/calculator.ts | 23 | TRANSLATIONS += ../i18n/zh_TW/calculator.ts |
diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro index 746882e..6a5e795 100644 --- a/noncore/tools/clock/clock.pro +++ b/noncore/tools/clock/clock.pro | |||
@@ -1,22 +1,23 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = clock.h setAlarm.h | 4 | HEADERS = clock.h setAlarm.h |
5 | SOURCES = clock.cpp setAlarm.cpp \ | 5 | SOURCES = clock.cpp setAlarm.cpp \ |
6 | main.cpp | 6 | main.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INTERFACES = | 10 | INTERFACES = |
11 | TARGET = clock | 11 | TARGET = clock |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/de/clock.ts | 13 | TRANSLATIONS = ../i18n/de/clock.ts |
14 | TRANSLATIONS += ../i18n/pt_BR/clock.ts | 14 | TRANSLATIONS += ../i18n/pt_BR/clock.ts |
15 | TRANSLATIONS += ../i18n/en/clock.ts | 15 | TRANSLATIONS += ../i18n/en/clock.ts |
16 | TRANSLATIONS += ../i18n/hu/clock.ts | 16 | TRANSLATIONS += ../i18n/hu/clock.ts |
17 | TRANSLATIONS += ../i18n/sl/clock.ts | ||
17 | TRANSLATIONS += ../i18n/ja/clock.ts | 18 | TRANSLATIONS += ../i18n/ja/clock.ts |
18 | TRANSLATIONS += ../i18n/ko/clock.ts | 19 | TRANSLATIONS += ../i18n/ko/clock.ts |
19 | TRANSLATIONS += ../i18n/fr/clock.ts | 20 | TRANSLATIONS += ../i18n/fr/clock.ts |
20 | TRANSLATIONS += ../i18n/no/clock.ts | 21 | TRANSLATIONS += ../i18n/no/clock.ts |
21 | TRANSLATIONS += ../i18n/zh_CN/clock.ts | 22 | TRANSLATIONS += ../i18n/zh_CN/clock.ts |
22 | TRANSLATIONS += ../i18n/zh_TW/clock.ts | 23 | TRANSLATIONS += ../i18n/zh_TW/clock.ts |
diff --git a/noncore/unsupported/filebrowser/filebrowser.pro b/noncore/unsupported/filebrowser/filebrowser.pro index b3d7b2d..7a52839 100644 --- a/noncore/unsupported/filebrowser/filebrowser.pro +++ b/noncore/unsupported/filebrowser/filebrowser.pro | |||
@@ -1,19 +1,20 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = inlineedit.h filebrowser.h filePermissions.h | 4 | HEADERS = inlineedit.h filebrowser.h filePermissions.h |
5 | SOURCES = filebrowser.cpp inlineedit.cpp filePermissions.cpp main.cpp | 5 | SOURCES = filebrowser.cpp inlineedit.cpp filePermissions.cpp main.cpp |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | INTERFACES= | 9 | INTERFACES= |
10 | TRANSLATIONS = ../i18n/de/filebrowser.ts | 10 | TRANSLATIONS = ../i18n/de/filebrowser.ts |
11 | TRANSLATIONS += ../i18n/pt_BR/filebrowser.ts | 11 | TRANSLATIONS += ../i18n/pt_BR/filebrowser.ts |
12 | TRANSLATIONS += ../i18n/en/filebrowser.ts | 12 | TRANSLATIONS += ../i18n/en/filebrowser.ts |
13 | TRANSLATIONS += ../i18n/hu/filebrowser.ts | 13 | TRANSLATIONS += ../i18n/hu/filebrowser.ts |
14 | TRANSLATIONS += ../i18n/ja/filebrowser.ts | 14 | TRANSLATIONS += ../i18n/ja/filebrowser.ts |
15 | TRANSLATIONS += ../i18n/fr/filebrowser.ts | 15 | TRANSLATIONS += ../i18n/fr/filebrowser.ts |
16 | TRANSLATIONS += ../i18n/sl/filebrowser.ts | ||
16 | TRANSLATIONS += ../i18n/ko/filebrowser.ts | 17 | TRANSLATIONS += ../i18n/ko/filebrowser.ts |
17 | TRANSLATIONS += ../i18n/no/filebrowser.ts | 18 | TRANSLATIONS += ../i18n/no/filebrowser.ts |
18 | TRANSLATIONS += ../i18n/zh_CN/filebrowser.ts | 19 | TRANSLATIONS += ../i18n/zh_CN/filebrowser.ts |
19 | TRANSLATIONS += ../i18n/zh_TW/filebrowser.ts | 20 | TRANSLATIONS += ../i18n/zh_TW/filebrowser.ts |