33 files changed, 200 insertions, 39 deletions
diff --git a/core/apps/helpbrowser/helpbrowser.pro b/core/apps/helpbrowser/helpbrowser.pro index d1bdd8e..475226e 100644 --- a/core/apps/helpbrowser/helpbrowser.pro +++ b/core/apps/helpbrowser/helpbrowser.pro | |||
@@ -1,21 +1,22 @@ | |||
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 = helpbrowser.h | 4 | HEADERS = helpbrowser.h |
5 | SOURCES = helpbrowser.cpp \ | 5 | SOURCES = helpbrowser.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 | 11 | ||
12 | TRANSLATIONS = ../i18n/de/helpbrowser.ts | 12 | TRANSLATIONS = ../i18n/de/helpbrowser.ts |
13 | TRANSLATIONS += ../i18n/pt_BR/helpbrowser.ts | 13 | TRANSLATIONS += ../i18n/pt_BR/helpbrowser.ts |
14 | TRANSLATIONS += ../i18n/en/helpbrowser.ts | 14 | TRANSLATIONS += ../i18n/en/helpbrowser.ts |
15 | TRANSLATIONS += ../i18n/hu/helpbrowser.ts | 15 | TRANSLATIONS += ../i18n/hu/helpbrowser.ts |
16 | TRANSLATIONS += ../i18n/ja/helpbrowser.ts | 16 | TRANSLATIONS += ../i18n/ja/helpbrowser.ts |
17 | TRANSLATIONS += ../i18n/sl/helpbrowser.ts | ||
17 | TRANSLATIONS += ../i18n/ko/helpbrowser.ts | 18 | TRANSLATIONS += ../i18n/ko/helpbrowser.ts |
18 | TRANSLATIONS += ../i18n/no/helpbrowser.ts | 19 | TRANSLATIONS += ../i18n/no/helpbrowser.ts |
19 | TRANSLATIONS += ../i18n/fr/helpbrowser.ts | 20 | TRANSLATIONS += ../i18n/fr/helpbrowser.ts |
20 | TRANSLATIONS += ../i18n/zh_CN/helpbrowser.ts | 21 | TRANSLATIONS += ../i18n/zh_CN/helpbrowser.ts |
21 | TRANSLATIONS += ../i18n/zh_TW/helpbrowser.ts | 22 | TRANSLATIONS += ../i18n/zh_TW/helpbrowser.ts |
diff --git a/core/multimedia/opieplayer/libmad/libmad.pro b/core/multimedia/opieplayer/libmad/libmad.pro index 6b75d1f..0441201 100644 --- a/core/multimedia/opieplayer/libmad/libmad.pro +++ b/core/multimedia/opieplayer/libmad/libmad.pro | |||
@@ -1,14 +1,24 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = libmad_version.h fixed.h bit.h timer.h stream.h frame.h synth.h decoder.h \ | 3 | HEADERS = libmad_version.h fixed.h bit.h timer.h stream.h frame.h synth.h decoder.h \ |
4 | layer12.h layer3.h huffman.h libmad_global.h mad.h libmadplugin.h libmadpluginimpl.h | 4 | layer12.h layer3.h huffman.h libmad_global.h mad.h libmadplugin.h libmadpluginimpl.h |
5 | SOURCES = version.c fixed.c bit.c timer.c stream.c frame.c synth.c decoder.c \ | 5 | SOURCES = version.c fixed.c bit.c timer.c stream.c frame.c synth.c decoder.c \ |
6 | layer12.c layer3.c huffman.c libmadplugin.cpp libmadpluginimpl.cpp | 6 | layer12.c layer3.c huffman.c libmadplugin.cpp libmadpluginimpl.cpp |
7 | TARGET = madplugin | 7 | TARGET = madplugin |
8 | DESTDIR = ../../plugins/codecs | 8 | DESTDIR = ../../plugins/codecs |
9 | INCLUDEPATH += $(OPIEDIR)/include .. | 9 | INCLUDEPATH += $(OPIEDIR)/include .. |
10 | DEPENDPATH += ../$(OPIEDIR)/include .. | 10 | DEPENDPATH += ../$(OPIEDIR)/include .. |
11 | LIBS += -lqpe -lm | 11 | LIBS += -lqpe -lm |
12 | VERSION = 1.0.0 | 12 | VERSION = 1.0.0 |
13 | 13 | ||
14 | TRANSLATIONS = ../../i18n/pt_BR/libmadplugin.ts | 14 | TRANSLATIONS = ../../i18n/pt_BR/libmadplugin.ts |
15 | TRANSLATIONS += ../../i18n/de/libmadplugin.ts | ||
16 | TRANSLATIONS += ../../i18n/en/libmadplugin.ts | ||
17 | TRANSLATIONS += ../../i18n/hu/libmadplugin.ts | ||
18 | TRANSLATIONS += ../../i18n/sl/libmadplugin.ts | ||
19 | TRANSLATIONS += ../../i18n/ja/libmadplugin.ts | ||
20 | TRANSLATIONS += ../../i18n/ko/libmadplugin.ts | ||
21 | TRANSLATIONS += ../../i18n/no/libmadplugin.ts | ||
22 | TRANSLATIONS += ../../i18n/zh_CN/libmadplugin.ts | ||
23 | TRANSLATIONS += ../../i18n/zh_TW/libmadplugin.ts | ||
24 | TRANSLATIONS += ../../i18n/fr/libmadplugin.ts | ||
diff --git a/core/multimedia/opieplayer/mpegplayer.pro b/core/multimedia/opieplayer/mpegplayer.pro index d003f04..92db399 100644 --- a/core/multimedia/opieplayer/mpegplayer.pro +++ b/core/multimedia/opieplayer/mpegplayer.pro | |||
@@ -1,34 +1,35 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | #release | 3 | #release |
4 | DESTDIR = $(OPIEDIR)/bin | 4 | DESTDIR = $(OPIEDIR)/bin |
5 | HEADERS = loopcontrol.h mediaplayerplugininterface.h playlistselection.h mediaplayerstate.h \ | 5 | HEADERS = loopcontrol.h mediaplayerplugininterface.h playlistselection.h mediaplayerstate.h \ |
6 | videowidget.h audiowidget.h playlistwidget.h mediaplayer.h audiodevice.h inputDialog.h | 6 | videowidget.h audiowidget.h playlistwidget.h mediaplayer.h audiodevice.h inputDialog.h |
7 | SOURCES = main.cpp \ | 7 | SOURCES = main.cpp \ |
8 | loopcontrol.cpp playlistselection.cpp mediaplayerstate.cpp \ | 8 | loopcontrol.cpp playlistselection.cpp mediaplayerstate.cpp \ |
9 | videowidget.cpp audiowidget.cpp playlistwidget.cpp mediaplayer.cpp audiodevice.cpp inputDialog.cpp | 9 | videowidget.cpp audiowidget.cpp playlistwidget.cpp mediaplayer.cpp audiodevice.cpp inputDialog.cpp |
10 | TARGET = mpegplayer | 10 | TARGET = mpegplayer |
11 | INCLUDEPATH += $(OPIEDIR)/include | 11 | INCLUDEPATH += $(OPIEDIR)/include |
12 | DEPENDPATH += $(OPIEDIR)/include | 12 | DEPENDPATH += $(OPIEDIR)/include |
13 | LIBS += -lqpe -lpthread | 13 | LIBS += -lqpe -lpthread |
14 | 14 | ||
15 | # INTERFACES = | 15 | # INTERFACES = |
16 | # INCLUDEPATH += $(OPIEDIR)/include | 16 | # INCLUDEPATH += $(OPIEDIR)/include |
17 | # CONFIG+=static | 17 | # CONFIG+=static |
18 | # TMAKE_CXXFLAGS += -DQPIM_STANDALONE | 18 | # TMAKE_CXXFLAGS += -DQPIM_STANDALONE |
19 | # LIBS += libmpeg3/libmpeg3.a -lpthread | 19 | # LIBS += libmpeg3/libmpeg3.a -lpthread |
20 | # LIBS += $(OPIEDIR)/plugins/codecs/liblibmadplugin.so | 20 | # LIBS += $(OPIEDIR)/plugins/codecs/liblibmadplugin.so |
21 | 21 | ||
22 | INCLUDEPATH += $(OPIEDIR)/include | 22 | INCLUDEPATH += $(OPIEDIR)/include |
23 | DEPENDPATH += $(OPIEDIR)/include | 23 | DEPENDPATH += $(OPIEDIR)/include |
24 | 24 | ||
25 | TRANSLATIONS += ../i18n/de/mpegplayer.ts | 25 | TRANSLATIONS = ../i18n/de/mpegplayer.ts |
26 | TRANSLATIONS += ../i18n/pt_BR/mpegplayer.ts | 26 | TRANSLATIONS += ../i18n/pt_BR/mpegplayer.ts |
27 | TRANSLATIONS += ../i18n/en/mpegplayer.ts | 27 | TRANSLATIONS += ../i18n/en/mpegplayer.ts |
28 | TRANSLATIONS += ../i18n/hu/mpegplayer.ts | 28 | TRANSLATIONS += ../i18n/hu/mpegplayer.ts |
29 | TRANSLATIONS += ../i18n/ja/mpegplayer.ts | 29 | TRANSLATIONS += ../i18n/ja/mpegplayer.ts |
30 | TRANSLATIONS += ../i18n/sl/mpegplayer.ts | ||
30 | TRANSLATIONS += ../i18n/fr/mpegplayer.ts | 31 | TRANSLATIONS += ../i18n/fr/mpegplayer.ts |
31 | TRANSLATIONS += ../i18n/ko/mpegplayer.ts | 32 | TRANSLATIONS += ../i18n/ko/mpegplayer.ts |
32 | TRANSLATIONS += ../i18n/no/mpegplayer.ts | 33 | TRANSLATIONS += ../i18n/no/mpegplayer.ts |
33 | TRANSLATIONS += ../i18n/zh_CN/mpegplayer.ts | 34 | TRANSLATIONS += ../i18n/zh_CN/mpegplayer.ts |
34 | TRANSLATIONS += ../i18n/zh_TW/mpegplayer.ts | 35 | TRANSLATIONS += ../i18n/zh_TW/mpegplayer.ts |
diff --git a/core/pim/addressbook/addressbook.pro b/core/pim/addressbook/addressbook.pro index 3035101..fa73909 100644 --- a/core/pim/addressbook/addressbook.pro +++ b/core/pim/addressbook/addressbook.pro | |||
@@ -1,25 +1,32 @@ | |||
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= addressbook.h \ | 4 | HEADERS= addressbook.h \ |
5 | contacteditor.h \ | 5 | contacteditor.h \ |
6 | ablabel.h \ | 6 | ablabel.h \ |
7 | abtable.h \ | 7 | abtable.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/pt_BR/addessbook.ts |
23 | TRANSLATIONS += ../i18n/fr/addressbook.ts | 23 | TRANSLATIONS += ../../i18n/de/addessbook.ts |
24 | TRANSLATIONS += ../i18n/sl/addressbook.ts | 24 | TRANSLATIONS += ../../i18n/en/addessbook.ts |
25 | TRANSLATIONS += ../i18n/pt_BR/addressbook.ts | 25 | TRANSLATIONS += ../../i18n/hu/addessbook.ts |
26 | TRANSLATIONS += ../../i18n/sl/addessbook.ts | ||
27 | TRANSLATIONS += ../../i18n/ja/addessbook.ts | ||
28 | TRANSLATIONS += ../../i18n/ko/addessbook.ts | ||
29 | TRANSLATIONS += ../../i18n/no/addessbook.ts | ||
30 | TRANSLATIONS += ../../i18n/zh_CN/addessbook.ts | ||
31 | TRANSLATIONS += ../../i18n/zh_TW/addessbook.ts | ||
32 | TRANSLATIONS += ../../i18n/fr/addessbook.ts | ||
diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro index cab1074..2826930 100644 --- a/core/pim/datebook/datebook.pro +++ b/core/pim/datebook/datebook.pro | |||
@@ -12,35 +12,43 @@ HEADERS = datebookday.h \ | |||
12 | datebookweekheaderimpl.h \ | 12 | datebookweekheaderimpl.h \ |
13 | repeatentry.h \ | 13 | repeatentry.h \ |
14 | clickablelabel.h \ | 14 | clickablelabel.h \ |
15 | timepicker.h | 15 | timepicker.h |
16 | 16 | ||
17 | SOURCES= main.cpp \ | 17 | SOURCES= main.cpp \ |
18 | datebookday.cpp \ | 18 | datebookday.cpp \ |
19 | datebook.cpp \ | 19 | datebook.cpp \ |
20 | dateentryimpl.cpp \ | 20 | dateentryimpl.cpp \ |
21 | datebookdayheaderimpl.cpp \ | 21 | datebookdayheaderimpl.cpp \ |
22 | datebooksettings.cpp \ | 22 | datebooksettings.cpp \ |
23 | datebookweek.cpp \ | 23 | datebookweek.cpp \ |
24 | datebookweeklst.cpp \ | 24 | datebookweeklst.cpp \ |
25 | datebookweekheaderimpl.cpp \ | 25 | datebookweekheaderimpl.cpp \ |
26 | repeatentry.cpp \ | 26 | repeatentry.cpp \ |
27 | clickablelabel.cpp \ | 27 | clickablelabel.cpp \ |
28 | timepicker.cpp | 28 | timepicker.cpp |
29 | 29 | ||
30 | INTERFACES= dateentry.ui \ | 30 | INTERFACES= dateentry.ui \ |
31 | datebookdayheader.ui \ | 31 | datebookdayheader.ui \ |
32 | datebooksettingsbase.ui \ | 32 | datebooksettingsbase.ui \ |
33 | datebookweekheader.ui \ | 33 | datebookweekheader.ui \ |
34 | datebookweeklstheader.ui \ | 34 | datebookweeklstheader.ui \ |
35 | datebookweeklstdayhdr.ui \ | 35 | datebookweeklstdayhdr.ui \ |
36 | repeatentrybase.ui | 36 | repeatentrybase.ui |
37 | 37 | ||
38 | INCLUDEPATH += $(OPIEDIR)/include | 38 | INCLUDEPATH += $(OPIEDIR)/include |
39 | DEPENDPATH+= $(OPIEDIR)/include | 39 | DEPENDPATH+= $(OPIEDIR)/include |
40 | LIBS += -lqpe | 40 | LIBS += -lqpe |
41 | 41 | ||
42 | TARGET = datebook | 42 | TARGET = datebook |
43 | 43 | ||
44 | TRANSLATIONS = ../i18n/de/datebook.ts | 44 | TRANSLATIONS = ../i18n/pt_BR/datebook.ts |
45 | TRANSLATIONS += ../i18n/fr/datebook.ts | 45 | TRANSLATIONS += ../i18n/de/datebook.ts |
46 | TRANSLATIONS += ../i18n/pt_BR/datebook.ts | 46 | TRANSLATIONS += ../i18n/en/datebook.ts |
47 | TRANSLATIONS += ../i18n/hu/datebook.ts | ||
48 | TRANSLATIONS += ../i18n/sl/datebook.ts | ||
49 | TRANSLATIONS += ../i18n/ja/datebook.ts | ||
50 | TRANSLATIONS += ../i18n/ko/datebook.ts | ||
51 | TRANSLATIONS += ../i18n/no/datebook.ts | ||
52 | TRANSLATIONS += ../i18n/zh_CN/datebook.ts | ||
53 | TRANSLATIONS += ../i18n/zh_TW/datebook.ts | ||
54 | TRANSLATIONS += ../i18n/fr/datebook.ts | ||
diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro index f214c50..9cd0e7c 100644 --- a/core/pim/todo/todo.pro +++ b/core/pim/todo/todo.pro | |||
@@ -1,28 +1,29 @@ | |||
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= mainwindow.h \ | 4 | HEADERS= mainwindow.h \ |
5 | todotable.h \ | 5 | todotable.h \ |
6 | todoentryimpl.h | 6 | todoentryimpl.h |
7 | SOURCES= main.cpp \ | 7 | SOURCES= main.cpp \ |
8 | mainwindow.cpp \ | 8 | mainwindow.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/pt_BR/todolist.ts |
20 | TRANSLATIONS += ../i18n/pt_BR/todolist.ts | 20 | TRANSLATIONS += ../i18n/de/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/sl/todolist.ts | ||
23 | TRANSLATIONS += ../i18n/ja/todolist.ts | 24 | TRANSLATIONS += ../i18n/ja/todolist.ts |
24 | TRANSLATIONS += ../i18n/ko/todolist.ts | 25 | TRANSLATIONS += ../i18n/ko/todolist.ts |
25 | TRANSLATIONS += ../i18n/sl/todolist.ts | ||
26 | TRANSLATIONS += ../i18n/no/todolist.ts | 26 | TRANSLATIONS += ../i18n/no/todolist.ts |
27 | TRANSLATIONS += ../i18n/zh_CN/todolist.ts | 27 | TRANSLATIONS += ../i18n/zh_CN/todolist.ts |
28 | TRANSLATIONS += ../i18n/zh_TW/todolist.ts | 28 | TRANSLATIONS += ../i18n/zh_TW/todolist.ts |
29 | TRANSLATIONS += ../i18n/fr/todolist.ts | ||
diff --git a/core/settings/citytime/citytime.pro b/core/settings/citytime/citytime.pro index 6e8901d..e4e40df 100644 --- a/core/settings/citytime/citytime.pro +++ b/core/settings/citytime/citytime.pro | |||
@@ -1,22 +1,23 @@ | |||
1 | # $Id$ | 1 | # $Id$ |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | TEMPLATE = app | 3 | TEMPLATE = app |
4 | DESTDIR = $(OPIEDIR)/bin | 4 | DESTDIR = $(OPIEDIR)/bin |
5 | INTERFACES = citytimebase.ui | 5 | INTERFACES = citytimebase.ui |
6 | HEADERS = citytime.h zonemap.h sun.h stylusnormalizer.h | 6 | HEADERS = citytime.h zonemap.h sun.h stylusnormalizer.h |
7 | SOURCES = citytime.cpp zonemap.cpp main.cpp sun.c stylusnormalizer.cpp | 7 | SOURCES = citytime.cpp zonemap.cpp main.cpp sun.c stylusnormalizer.cpp |
8 | TARGET = citytime | 8 | TARGET = citytime |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH += $(OPIEDIR)/include | 10 | DEPENDPATH += $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/de/citytime.ts | 13 | TRANSLATIONS = ../i18n/de/citytime.ts |
14 | TRANSLATIONS += ../i18n/pt_BR/citytime.ts | 14 | TRANSLATIONS += ../i18n/pt_BR/citytime.ts |
15 | TRANSLATIONS += ../i18n/en/citytime.ts | 15 | TRANSLATIONS += ../i18n/en/citytime.ts |
16 | TRANSLATIONS += ../i18n/hu/citytime.ts | 16 | TRANSLATIONS += ../i18n/hu/citytime.ts |
17 | TRANSLATIONS += ../i18n/ja/citytime.ts | 17 | TRANSLATIONS += ../i18n/ja/citytime.ts |
18 | TRANSLATIONS += ../i18n/ko/citytime.ts | 18 | TRANSLATIONS += ../i18n/ko/citytime.ts |
19 | TRANSLATIONS += ../i18n/fr/citytime.ts | 19 | TRANSLATIONS += ../i18n/fr/citytime.ts |
20 | TRANSLATIONS += ../i18n/sl/citytime.ts | ||
20 | TRANSLATIONS += ../i18n/no/citytime.ts | 21 | TRANSLATIONS += ../i18n/no/citytime.ts |
21 | TRANSLATIONS += ../i18n/zh_CN/citytime.ts | 22 | TRANSLATIONS += ../i18n/zh_CN/citytime.ts |
22 | TRANSLATIONS += ../i18n/zh_TW/citytime.ts | 23 | TRANSLATIONS += ../i18n/zh_TW/citytime.ts |
diff --git a/core/settings/security/security.pro b/core/settings/security/security.pro index fd68b4a..daa9ba7 100644 --- a/core/settings/security/security.pro +++ b/core/settings/security/security.pro | |||
@@ -1,13 +1,22 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = ../../bin | 3 | DESTDIR = ../../bin |
4 | HEADERS = security.h | 4 | HEADERS = security.h |
5 | SOURCES = security.cpp main.cpp | 5 | SOURCES = security.cpp main.cpp |
6 | INTERFACES= securitybase.ui | 6 | INTERFACES= securitybase.ui |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= ../$(OPIEDIR)/include | 8 | DEPENDPATH+= ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = security | 10 | TARGET = security |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/de/security.ts | 12 | TRANSLATIONS = ../../i18n/pt_BR/security.ts |
13 | TRANSLATIONS += ../../i18n/pt_BR/security.ts | 13 | TRANSLATIONS += ../../i18n/de/security.ts |
14 | TRANSLATIONS += ../../i18n/en/security.ts | ||
15 | TRANSLATIONS += ../../i18n/hu/security.ts | ||
16 | TRANSLATIONS += ../../i18n/sl/security.ts | ||
17 | TRANSLATIONS += ../../i18n/ja/security.ts | ||
18 | TRANSLATIONS += ../../i18n/ko/security.ts | ||
19 | TRANSLATIONS += ../../i18n/no/security.ts | ||
20 | TRANSLATIONS += ../../i18n/zh_CN/security.ts | ||
21 | TRANSLATIONS += ../../i18n/zh_TW/security.ts | ||
22 | TRANSLATIONS += ../../i18n/fr/security.ts | ||
diff --git a/inputmethods/dvorak/dvorak.pro b/inputmethods/dvorak/dvorak.pro index a3f9345..432a44f 100644 --- a/inputmethods/dvorak/dvorak.pro +++ b/inputmethods/dvorak/dvorak.pro | |||
@@ -1,19 +1,28 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= dvorak.h \ | 3 | HEADERS= dvorak.h \ |
4 | ../pickboard/pickboardcfg.h \ | 4 | ../pickboard/pickboardcfg.h \ |
5 | ../pickboard/pickboardpicks.h \ | 5 | ../pickboard/pickboardpicks.h \ |
6 | dvorakimpl.h | 6 | dvorakimpl.h |
7 | SOURCES= dvorak.cpp \ | 7 | SOURCES= dvorak.cpp \ |
8 | ../pickboard/pickboardcfg.cpp \ | 8 | ../pickboard/pickboardcfg.cpp \ |
9 | ../pickboard/pickboardpicks.cpp \ | 9 | ../pickboard/pickboardpicks.cpp \ |
10 | dvorakimpl.cpp | 10 | dvorakimpl.cpp |
11 | TARGET = qdvorak | 11 | TARGET = qdvorak |
12 | DESTDIR = ../../plugins/inputmethods | 12 | DESTDIR = ../../plugins/inputmethods |
13 | INCLUDEPATH += $(OPIEDIR)/include | 13 | INCLUDEPATH += $(OPIEDIR)/include |
14 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 14 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
15 | LIBS += -lqpe | 15 | LIBS += -lqpe |
16 | VERSION = 1.0.0 | 16 | VERSION = 1.0.0 |
17 | 17 | ||
18 | TRANSLATIONS = ../../i18n/de/libqdvorak.ts | 18 | TRANSLATIONS = ../../i18n/pt_BR/libqdvorak.ts |
19 | TRANSLATIONS += ../../i18n/pt_BR/libqdvorak.ts | 19 | TRANSLATIONS += ../../i18n/de/libqdvorak.ts |
20 | TRANSLATIONS += ../../i18n/en/libqdvorak.ts | ||
21 | TRANSLATIONS += ../../i18n/hu/libqdvorak.ts | ||
22 | TRANSLATIONS += ../../i18n/sl/libqdvorak.ts | ||
23 | TRANSLATIONS += ../../i18n/ja/libqdvorak.ts | ||
24 | TRANSLATIONS += ../../i18n/ko/libqdvorak.ts | ||
25 | TRANSLATIONS += ../../i18n/no/libqdvorak.ts | ||
26 | TRANSLATIONS += ../../i18n/zh_CN/libqdvorak.ts | ||
27 | TRANSLATIONS += ../../i18n/zh_TW/libqdvorak.ts | ||
28 | TRANSLATIONS += ../../i18n/fr/libqdvorak.ts | ||
diff --git a/inputmethods/handwriting/handwriting.pro b/inputmethods/handwriting/handwriting.pro index 6fa2e36..028796c 100644 --- a/inputmethods/handwriting/handwriting.pro +++ b/inputmethods/handwriting/handwriting.pro | |||
@@ -1,34 +1,43 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= qimpenchar.h \ | 3 | HEADERS= qimpenchar.h \ |
4 | qimpenprofile.h \ | 4 | qimpenprofile.h \ |
5 | qimpencombining.h \ | 5 | qimpencombining.h \ |
6 | qimpenhelp.h \ | 6 | qimpenhelp.h \ |
7 | qimpeninput.h \ | 7 | qimpeninput.h \ |
8 | qimpenmatch.h \ | 8 | qimpenmatch.h \ |
9 | qimpensetup.h \ | 9 | qimpensetup.h \ |
10 | qimpenstroke.h \ | 10 | qimpenstroke.h \ |
11 | qimpenwidget.h \ | 11 | qimpenwidget.h \ |
12 | qimpenwordpick.h \ | 12 | qimpenwordpick.h \ |
13 | handwritingimpl.h | 13 | handwritingimpl.h |
14 | SOURCES= qimpenchar.cpp \ | 14 | SOURCES= qimpenchar.cpp \ |
15 | qimpenprofile.cpp \ | 15 | qimpenprofile.cpp \ |
16 | qimpencombining.cpp \ | 16 | qimpencombining.cpp \ |
17 | qimpenhelp.cpp \ | 17 | qimpenhelp.cpp \ |
18 | qimpeninput.cpp \ | 18 | qimpeninput.cpp \ |
19 | qimpenmatch.cpp \ | 19 | qimpenmatch.cpp \ |
20 | qimpensetup.cpp \ | 20 | qimpensetup.cpp \ |
21 | qimpenstroke.cpp \ | 21 | qimpenstroke.cpp \ |
22 | qimpenwidget.cpp \ | 22 | qimpenwidget.cpp \ |
23 | qimpenwordpick.cpp \ | 23 | qimpenwordpick.cpp \ |
24 | handwritingimpl.cpp | 24 | handwritingimpl.cpp |
25 | INTERFACES = qimpenprefbase.ui | 25 | INTERFACES = qimpenprefbase.ui |
26 | TARGET = qhandwriting | 26 | TARGET = qhandwriting |
27 | DESTDIR = ../../plugins/inputmethods | 27 | DESTDIR = ../../plugins/inputmethods |
28 | INCLUDEPATH += $(OPIEDIR)/include | 28 | INCLUDEPATH += $(OPIEDIR)/include |
29 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 29 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
30 | LIBS += -lqpe | 30 | LIBS += -lqpe |
31 | VERSION = 1.0.0 | 31 | VERSION = 1.0.0 |
32 | 32 | ||
33 | TRANSLATIONS = ../../i18n/de/libqhandwriting.ts | 33 | TRANSLATIONS = ../../i18n/pt_BR/libqhandwriting.ts |
34 | TRANSLATIONS += ../../i18n/pt_BR/libqhandwriting.ts | 34 | TRANSLATIONS += ../../i18n/de/libqhandwriting.ts |
35 | TRANSLATIONS += ../../i18n/en/libqhandwriting.ts | ||
36 | TRANSLATIONS += ../../i18n/hu/libqhandwriting.ts | ||
37 | TRANSLATIONS += ../../i18n/sl/libqhandwriting.ts | ||
38 | TRANSLATIONS += ../../i18n/ja/libqhandwriting.ts | ||
39 | TRANSLATIONS += ../../i18n/ko/libqhandwriting.ts | ||
40 | TRANSLATIONS += ../../i18n/no/libqhandwriting.ts | ||
41 | TRANSLATIONS += ../../i18n/zh_CN/libqhandwriting.ts | ||
42 | TRANSLATIONS += ../../i18n/zh_TW/libqhandwriting.ts | ||
43 | TRANSLATIONS += ../../i18n/fr/libqhandwriting.ts | ||
diff --git a/inputmethods/keyboard/keyboard.pro b/inputmethods/keyboard/keyboard.pro index c9f6135..819a79d 100644 --- a/inputmethods/keyboard/keyboard.pro +++ b/inputmethods/keyboard/keyboard.pro | |||
@@ -1,19 +1,28 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= keyboard.h \ | 3 | HEADERS= keyboard.h \ |
4 | ../pickboard/pickboardcfg.h \ | 4 | ../pickboard/pickboardcfg.h \ |
5 | ../pickboard/pickboardpicks.h \ | 5 | ../pickboard/pickboardpicks.h \ |
6 | keyboardimpl.h | 6 | keyboardimpl.h |
7 | SOURCES= keyboard.cpp \ | 7 | SOURCES= keyboard.cpp \ |
8 | ../pickboard/pickboardcfg.cpp \ | 8 | ../pickboard/pickboardcfg.cpp \ |
9 | ../pickboard/pickboardpicks.cpp \ | 9 | ../pickboard/pickboardpicks.cpp \ |
10 | keyboardimpl.cpp | 10 | keyboardimpl.cpp |
11 | TARGET = qkeyboard | 11 | TARGET = qkeyboard |
12 | DESTDIR = ../../plugins/inputmethods | 12 | DESTDIR = ../../plugins/inputmethods |
13 | INCLUDEPATH += $(OPIEDIR)/include | 13 | INCLUDEPATH += $(OPIEDIR)/include |
14 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 14 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
15 | LIBS += -lqpe | 15 | LIBS += -lqpe |
16 | VERSION = 1.0.0 | 16 | VERSION = 1.0.0 |
17 | 17 | ||
18 | TRANSLATIONS = ../../i18n/de/libqkeyboard.ts | 18 | TRANSLATIONS = ../../i18n/pt_BR/libqkeyboard.ts |
19 | TRANSLATIONS += ../../i18n/pt_BR/libqkeyboard.ts | 19 | TRANSLATIONS += ../../i18n/de/libqkeyboard.ts |
20 | TRANSLATIONS += ../../i18n/en/libqkeyboard.ts | ||
21 | TRANSLATIONS += ../../i18n/hu/libqkeyboard.ts | ||
22 | TRANSLATIONS += ../../i18n/sl/libqkeyboard.ts | ||
23 | TRANSLATIONS += ../../i18n/ja/libqkeyboard.ts | ||
24 | TRANSLATIONS += ../../i18n/ko/libqkeyboard.ts | ||
25 | TRANSLATIONS += ../../i18n/no/libqkeyboard.ts | ||
26 | TRANSLATIONS += ../../i18n/zh_CN/libqkeyboard.ts | ||
27 | TRANSLATIONS += ../../i18n/zh_TW/libqkeyboard.ts | ||
28 | TRANSLATIONS += ../../i18n/fr/libqkeyboard.ts | ||
diff --git a/inputmethods/pickboard/pickboard.pro b/inputmethods/pickboard/pickboard.pro index 7d46aae..6b6f735 100644 --- a/inputmethods/pickboard/pickboard.pro +++ b/inputmethods/pickboard/pickboard.pro | |||
@@ -1,13 +1,22 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= pickboard.h pickboardcfg.h pickboardimpl.h pickboardpicks.h | 3 | HEADERS= pickboard.h pickboardcfg.h pickboardimpl.h pickboardpicks.h |
4 | SOURCES= pickboard.cpp pickboardcfg.cpp pickboardimpl.cpp pickboardpicks.cpp | 4 | SOURCES= pickboard.cpp pickboardcfg.cpp pickboardimpl.cpp pickboardpicks.cpp |
5 | TARGET = qpickboard | 5 | TARGET = qpickboard |
6 | DESTDIR = ../../plugins/inputmethods | 6 | DESTDIR = ../../plugins/inputmethods |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 8 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/de/libqpickboard.ts | 12 | TRANSLATIONS = ../../i18n/pt_BR/libqpickboard.ts |
13 | TRANSLATIONS += ../../i18n/pt_BR/libqpickboard.ts | 13 | TRANSLATIONS += ../../i18n/de/libqpickboard.ts |
14 | TRANSLATIONS += ../../i18n/en/libqpickboard.ts | ||
15 | TRANSLATIONS += ../../i18n/hu/libqpickboard.ts | ||
16 | TRANSLATIONS += ../../i18n/sl/libqpickboard.ts | ||
17 | TRANSLATIONS += ../../i18n/ja/libqpickboard.ts | ||
18 | TRANSLATIONS += ../../i18n/ko/libqpickboard.ts | ||
19 | TRANSLATIONS += ../../i18n/no/libqpickboard.ts | ||
20 | TRANSLATIONS += ../../i18n/zh_CN/libqpickboard.ts | ||
21 | TRANSLATIONS += ../../i18n/zh_TW/libqpickboard.ts | ||
22 | TRANSLATIONS += ../../i18n/fr/libqpickboard.ts | ||
diff --git a/inputmethods/unikeyboard/unikeyboard.pro b/inputmethods/unikeyboard/unikeyboard.pro index 18ae855..87eda77 100644 --- a/inputmethods/unikeyboard/unikeyboard.pro +++ b/inputmethods/unikeyboard/unikeyboard.pro | |||
@@ -1,13 +1,22 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= unikeyboard.h unikeyboardimpl.h | 3 | HEADERS= unikeyboard.h unikeyboardimpl.h |
4 | SOURCES= unikeyboard.cpp unikeyboardimpl.cpp | 4 | SOURCES= unikeyboard.cpp unikeyboardimpl.cpp |
5 | TARGET = qunikeyboard | 5 | TARGET = qunikeyboard |
6 | DESTDIR = ../../plugins/inputmethods | 6 | DESTDIR = ../../plugins/inputmethods |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 8 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/de/libqunikeyboard.ts | 12 | TRANSLATIONS = ../../i18n/pt_BR/libqunikeyboard.ts |
13 | TRANSLATIONS += ../../i18n/pt_BR/libqunikeyboard.ts | 13 | TRANSLATIONS += ../../i18n/de/libqunikeyboard.ts |
14 | TRANSLATIONS += ../../i18n/en/libqunikeyboard.ts | ||
15 | TRANSLATIONS += ../../i18n/hu/libqunikeyboard.ts | ||
16 | TRANSLATIONS += ../../i18n/sl/libqunikeyboard.ts | ||
17 | TRANSLATIONS += ../../i18n/ja/libqunikeyboard.ts | ||
18 | TRANSLATIONS += ../../i18n/ko/libqunikeyboard.ts | ||
19 | TRANSLATIONS += ../../i18n/no/libqunikeyboard.ts | ||
20 | TRANSLATIONS += ../../i18n/zh_CN/libqunikeyboard.ts | ||
21 | TRANSLATIONS += ../../i18n/zh_TW/libqunikeyboard.ts | ||
22 | TRANSLATIONS += ../../i18n/fr/libqunikeyboard.ts | ||
diff --git a/noncore/apps/dictionary/dictionary.pro b/noncore/apps/dictionary/dictionary.pro index c2dea18..b0cfa18 100644 --- a/noncore/apps/dictionary/dictionary.pro +++ b/noncore/apps/dictionary/dictionary.pro | |||
@@ -1,25 +1,26 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = ../bin | 3 | DESTDIR = ../bin |
4 | 4 | ||
5 | HEADERS= dicttool.h | 5 | HEADERS= dicttool.h |
6 | SOURCES= dicttool.cpp main.cpp | 6 | SOURCES= dicttool.cpp main.cpp |
7 | 7 | ||
8 | INTERFACES= dicttoolbase.ui | 8 | INTERFACES= dicttoolbase.ui |
9 | 9 | ||
10 | INCLUDEPATH += $(OPIEDIR)/include | 10 | INCLUDEPATH += $(OPIEDIR)/include |
11 | DEPENDPATH+= $(OPIEDIR)/include | 11 | DEPENDPATH+= $(OPIEDIR)/include |
12 | LIBS += -lqpe | 12 | LIBS += -lqpe |
13 | 13 | ||
14 | TARGET = dictionary | 14 | TARGET = dictionary |
15 | 15 | ||
16 | TRANSLATIONS = ../i18n/pt_BR/dictionary.ts | 16 | TRANSLATIONS = ../i18n/pt_BR/dictionary.ts |
17 | TRANSLATIONS += ../i18n/de/dictionary.ts | 17 | TRANSLATIONS += ../i18n/de/dictionary.ts |
18 | TRANSLATIONS += ../i18n/en/dictionary.ts | 18 | TRANSLATIONS += ../i18n/en/dictionary.ts |
19 | TRANSLATIONS += ../i18n/hu/dictionary.ts | 19 | TRANSLATIONS += ../i18n/hu/dictionary.ts |
20 | TRANSLATIONS += ../i18n/sl/dictionary.ts | ||
20 | TRANSLATIONS += ../i18n/fr/dictionary.ts | 21 | TRANSLATIONS += ../i18n/fr/dictionary.ts |
21 | TRANSLATIONS += ../i18n/ja/dictionary.ts | 22 | TRANSLATIONS += ../i18n/ja/dictionary.ts |
22 | TRANSLATIONS += ../i18n/ko/dictionary.ts | 23 | TRANSLATIONS += ../i18n/ko/dictionary.ts |
23 | TRANSLATIONS += ../i18n/no/dictionary.ts | 24 | TRANSLATIONS += ../i18n/no/dictionary.ts |
24 | TRANSLATIONS += ../i18n/zh_CN/dictionary.ts | 25 | TRANSLATIONS += ../i18n/zh_CN/dictionary.ts |
25 | TRANSLATIONS += ../i18n/zh_TW/dictionary.ts | 26 | TRANSLATIONS += ../i18n/zh_TW/dictionary.ts |
diff --git a/noncore/apps/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro index 1c21197..2a2c83a 100644 --- a/noncore/apps/tableviewer/tableviewer.pro +++ b/noncore/apps/tableviewer/tableviewer.pro | |||
@@ -11,37 +11,38 @@ HEADERS = tableviewer.h \ | |||
11 | ui/browsekeyentry.h \ | 11 | ui/browsekeyentry.h \ |
12 | ui/filterkeyentry.h \ | 12 | ui/filterkeyentry.h \ |
13 | ui/tvkeyedit.h \ | 13 | ui/tvkeyedit.h \ |
14 | db/datacache.h \ | 14 | db/datacache.h \ |
15 | db/common.h \ | 15 | db/common.h \ |
16 | db/xmlsource.h \ | 16 | db/xmlsource.h \ |
17 | db/csvsource.h | 17 | db/csvsource.h |
18 | SOURCES = main.cpp \ | 18 | SOURCES = main.cpp \ |
19 | tableviewer.cpp \ | 19 | tableviewer.cpp \ |
20 | ui/commonwidgets.cpp \ | 20 | ui/commonwidgets.cpp \ |
21 | ui/tvbrowseview.cpp \ | 21 | ui/tvbrowseview.cpp \ |
22 | ui/tvfilterview.cpp \ | 22 | ui/tvfilterview.cpp \ |
23 | ui/browsekeyentry.cpp \ | 23 | ui/browsekeyentry.cpp \ |
24 | ui/filterkeyentry.cpp \ | 24 | ui/filterkeyentry.cpp \ |
25 | ui/tvlistview.cpp \ | 25 | ui/tvlistview.cpp \ |
26 | ui/tveditview.cpp \ | 26 | ui/tveditview.cpp \ |
27 | ui/tvkeyedit.cpp \ | 27 | ui/tvkeyedit.cpp \ |
28 | db/datacache.cpp \ | 28 | db/datacache.cpp \ |
29 | db/xmlsource.cpp \ | 29 | db/xmlsource.cpp \ |
30 | db/csvsource.cpp \ | 30 | db/csvsource.cpp \ |
31 | db/common.cpp | 31 | db/common.cpp |
32 | INTERFACES= ui/tvkeyedit_gen.ui | 32 | INTERFACES= ui/tvkeyedit_gen.ui |
33 | TARGET = tableviewer | 33 | TARGET = tableviewer |
34 | INCLUDEPATH += $(OPIEDIR)/include | 34 | INCLUDEPATH += $(OPIEDIR)/include |
35 | DEPENDPATH += $(OPIEDIR)/include | 35 | DEPENDPATH += $(OPIEDIR)/include |
36 | LIBS += -lqpe | 36 | LIBS += -lqpe |
37 | 37 | ||
38 | TRANSLATIONS = ../i18n/pt_BR/tableviewer.ts | 38 | TRANSLATIONS = ../i18n/pt_BR/tableviewer.ts |
39 | TRANSLATIONS += ../i18n/en/tableviewer.ts | 39 | TRANSLATIONS += ../i18n/en/tableviewer.ts |
40 | TRANSLATIONS += ../i18n/de/tableviewer.ts | 40 | TRANSLATIONS += ../i18n/de/tableviewer.ts |
41 | TRANSLATIONS += ../i18n/hu/tableviewer.ts | 41 | TRANSLATIONS += ../i18n/hu/tableviewer.ts |
42 | TRANSLATIONS += ../i18n/ja/tableviewer.ts | 42 | TRANSLATIONS += ../i18n/ja/tableviewer.ts |
43 | TRANSLATIONS += ../i18n/sl/tableviewer.ts | ||
43 | TRANSLATIONS += ../i18n/fr/tableviewer.ts | 44 | TRANSLATIONS += ../i18n/fr/tableviewer.ts |
44 | TRANSLATIONS += ../i18n/ko/tableviewer.ts | 45 | TRANSLATIONS += ../i18n/ko/tableviewer.ts |
45 | TRANSLATIONS += ../i18n/no/tableviewer.ts | 46 | TRANSLATIONS += ../i18n/no/tableviewer.ts |
46 | TRANSLATIONS += ../i18n/zh_CN/tableviewer.ts | 47 | TRANSLATIONS += ../i18n/zh_CN/tableviewer.ts |
47 | TRANSLATIONS += ../i18n/zh_TW/tableviewer.ts | 48 | TRANSLATIONS += ../i18n/zh_TW/tableviewer.ts |
diff --git a/noncore/comm/keypebble/keypebble.pro b/noncore/comm/keypebble/keypebble.pro index 802ab23..a2486ff 100644 --- a/noncore/comm/keypebble/keypebble.pro +++ b/noncore/comm/keypebble/keypebble.pro | |||
@@ -11,38 +11,39 @@ HEADERS = d3des.h \ | |||
11 | krfblogin.h \ | 11 | krfblogin.h \ |
12 | krfboptions.h \ | 12 | krfboptions.h \ |
13 | krfbserverinfo.h \ | 13 | krfbserverinfo.h \ |
14 | kvnc.h \ | 14 | kvnc.h \ |
15 | kvncconnectdlg.h \ | 15 | kvncconnectdlg.h \ |
16 | kvncoptionsdlg.h \ | 16 | kvncoptionsdlg.h \ |
17 | version.h \ | 17 | version.h \ |
18 | vncauth.h | 18 | vncauth.h |
19 | 19 | ||
20 | SOURCES = d3des.c \ | 20 | SOURCES = d3des.c \ |
21 | vncauth.c \ | 21 | vncauth.c \ |
22 | krfbbuffer.cpp \ | 22 | krfbbuffer.cpp \ |
23 | krfbcanvas.cpp \ | 23 | krfbcanvas.cpp \ |
24 | krfbconnection.cpp \ | 24 | krfbconnection.cpp \ |
25 | krfbdecoder.cpp \ | 25 | krfbdecoder.cpp \ |
26 | krfblogin.cpp \ | 26 | krfblogin.cpp \ |
27 | krfboptions.cpp \ | 27 | krfboptions.cpp \ |
28 | kvnc.cpp \ | 28 | kvnc.cpp \ |
29 | kvncconnectdlg.cpp \ | 29 | kvncconnectdlg.cpp \ |
30 | kvncoptionsdlg.cpp \ | 30 | kvncoptionsdlg.cpp \ |
31 | main.cpp | 31 | main.cpp |
32 | INTERFACES= vncoptionsbase.ui | 32 | INTERFACES= vncoptionsbase.ui |
33 | TARGET = keypebble | 33 | TARGET = keypebble |
34 | 34 | ||
35 | INCLUDEPATH += $(OPIEDIR)/include | 35 | INCLUDEPATH += $(OPIEDIR)/include |
36 | DEPENDPATH += $(OPIEDIR)/include | 36 | DEPENDPATH += $(OPIEDIR)/include |
37 | LIBS += -lqpe | 37 | LIBS += -lqpe |
38 | 38 | ||
39 | TRANSLATIONS = ../i18n/pt_BR/keypebble.ts | 39 | TRANSLATIONS = ../i18n/pt_BR/keypebble.ts |
40 | TRANSLATIONS += ../i18n/de/keypebble.ts | 40 | TRANSLATIONS += ../i18n/de/keypebble.ts |
41 | TRANSLATIONS += ../i18n/en/keypebble.ts | 41 | TRANSLATIONS += ../i18n/en/keypebble.ts |
42 | TRANSLATIONS += ../i18n/hu/keypebble.ts | 42 | TRANSLATIONS += ../i18n/hu/keypebble.ts |
43 | TRANSLATIONS += ../i18n/sl/keypebble.ts | ||
43 | TRANSLATIONS += ../i18n/fr/keypebble.ts | 44 | TRANSLATIONS += ../i18n/fr/keypebble.ts |
44 | TRANSLATIONS += ../i18n/ja/keypebble.ts | 45 | TRANSLATIONS += ../i18n/ja/keypebble.ts |
45 | TRANSLATIONS += ../i18n/ko/keypebble.ts | 46 | TRANSLATIONS += ../i18n/ko/keypebble.ts |
46 | TRANSLATIONS += ../i18n/no/keypebble.ts | 47 | TRANSLATIONS += ../i18n/no/keypebble.ts |
47 | TRANSLATIONS += ../i18n/zh_CN/keypebble.ts | 48 | TRANSLATIONS += ../i18n/zh_CN/keypebble.ts |
48 | TRANSLATIONS += ../i18n/zh_TW/keypebble.ts | 49 | TRANSLATIONS += ../i18n/zh_TW/keypebble.ts |
diff --git a/noncore/games/chess/chess.pro b/noncore/games/chess/chess.pro index 2d78d5d..0e1eabf 100644 --- a/noncore/games/chess/chess.pro +++ b/noncore/games/chess/chess.pro | |||
@@ -1,25 +1,26 @@ | |||
1 | SOURCES+= chess.cpp main.cpp | 1 | SOURCES+= chess.cpp main.cpp |
2 | HEADERS+= chess.h | 2 | HEADERS+= chess.h |
3 | DESTDIR = ../bin | 3 | DESTDIR = ../bin |
4 | TARGET = chess | 4 | TARGET = chess |
5 | DEPENDPATH+= $(OPIEDIR)/include | 5 | DEPENDPATH+= $(OPIEDIR)/include |
6 | INTERFACES = mainwindow.ui | 6 | INTERFACES = mainwindow.ui |
7 | IMAGES= images/new.png images/repeat.png images/txt.png images/back.png | 7 | IMAGES= images/new.png images/repeat.png images/txt.png images/back.png |
8 | TEMPLATE=app | 8 | TEMPLATE=app |
9 | CONFIG+= qt warn_on release | 9 | CONFIG+= qt warn_on release |
10 | INCLUDEPATH += $(OPIEDIR)/include | 10 | INCLUDEPATH += $(OPIEDIR)/include |
11 | LIBS+= -lqpe | 11 | LIBS+= -lqpe |
12 | DBFILE= chess.db | 12 | DBFILE= chess.db |
13 | LANGUAGE= C++ | 13 | LANGUAGE= C++ |
14 | CPP_ALWAYS_CREATE_SOURCE= TRUE | 14 | CPP_ALWAYS_CREATE_SOURCE= TRUE |
15 | 15 | ||
16 | TRANSLATIONS = ../i18n/pt_BR/chess.ts | 16 | TRANSLATIONS = ../i18n/pt_BR/chess.ts |
17 | TRANSLATIONS += ../i18n/de/chess.ts | 17 | TRANSLATIONS += ../i18n/de/chess.ts |
18 | TRANSLATIONS += ../i18n/en/chess.ts | 18 | TRANSLATIONS += ../i18n/en/chess.ts |
19 | TRANSLATIONS += ../i18n/fr/chess.ts | 19 | TRANSLATIONS += ../i18n/fr/chess.ts |
20 | TRANSLATIONS += ../i18n/sl/chess.ts | ||
20 | TRANSLATIONS += ../i18n/hu/chess.ts | 21 | TRANSLATIONS += ../i18n/hu/chess.ts |
21 | TRANSLATIONS += ../i18n/ja/chess.ts | 22 | TRANSLATIONS += ../i18n/ja/chess.ts |
22 | TRANSLATIONS += ../i18n/ko/chess.ts | 23 | TRANSLATIONS += ../i18n/ko/chess.ts |
23 | TRANSLATIONS += ../i18n/no/chess.ts | 24 | TRANSLATIONS += ../i18n/no/chess.ts |
24 | TRANSLATIONS += ../i18n/zh_CN/chess.ts | 25 | TRANSLATIONS += ../i18n/zh_CN/chess.ts |
25 | TRANSLATIONS += ../i18n/zh_TW/chess.ts | 26 | TRANSLATIONS += ../i18n/zh_TW/chess.ts |
diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro index bde742f..086ebc2 100644 --- a/noncore/games/fifteen/fifteen.pro +++ b/noncore/games/fifteen/fifteen.pro | |||
@@ -1,21 +1,22 @@ | |||
1 | DESTDIR = ../bin | 1 | DESTDIR = ../bin |
2 | TEMPLATE= app | 2 | TEMPLATE= app |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = fifteen.h | 4 | HEADERS = fifteen.h |
5 | SOURCES = fifteen.cpp \ | 5 | SOURCES = fifteen.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 | TARGET = fifteen | 10 | TARGET = fifteen |
11 | 11 | ||
12 | TRANSLATIONS = ../i18n/pt_BR/fifteen.ts | 12 | TRANSLATIONS = ../i18n/pt_BR/fifteen.ts |
13 | TRANSLATIONS += ../i18n/de/fifteen.ts | 13 | TRANSLATIONS += ../i18n/de/fifteen.ts |
14 | TRANSLATIONS += ../i18n/en/fifteen.ts | 14 | TRANSLATIONS += ../i18n/en/fifteen.ts |
15 | TRANSLATIONS += ../i18n/hu/fifteen.ts | 15 | TRANSLATIONS += ../i18n/hu/fifteen.ts |
16 | TRANSLATIONS += ../i18n/ja/fifteen.ts | 16 | TRANSLATIONS += ../i18n/ja/fifteen.ts |
17 | TRANSLATIONS += ../i18n/sl/fifteen.ts | ||
17 | TRANSLATIONS += ../i18n/ko/fifteen.ts | 18 | TRANSLATIONS += ../i18n/ko/fifteen.ts |
18 | TRANSLATIONS += ../i18n/fr/fifteen.ts | 19 | TRANSLATIONS += ../i18n/fr/fifteen.ts |
19 | TRANSLATIONS += ../i18n/no/fifteen.ts | 20 | TRANSLATIONS += ../i18n/no/fifteen.ts |
20 | TRANSLATIONS += ../i18n/zh_CN/fifteen.ts | 21 | TRANSLATIONS += ../i18n/zh_CN/fifteen.ts |
21 | TRANSLATIONS += ../i18n/zh_TW/fifteen.ts | 22 | TRANSLATIONS += ../i18n/zh_TW/fifteen.ts |
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro index b87b2c7..2eaaac2 100644 --- a/noncore/games/go/go.pro +++ b/noncore/games/go/go.pro | |||
@@ -1,28 +1,29 @@ | |||
1 | DESTDIR = ../bin | 1 | DESTDIR = ../bin |
2 | TEMPLATE= app | 2 | TEMPLATE= app |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = amigo.h \ | 4 | HEADERS = amigo.h \ |
5 | go.h \ | 5 | go.h \ |
6 | goplayutils.h \ | 6 | goplayutils.h \ |
7 | gowidget.h | 7 | gowidget.h |
8 | SOURCES = amigo.c \ | 8 | SOURCES = amigo.c \ |
9 | goplayer.c \ | 9 | goplayer.c \ |
10 | goplayutils.c \ | 10 | goplayutils.c \ |
11 | killable.c \ | 11 | killable.c \ |
12 | gowidget.cpp \ | 12 | gowidget.cpp \ |
13 | main.cpp | 13 | main.cpp |
14 | INCLUDEPATH += $(OPIEDIR)/include | 14 | INCLUDEPATH += $(OPIEDIR)/include |
15 | DEPENDPATH+= $(OPIEDIR)/include | 15 | DEPENDPATH+= $(OPIEDIR)/include |
16 | LIBS += -lqpe | 16 | LIBS += -lqpe |
17 | TARGET = go | 17 | TARGET = go |
18 | 18 | ||
19 | TRANSLATIONS = ../i18n/de/go.ts | 19 | TRANSLATIONS = ../i18n/de/go.ts |
20 | TRANSLATIONS += ../i18n/pt_BR/go.ts | 20 | TRANSLATIONS += ../i18n/pt_BR/go.ts |
21 | TRANSLATIONS += ../i18n/en/go.ts | 21 | TRANSLATIONS += ../i18n/en/go.ts |
22 | TRANSLATIONS += ../i18n/hu/go.ts | 22 | TRANSLATIONS += ../i18n/hu/go.ts |
23 | TRANSLATIONS += ../i18n/ja/go.ts | 23 | TRANSLATIONS += ../i18n/ja/go.ts |
24 | TRANSLATIONS += ../i18n/fr/go.ts | 24 | TRANSLATIONS += ../i18n/fr/go.ts |
25 | TRANSLATIONS += ../i18n/sl/go.ts | ||
25 | TRANSLATIONS += ../i18n/ko/go.ts | 26 | TRANSLATIONS += ../i18n/ko/go.ts |
26 | TRANSLATIONS += ../i18n/no/go.ts | 27 | TRANSLATIONS += ../i18n/no/go.ts |
27 | TRANSLATIONS += ../i18n/zh_CN/go.ts | 28 | TRANSLATIONS += ../i18n/zh_CN/go.ts |
28 | TRANSLATIONS += ../i18n/zh_TW/go.ts | 29 | TRANSLATIONS += ../i18n/zh_TW/go.ts |
diff --git a/noncore/games/kcheckers/kcheckers.pro b/noncore/games/kcheckers/kcheckers.pro index fbc12d4..614635d 100644 --- a/noncore/games/kcheckers/kcheckers.pro +++ b/noncore/games/kcheckers/kcheckers.pro | |||
@@ -1,21 +1,31 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = checkers.h \ | 3 | HEADERS = checkers.h \ |
4 | echeckers.h \ | 4 | echeckers.h \ |
5 | field.h \ | 5 | field.h \ |
6 | kcheckers.h \ | 6 | kcheckers.h \ |
7 | rcheckers.h | 7 | rcheckers.h |
8 | SOURCES = checkers.cpp \ | 8 | SOURCES = checkers.cpp \ |
9 | echeckers.cpp \ | 9 | echeckers.cpp \ |
10 | field.cpp \ | 10 | field.cpp \ |
11 | kcheckers.cpp \ | 11 | kcheckers.cpp \ |
12 | main.cpp \ | 12 | main.cpp \ |
13 | rcheckers.cpp | 13 | rcheckers.cpp |
14 | INTERFACES= | 14 | INTERFACES= |
15 | INCLUDEPATH+= . \ | 15 | INCLUDEPATH+= . \ |
16 | $(OPIEDIR)/include | 16 | $(OPIEDIR)/include |
17 | LIBS += -lqpe | 17 | LIBS += -lqpe |
18 | DESTDIR = $(OPIEDIR)/bin | 18 | DESTDIR = $(OPIEDIR)/bin |
19 | TARGET = kcheckers | 19 | TARGET = kcheckers |
20 | 20 | ||
21 | TRANSLATIONS = ../../i18n/pt_BR/kcheckers.ts | 21 | TRANSLATIONS = ../../i18n/pt_BR/kcheckers.ts |
22 | TRANSLATIONS += ../../i18n/de/kcheckers.ts | ||
23 | TRANSLATIONS += ../../i18n/en/kcheckers.ts | ||
24 | TRANSLATIONS += ../../i18n/hu/kcheckers.ts | ||
25 | TRANSLATIONS += ../../i18n/sl/kcheckers.ts | ||
26 | TRANSLATIONS += ../../i18n/ja/kcheckers.ts | ||
27 | TRANSLATIONS += ../../i18n/ko/kcheckers.ts | ||
28 | TRANSLATIONS += ../../i18n/no/kcheckers.ts | ||
29 | TRANSLATIONS += ../../i18n/zh_CN/kcheckers.ts | ||
30 | TRANSLATIONS += ../../i18n/zh_TW/kcheckers.ts | ||
31 | TRANSLATIONS += ../../i18n/fr/kcheckers.ts | ||
diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro index 11ba940..19cfc90 100644 --- a/noncore/games/mindbreaker/mindbreaker.pro +++ b/noncore/games/mindbreaker/mindbreaker.pro | |||
@@ -1,21 +1,22 @@ | |||
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 = mindbreaker.h | 4 | HEADERS = mindbreaker.h |
5 | SOURCES = main.cpp \ | 5 | SOURCES = main.cpp \ |
6 | mindbreaker.cpp | 6 | mindbreaker.cpp |
7 | TARGET = mindbreaker | 7 | TARGET = mindbreaker |
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 | TRANSLATIONS = ../i18n/de/mindbreaker.ts | 12 | TRANSLATIONS = ../i18n/de/mindbreaker.ts |
13 | TRANSLATIONS += ../i18n/pt_BR/mindbreaker.ts | 13 | TRANSLATIONS += ../i18n/pt_BR/mindbreaker.ts |
14 | TRANSLATIONS += ../i18n/en/mindbreaker.ts | 14 | TRANSLATIONS += ../i18n/en/mindbreaker.ts |
15 | TRANSLATIONS += ../i18n/hu/mindbreaker.ts | 15 | TRANSLATIONS += ../i18n/hu/mindbreaker.ts |
16 | TRANSLATIONS += ../i18n/fr/mindbreaker.ts | 16 | TRANSLATIONS += ../i18n/fr/mindbreaker.ts |
17 | TRANSLATIONS += ../i18n/ja/mindbreaker.ts | 17 | TRANSLATIONS += ../i18n/ja/mindbreaker.ts |
18 | TRANSLATIONS += ../i18n/sl/mindbreaker.ts | ||
18 | TRANSLATIONS += ../i18n/ko/mindbreaker.ts | 19 | TRANSLATIONS += ../i18n/ko/mindbreaker.ts |
19 | TRANSLATIONS += ../i18n/no/mindbreaker.ts | 20 | TRANSLATIONS += ../i18n/no/mindbreaker.ts |
20 | TRANSLATIONS += ../i18n/zh_CN/mindbreaker.ts | 21 | TRANSLATIONS += ../i18n/zh_CN/mindbreaker.ts |
21 | TRANSLATIONS += ../i18n/zh_TW/mindbreaker.ts | 22 | TRANSLATIONS += ../i18n/zh_TW/mindbreaker.ts |
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro index b5306df..42432c2 100644 --- a/noncore/games/minesweep/minesweep.pro +++ b/noncore/games/minesweep/minesweep.pro | |||
@@ -1,23 +1,24 @@ | |||
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 = minefield.h \ | 4 | HEADERS = minefield.h \ |
5 | minesweep.h | 5 | minesweep.h |
6 | SOURCES = main.cpp \ | 6 | SOURCES = main.cpp \ |
7 | minefield.cpp \ | 7 | minefield.cpp \ |
8 | minesweep.cpp | 8 | minesweep.cpp |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH+= $(OPIEDIR)/include | 10 | DEPENDPATH+= $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | INTERFACES= | 12 | INTERFACES= |
13 | 13 | ||
14 | TRANSLATIONS = ../i18n/de/minesweep.ts | 14 | TRANSLATIONS = ../i18n/de/minesweep.ts |
15 | TRANSLATIONS += ../i18n/pt_BR/minesweep.ts | 15 | TRANSLATIONS += ../i18n/pt_BR/minesweep.ts |
16 | TRANSLATIONS += ../i18n/en/minesweep.ts | 16 | TRANSLATIONS += ../i18n/en/minesweep.ts |
17 | TRANSLATIONS += ../i18n/hu/minesweep.ts | 17 | TRANSLATIONS += ../i18n/hu/minesweep.ts |
18 | TRANSLATIONS += ../i18n/ja/minesweep.ts | 18 | TRANSLATIONS += ../i18n/ja/minesweep.ts |
19 | TRANSLATIONS += ../i18n/fr/minesweep.ts | 19 | TRANSLATIONS += ../i18n/fr/minesweep.ts |
20 | TRANSLATIONS += ../i18n/ko/minesweep.ts | 20 | TRANSLATIONS += ../i18n/ko/minesweep.ts |
21 | TRANSLATIONS += ../i18n/sl/minesweep.ts | ||
21 | TRANSLATIONS += ../i18n/no/minesweep.ts | 22 | TRANSLATIONS += ../i18n/no/minesweep.ts |
22 | TRANSLATIONS += ../i18n/zh_CN/minesweep.ts | 23 | TRANSLATIONS += ../i18n/zh_CN/minesweep.ts |
23 | TRANSLATIONS += ../i18n/zh_TW/minesweep.ts | 24 | TRANSLATIONS += ../i18n/zh_TW/minesweep.ts |
diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro index a87d4b7..2d42e9b 100644 --- a/noncore/games/parashoot/parashoot.pro +++ b/noncore/games/parashoot/parashoot.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 = interface.h man.h cannon.h base.h bullet.h helicopter.h | 4 | HEADERS = interface.h man.h cannon.h base.h bullet.h helicopter.h |
5 | SOURCES = main.cpp interface.cpp man.cpp cannon.cpp base.cpp bullet.cpp helicopter.cpp | 5 | SOURCES = main.cpp interface.cpp man.cpp cannon.cpp base.cpp bullet.cpp helicopter.cpp |
6 | TARGET = parashoot | 6 | TARGET = parashoot |
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/parashoot.ts | 11 | TRANSLATIONS = ../i18n/de/parashoot.ts |
12 | TRANSLATIONS += ../i18n/pt_BR/parashoot.ts | 12 | TRANSLATIONS += ../i18n/pt_BR/parashoot.ts |
13 | TRANSLATIONS += ../i18n/en/parashoot.ts | 13 | TRANSLATIONS += ../i18n/en/parashoot.ts |
14 | TRANSLATIONS += ../i18n/hu/parashoot.ts | 14 | TRANSLATIONS += ../i18n/hu/parashoot.ts |
15 | TRANSLATIONS += ../i18n/ja/parashoot.ts | 15 | TRANSLATIONS += ../i18n/ja/parashoot.ts |
16 | TRANSLATIONS += ../i18n/ko/parashoot.ts | 16 | TRANSLATIONS += ../i18n/ko/parashoot.ts |
17 | TRANSLATIONS += ../i18n/fr/parashoot.ts | 17 | TRANSLATIONS += ../i18n/fr/parashoot.ts |
18 | TRANSLATIONS += ../i18n/sl/parashoot.ts | ||
18 | TRANSLATIONS += ../i18n/no/parashoot.ts | 19 | TRANSLATIONS += ../i18n/no/parashoot.ts |
19 | TRANSLATIONS += ../i18n/zh_CN/parashoot.ts | 20 | TRANSLATIONS += ../i18n/zh_CN/parashoot.ts |
20 | TRANSLATIONS += ../i18n/zh_TW/parashoot.ts | 21 | TRANSLATIONS += ../i18n/zh_TW/parashoot.ts |
diff --git a/noncore/games/qasteroids/qasteroids.pro b/noncore/games/qasteroids/qasteroids.pro index 39a9857..20749db 100644 --- a/noncore/games/qasteroids/qasteroids.pro +++ b/noncore/games/qasteroids/qasteroids.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 = ledmeter.h sprites.h toplevel.h view.h | 4 | HEADERS = ledmeter.h sprites.h toplevel.h view.h |
5 | SOURCES = ledmeter.cpp toplevel.cpp view.cpp main.cpp | 5 | SOURCES = ledmeter.cpp toplevel.cpp view.cpp main.cpp |
6 | TARGET = qasteroids | 6 | TARGET = qasteroids |
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/qasteroids.ts | 11 | TRANSLATIONS = ../i18n/de/qasteroids.ts |
12 | TRANSLATIONS += ../i18n/pt_BR/qasteroids.ts | 12 | TRANSLATIONS += ../i18n/pt_BR/qasteroids.ts |
13 | TRANSLATIONS += ../i18n/en/qasteroids.ts | 13 | TRANSLATIONS += ../i18n/en/qasteroids.ts |
14 | TRANSLATIONS += ../i18n/hu/qasteroids.ts | 14 | TRANSLATIONS += ../i18n/hu/qasteroids.ts |
15 | TRANSLATIONS += ../i18n/fr/qasteroids.ts | 15 | TRANSLATIONS += ../i18n/fr/qasteroids.ts |
16 | TRANSLATIONS += ../i18n/ja/qasteroids.ts | 16 | TRANSLATIONS += ../i18n/ja/qasteroids.ts |
17 | TRANSLATIONS += ../i18n/ko/qasteroids.ts | 17 | TRANSLATIONS += ../i18n/ko/qasteroids.ts |
18 | TRANSLATIONS += ../i18n/sl/qasteroids.ts | ||
18 | TRANSLATIONS += ../i18n/no/qasteroids.ts | 19 | TRANSLATIONS += ../i18n/no/qasteroids.ts |
19 | TRANSLATIONS += ../i18n/zh_CN/qasteroids.ts | 20 | TRANSLATIONS += ../i18n/zh_CN/qasteroids.ts |
20 | TRANSLATIONS += ../i18n/zh_TW/qasteroids.ts | 21 | TRANSLATIONS += ../i18n/zh_TW/qasteroids.ts |
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro index 3cd66d8..5bb72ac 100644 --- a/noncore/games/tetrix/tetrix.pro +++ b/noncore/games/tetrix/tetrix.pro | |||
@@ -1,28 +1,29 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = ../bin | 3 | DESTDIR = ../bin |
4 | HEADERS = minefield.h \ | 4 | HEADERS = minefield.h \ |
5 | gtetrix.h \ | 5 | gtetrix.h \ |
6 | qtetrix.h \ | 6 | qtetrix.h \ |
7 | qtetrixb.h \ | 7 | qtetrixb.h \ |
8 | tpiece.h | 8 | tpiece.h |
9 | SOURCES = main.cpp \ | 9 | SOURCES = main.cpp \ |
10 | gtetrix.cpp \ | 10 | gtetrix.cpp \ |
11 | qtetrix.cpp \ | 11 | qtetrix.cpp \ |
12 | qtetrixb.cpp \ | 12 | qtetrixb.cpp \ |
13 | tpiece.cpp | 13 | tpiece.cpp |
14 | INCLUDEPATH += $(OPIEDIR)/include | 14 | INCLUDEPATH += $(OPIEDIR)/include |
15 | DEPENDPATH+= $(OPIEDIR)/include | 15 | DEPENDPATH+= $(OPIEDIR)/include |
16 | LIBS += -lqpe | 16 | LIBS += -lqpe |
17 | INTERFACES= | 17 | INTERFACES= |
18 | 18 | ||
19 | TRANSLATIONS = ../i18n/pt_BR/tetrix.ts | 19 | TRANSLATIONS = ../i18n/pt_BR/tetrix.ts |
20 | TRANSLATIONS += ../i18n/de/tetrix.ts | 20 | TRANSLATIONS += ../i18n/de/tetrix.ts |
21 | TRANSLATIONS += ../i18n/en/tetrix.ts | 21 | TRANSLATIONS += ../i18n/en/tetrix.ts |
22 | TRANSLATIONS += ../i18n/fr/tetrix.ts | 22 | TRANSLATIONS += ../i18n/fr/tetrix.ts |
23 | TRANSLATIONS += ../i18n/hu/tetrix.ts | 23 | TRANSLATIONS += ../i18n/hu/tetrix.ts |
24 | TRANSLATIONS += ../i18n/sl/tetrix.ts | ||
24 | TRANSLATIONS += ../i18n/ja/tetrix.ts | 25 | TRANSLATIONS += ../i18n/ja/tetrix.ts |
25 | TRANSLATIONS += ../i18n/ko/tetrix.ts | 26 | TRANSLATIONS += ../i18n/ko/tetrix.ts |
26 | TRANSLATIONS += ../i18n/no/tetrix.ts | 27 | TRANSLATIONS += ../i18n/no/tetrix.ts |
27 | TRANSLATIONS += ../i18n/zh_CN/tetrix.ts | 28 | TRANSLATIONS += ../i18n/zh_CN/tetrix.ts |
28 | TRANSLATIONS += ../i18n/zh_TW/tetrix.ts | 29 | TRANSLATIONS += ../i18n/zh_TW/tetrix.ts |
diff --git a/noncore/games/tictac/tictac.pro b/noncore/games/tictac/tictac.pro index c82e1ca..a32e0d2 100644 --- a/noncore/games/tictac/tictac.pro +++ b/noncore/games/tictac/tictac.pro | |||
@@ -1,13 +1,23 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = tictac.h | 3 | HEADERS = tictac.h |
4 | SOURCES = main.cpp \ | 4 | SOURCES = main.cpp \ |
5 | tictac.cpp | 5 | tictac.cpp |
6 | TARGET = tictac | 6 | TARGET = tictac |
7 | REQUIRES=medium-config | 7 | REQUIRES=medium-config |
8 | INCLUDEPATH += $(OPIEDIR)/include | 8 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe | 10 | LIBS += -lqpe |
11 | DESTDIR = $(OPIEDIR)/bin | 11 | DESTDIR = $(OPIEDIR)/bin |
12 | 12 | ||
13 | TRANSLATIONS = ../../i18n/pt_BR/tictac.ts | 13 | TRANSLATIONS = ../../i18n/pt_BR/tictac.ts |
14 | TRANSLATIONS += ../../i18n/de/tictac.ts | ||
15 | TRANSLATIONS += ../../i18n/en/tictac.ts | ||
16 | TRANSLATIONS += ../../i18n/hu/tictac.ts | ||
17 | TRANSLATIONS += ../../i18n/sl/tictac.ts | ||
18 | TRANSLATIONS += ../../i18n/ja/tictac.ts | ||
19 | TRANSLATIONS += ../../i18n/ko/tictac.ts | ||
20 | TRANSLATIONS += ../../i18n/no/tictac.ts | ||
21 | TRANSLATIONS += ../../i18n/zh_CN/tictac.ts | ||
22 | TRANSLATIONS += ../../i18n/zh_TW/tictac.ts | ||
23 | TRANSLATIONS += ../../i18n/fr/tictac.ts | ||
diff --git a/noncore/games/wordgame/wordgame.pro b/noncore/games/wordgame/wordgame.pro index fd4f46e..6772c18 100644 --- a/noncore/games/wordgame/wordgame.pro +++ b/noncore/games/wordgame/wordgame.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 = wordgame.h | 4 | HEADERS = wordgame.h |
5 | SOURCES = main.cpp \ | 5 | SOURCES = main.cpp \ |
6 | wordgame.cpp | 6 | wordgame.cpp |
7 | INTERFACES= newgamebase.ui rulesbase.ui | 7 | INTERFACES= newgamebase.ui rulesbase.ui |
8 | TARGET = wordgame | 8 | TARGET = wordgame |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH+= $(OPIEDIR)/include | 10 | DEPENDPATH+= $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/de/wordgame.ts | 13 | TRANSLATIONS = ../i18n/pt_BR/wordgame.ts |
14 | TRANSLATIONS += ../i18n/pt_BR/wordgame.ts | 14 | TRANSLATIONS += ../i18n/de/wordgame.ts |
15 | TRANSLATIONS += ../i18n/en/wordgame.ts | 15 | TRANSLATIONS += ../i18n/en/wordgame.ts |
16 | TRANSLATIONS += ../i18n/hu/wordgame.ts | 16 | TRANSLATIONS += ../i18n/hu/wordgame.ts |
17 | TRANSLATIONS += ../i18n/sl/wordgame.ts | ||
17 | TRANSLATIONS += ../i18n/ja/wordgame.ts | 18 | TRANSLATIONS += ../i18n/ja/wordgame.ts |
18 | TRANSLATIONS += ../i18n/ko/wordgame.ts | 19 | TRANSLATIONS += ../i18n/ko/wordgame.ts |
19 | TRANSLATIONS += ../i18n/fr/wordgame.ts | ||
20 | TRANSLATIONS += ../i18n/no/wordgame.ts | 20 | TRANSLATIONS += ../i18n/no/wordgame.ts |
21 | TRANSLATIONS += ../i18n/zh_CN/wordgame.ts | 21 | TRANSLATIONS += ../i18n/zh_CN/wordgame.ts |
22 | TRANSLATIONS += ../i18n/zh_TW/wordgame.ts | 22 | TRANSLATIONS += ../i18n/zh_TW/wordgame.ts |
23 | TRANSLATIONS += ../i18n/fr/wordgame.ts | ||
diff --git a/noncore/multimedia/showimg/showimg.pro b/noncore/multimedia/showimg/showimg.pro index f69923e..3cc322f 100644 --- a/noncore/multimedia/showimg/showimg.pro +++ b/noncore/multimedia/showimg/showimg.pro | |||
@@ -1,21 +1,29 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | 2 | ||
3 | CONFIG += qt warn_on release | 3 | CONFIG += qt warn_on release |
4 | DESTDIR = $(OPIEDIR)/bin | 4 | DESTDIR = $(OPIEDIR)/bin |
5 | 5 | ||
6 | HEADERS = showimg.h | 6 | HEADERS = showimg.h |
7 | 7 | ||
8 | SOURCES = main.cpp \ | 8 | SOURCES = main.cpp \ |
9 | showimg.cpp | 9 | showimg.cpp |
10 | 10 | ||
11 | TARGET = showimg | 11 | TARGET = showimg |
12 | 12 | ||
13 | INCLUDEPATH += $(OPIEDIR)/include | 13 | INCLUDEPATH += $(OPIEDIR)/include |
14 | DEPENDPATH += $(OPIEDIR)/include | 14 | DEPENDPATH += $(OPIEDIR)/include |
15 | LIBS += -lqpe | 15 | LIBS += -lqpe |
16 | 16 | ||
17 | REQUIRES = showimg | 17 | REQUIRES = showimg |
18 | 18 | ||
19 | TRANSLATIONS = ../i18n/de/showimg.ts | 19 | TRANSLATIONS = ../i18n/pt_BR/showimg.ts |
20 | TRANSLATIONS += ../i18n/pt_BR/showimg.ts | 20 | TRANSLATIONS += ../i18n/de/showimg.ts |
21 | TRANSLATIONS += ../i18n/fr/showimg.ts | 21 | TRANSLATIONS += ../i18n/en/showimg.ts |
22 | TRANSLATIONS += ../i18n/hu/showimg.ts | ||
23 | TRANSLATIONS += ../i18n/sl/showimg.ts | ||
24 | TRANSLATIONS += ../i18n/ja/showimg.ts | ||
25 | TRANSLATIONS += ../i18n/ko/showimg.ts | ||
26 | TRANSLATIONS += ../i18n/no/showimg.ts | ||
27 | TRANSLATIONS += ../i18n/zh_CN/showimg.ts | ||
28 | TRANSLATIONS += ../i18n/zh_TW/showimg.ts | ||
29 | TRANSLATIONS += ../i18n/fr/showimg.ts | ||
diff --git a/noncore/net/opieftp/opieftp.pro b/noncore/net/opieftp/opieftp.pro index 147a8c5..959de9a 100644 --- a/noncore/net/opieftp/opieftp.pro +++ b/noncore/net/opieftp/opieftp.pro | |||
@@ -1,12 +1,22 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = opieftp.h inputDialog.h ftplib.h | 3 | HEADERS = opieftp.h inputDialog.h ftplib.h |
4 | SOURCES = opieftp.cpp inputDialog.cpp ftplib.c main.cpp | 4 | SOURCES = opieftp.cpp inputDialog.cpp ftplib.c main.cpp |
5 | TARGET = opieftp | 5 | TARGET = opieftp |
6 | REQUIRES=medium-config | 6 | REQUIRES=medium-config |
7 | DESTDIR = $(OPIEDIR)/bin | 7 | DESTDIR = $(OPIEDIR)/bin |
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 | TRANSLATIONS += ../../i18n/pt_BR/opieftp.ts | 12 | TRANSLATIONS = ../../i18n/pt_BR/opieftp.ts |
13 | TRANSLATIONS += ../../i18n/de/opieftp.ts | ||
14 | TRANSLATIONS += ../../i18n/en/opieftp.ts | ||
15 | TRANSLATIONS += ../../i18n/hu/opieftp.ts | ||
16 | TRANSLATIONS += ../../i18n/sl/opieftp.ts | ||
17 | TRANSLATIONS += ../../i18n/ja/opieftp.ts | ||
18 | TRANSLATIONS += ../../i18n/ko/opieftp.ts | ||
19 | TRANSLATIONS += ../../i18n/no/opieftp.ts | ||
20 | TRANSLATIONS += ../../i18n/zh_CN/opieftp.ts | ||
21 | TRANSLATIONS += ../../i18n/zh_TW/opieftp.ts | ||
22 | TRANSLATIONS += ../../i18n/fr/opieftp.ts | ||
diff --git a/noncore/settings/language/language.pro b/noncore/settings/language/language.pro index dafc3b9..9ce9ed6 100644 --- a/noncore/settings/language/language.pro +++ b/noncore/settings/language/language.pro | |||
@@ -1,13 +1,22 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = ../../bin | 3 | DESTDIR = ../../bin |
4 | HEADERS = settings.h | 4 | HEADERS = settings.h |
5 | SOURCES = language.cpp main.cpp | 5 | SOURCES = language.cpp main.cpp |
6 | INTERFACES= languagesettingsbase.ui | 6 | INTERFACES= languagesettingsbase.ui |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= ../$(OPIEDIR)/include | 8 | DEPENDPATH+= ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = language | 10 | TARGET = language |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/de/language.ts | 12 | TRANSLATIONS = ../../i18n/pt_BR/language.ts |
13 | TRANSLATIONS += ../../i18n/pt_BR/language.ts | 13 | TRANSLATIONS += ../../i18n/de/language.ts |
14 | TRANSLATIONS += ../../i18n/en/language.ts | ||
15 | TRANSLATIONS += ../../i18n/hu/language.ts | ||
16 | TRANSLATIONS += ../../i18n/sl/language.ts | ||
17 | TRANSLATIONS += ../../i18n/ja/language.ts | ||
18 | TRANSLATIONS += ../../i18n/ko/language.ts | ||
19 | TRANSLATIONS += ../../i18n/no/language.ts | ||
20 | TRANSLATIONS += ../../i18n/zh_CN/language.ts | ||
21 | TRANSLATIONS += ../../i18n/zh_TW/language.ts | ||
22 | TRANSLATIONS += ../../i18n/fr/language.ts | ||
diff --git a/noncore/settings/sound/sound.pro b/noncore/settings/sound/sound.pro index fa87b86..0fe7448 100644 --- a/noncore/settings/sound/sound.pro +++ b/noncore/settings/sound/sound.pro | |||
@@ -1,12 +1,22 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = ../../bin | 3 | DESTDIR = ../../bin |
4 | HEADERS = soundsettings.h | 4 | HEADERS = soundsettings.h |
5 | SOURCES = soundsettings.cpp main.cpp | 5 | SOURCES = soundsettings.cpp main.cpp |
6 | INTERFACES= soundsettingsbase.ui | 6 | INTERFACES= soundsettingsbase.ui |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= ../$(OPIEDIR)/include | 8 | DEPENDPATH+= ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = sound | 10 | TARGET = sound |
11 | 11 | ||
12 | TRANSLATIONS += ../../i18n/pt_BR/sound.ts | 12 | TRANSLATIONS = ../../i18n/pt_BR/sound.ts |
13 | TRANSLATIONS += ../../i18n/de/sound.ts | ||
14 | TRANSLATIONS += ../../i18n/en/sound.ts | ||
15 | TRANSLATIONS += ../../i18n/hu/sound.ts | ||
16 | TRANSLATIONS += ../../i18n/sl/sound.ts | ||
17 | TRANSLATIONS += ../../i18n/ja/sound.ts | ||
18 | TRANSLATIONS += ../../i18n/ko/sound.ts | ||
19 | TRANSLATIONS += ../../i18n/no/sound.ts | ||
20 | TRANSLATIONS += ../../i18n/zh_CN/sound.ts | ||
21 | TRANSLATIONS += ../../i18n/zh_TW/sound.ts | ||
22 | TRANSLATIONS += ../../i18n/fr/sound.ts | ||
diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro index 6c0110d..c207e4d 100644 --- a/noncore/tools/calc2/calc.pro +++ b/noncore/tools/calc2/calc.pro | |||
@@ -1,21 +1,22 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt release | 2 | CONFIG += qt release |
3 | 3 | ||
4 | # Input | 4 | # Input |
5 | HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h | 5 | HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h |
6 | SOURCES += calc.cpp main.cpp engine.cpp | 6 | SOURCES += calc.cpp main.cpp engine.cpp |
7 | 7 | ||
8 | INCLUDEPATH += $(OPIEDIR)/include | 8 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe -Wl,-export-dynamic | 10 | LIBS += -lqpe -Wl,-export-dynamic |
11 | 11 | ||
12 | TRANSLATIONS = ../i18n/pt_BR/calc.ts | 12 | TRANSLATIONS = ../i18n/pt_BR/calc.ts |
13 | TRANSLATIONS += ../i18n/de/calc.ts | 13 | TRANSLATIONS += ../i18n/de/calc.ts |
14 | TRANSLATIONS += ../i18n/en/calc.ts | 14 | TRANSLATIONS += ../i18n/en/calc.ts |
15 | TRANSLATIONS += ../i18n/sl/calc.ts | ||
15 | TRANSLATIONS += ../i18n/hu/calc.ts | 16 | TRANSLATIONS += ../i18n/hu/calc.ts |
16 | TRANSLATIONS += ../i18n/fr/calc.ts | 17 | TRANSLATIONS += ../i18n/fr/calc.ts |
17 | TRANSLATIONS += ../i18n/ja/calc.ts | 18 | TRANSLATIONS += ../i18n/ja/calc.ts |
18 | TRANSLATIONS += ../i18n/ko/calc.ts | 19 | TRANSLATIONS += ../i18n/ko/calc.ts |
19 | TRANSLATIONS += ../i18n/no/calc.ts | 20 | TRANSLATIONS += ../i18n/no/calc.ts |
20 | TRANSLATIONS += ../i18n/zh_CN/calc.ts | 21 | TRANSLATIONS += ../i18n/zh_CN/calc.ts |
21 | TRANSLATIONS += ../i18n/zh_TW/calc.ts | 22 | TRANSLATIONS += ../i18n/zh_TW/calc.ts |
diff --git a/noncore/unsupported/oipkg/qipkg.pro b/noncore/unsupported/oipkg/qipkg.pro index e5c6dd1..7cf5819 100644 --- a/noncore/unsupported/oipkg/qipkg.pro +++ b/noncore/unsupported/oipkg/qipkg.pro | |||
@@ -1,15 +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 = packagemanager.h | 4 | HEADERS = packagemanager.h |
5 | SOURCES = packagemanager.cpp \ | 5 | SOURCES = packagemanager.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= packagemanagerbase.ui pkdesc.ui pkfind.ui pksettings.ui | 10 | INTERFACES= packagemanagerbase.ui pkdesc.ui pkfind.ui pksettings.ui |
11 | TARGET = qipkg | 11 | TARGET = qipkg |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/de/qipkg.ts | 13 | TRANSLATIONS = ../i18n/pt_BR/qipkg.ts |
14 | TRANSLATIONS += ../i18n/fr/qipkg.ts | 14 | TRANSLATIONS += ../i18n/de/qipkg.ts |
15 | TRANSLATIONS += ../i18n/pt_BR/qipkg.ts | 15 | TRANSLATIONS += ../i18n/en/qipkg.ts |
16 | TRANSLATIONS += ../i18n/hu/qipkg.ts | ||
17 | TRANSLATIONS += ../i18n/sl/qipkg.ts | ||
18 | TRANSLATIONS += ../i18n/ja/qipkg.ts | ||
19 | TRANSLATIONS += ../i18n/ko/qipkg.ts | ||
20 | TRANSLATIONS += ../i18n/no/qipkg.ts | ||
21 | TRANSLATIONS += ../i18n/zh_CN/qipkg.ts | ||
22 | TRANSLATIONS += ../i18n/zh_TW/qipkg.ts | ||
23 | TRANSLATIONS += ../i18n/fr/qipkg.ts | ||