summaryrefslogtreecommitdiff
path: root/noncore
Unidiff
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/dictionary/dictionary.pro1
-rw-r--r--noncore/apps/tableviewer/tableviewer.pro1
-rw-r--r--noncore/comm/keypebble/keypebble.pro1
-rw-r--r--noncore/games/chess/chess.pro1
-rw-r--r--noncore/games/fifteen/fifteen.pro1
-rw-r--r--noncore/games/go/go.pro1
-rw-r--r--noncore/games/kcheckers/kcheckers.pro1
-rw-r--r--noncore/games/mindbreaker/mindbreaker.pro1
-rw-r--r--noncore/games/minesweep/minesweep.pro1
-rw-r--r--noncore/games/parashoot/parashoot.pro1
-rw-r--r--noncore/games/qasteroids/qasteroids.pro1
-rw-r--r--noncore/games/snake/snake.pro1
-rwxr-xr-xnoncore/games/solitaire/solitaire.pro1
-rw-r--r--noncore/games/tetrix/tetrix.pro1
-rw-r--r--noncore/games/tictac/tictac.pro1
-rw-r--r--noncore/games/wordgame/wordgame.pro1
-rw-r--r--noncore/graphics/drawpad/drawpad.pro1
-rw-r--r--noncore/multimedia/showimg/showimg.pro1
-rw-r--r--noncore/net/opieftp/opieftp.pro1
-rw-r--r--noncore/settings/language/language.pro1
-rw-r--r--noncore/settings/sound/sound.pro1
-rw-r--r--noncore/settings/sysinfo/sysinfo.pro1
-rw-r--r--noncore/tools/calc2/calc.pro1
-rw-r--r--noncore/tools/calculator/calculator.pro1
-rw-r--r--noncore/tools/clock/clock.pro1
-rw-r--r--noncore/unsupported/filebrowser/filebrowser.pro1
-rw-r--r--noncore/unsupported/oipkg/qipkg.pro1
27 files changed, 27 insertions, 0 deletions
diff --git a/noncore/apps/dictionary/dictionary.pro b/noncore/apps/dictionary/dictionary.pro
index b0cfa18..924586f 100644
--- a/noncore/apps/dictionary/dictionary.pro
+++ b/noncore/apps/dictionary/dictionary.pro
@@ -1,26 +1,27 @@
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
10INCLUDEPATH += $(OPIEDIR)/include 10INCLUDEPATH += $(OPIEDIR)/include
11 DEPENDPATH+= $(OPIEDIR)/include 11 DEPENDPATH+= $(OPIEDIR)/include
12LIBS += -lqpe 12LIBS += -lqpe
13 13
14 TARGET = dictionary 14 TARGET = dictionary
15 15
16TRANSLATIONS = ../i18n/pt_BR/dictionary.ts 16TRANSLATIONS = ../i18n/pt_BR/dictionary.ts
17TRANSLATIONS += ../i18n/de/dictionary.ts 17TRANSLATIONS += ../i18n/de/dictionary.ts
18TRANSLATIONS += ../i18n/en/dictionary.ts 18TRANSLATIONS += ../i18n/en/dictionary.ts
19TRANSLATIONS += ../i18n/hu/dictionary.ts 19TRANSLATIONS += ../i18n/hu/dictionary.ts
20TRANSLATIONS += ../i18n/sl/dictionary.ts 20TRANSLATIONS += ../i18n/sl/dictionary.ts
21TRANSLATIONS += ../i18n/pl/dictionary.ts
21TRANSLATIONS += ../i18n/fr/dictionary.ts 22TRANSLATIONS += ../i18n/fr/dictionary.ts
22TRANSLATIONS += ../i18n/ja/dictionary.ts 23TRANSLATIONS += ../i18n/ja/dictionary.ts
23TRANSLATIONS += ../i18n/ko/dictionary.ts 24TRANSLATIONS += ../i18n/ko/dictionary.ts
24TRANSLATIONS += ../i18n/no/dictionary.ts 25TRANSLATIONS += ../i18n/no/dictionary.ts
25TRANSLATIONS += ../i18n/zh_CN/dictionary.ts 26TRANSLATIONS += ../i18n/zh_CN/dictionary.ts
26TRANSLATIONS += ../i18n/zh_TW/dictionary.ts 27TRANSLATIONS += ../i18n/zh_TW/dictionary.ts
diff --git a/noncore/apps/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro
index 2a2c83a..407323f 100644
--- a/noncore/apps/tableviewer/tableviewer.pro
+++ b/noncore/apps/tableviewer/tableviewer.pro
@@ -18,31 +18,32 @@ HEADERS = tableviewer.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
34INCLUDEPATH += $(OPIEDIR)/include 34INCLUDEPATH += $(OPIEDIR)/include
35DEPENDPATH += $(OPIEDIR)/include 35DEPENDPATH += $(OPIEDIR)/include
36 LIBS += -lqpe 36 LIBS += -lqpe
37 37
38TRANSLATIONS = ../i18n/pt_BR/tableviewer.ts 38TRANSLATIONS = ../i18n/pt_BR/tableviewer.ts
39TRANSLATIONS += ../i18n/en/tableviewer.ts 39TRANSLATIONS += ../i18n/en/tableviewer.ts
40TRANSLATIONS += ../i18n/de/tableviewer.ts 40TRANSLATIONS += ../i18n/de/tableviewer.ts
41TRANSLATIONS += ../i18n/hu/tableviewer.ts 41TRANSLATIONS += ../i18n/hu/tableviewer.ts
42TRANSLATIONS += ../i18n/pl/tableviewer.ts
42TRANSLATIONS += ../i18n/ja/tableviewer.ts 43TRANSLATIONS += ../i18n/ja/tableviewer.ts
43TRANSLATIONS += ../i18n/sl/tableviewer.ts 44TRANSLATIONS += ../i18n/sl/tableviewer.ts
44TRANSLATIONS += ../i18n/fr/tableviewer.ts 45TRANSLATIONS += ../i18n/fr/tableviewer.ts
45TRANSLATIONS += ../i18n/ko/tableviewer.ts 46TRANSLATIONS += ../i18n/ko/tableviewer.ts
46TRANSLATIONS += ../i18n/no/tableviewer.ts 47TRANSLATIONS += ../i18n/no/tableviewer.ts
47TRANSLATIONS += ../i18n/zh_CN/tableviewer.ts 48TRANSLATIONS += ../i18n/zh_CN/tableviewer.ts
48TRANSLATIONS += ../i18n/zh_TW/tableviewer.ts 49TRANSLATIONS += ../i18n/zh_TW/tableviewer.ts
diff --git a/noncore/comm/keypebble/keypebble.pro b/noncore/comm/keypebble/keypebble.pro
index a2486ff..45b7635 100644
--- a/noncore/comm/keypebble/keypebble.pro
+++ b/noncore/comm/keypebble/keypebble.pro
@@ -21,29 +21,30 @@ 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
33TARGET = keypebble 33TARGET = keypebble
34 34
35INCLUDEPATH += $(OPIEDIR)/include 35INCLUDEPATH += $(OPIEDIR)/include
36DEPENDPATH += $(OPIEDIR)/include 36DEPENDPATH += $(OPIEDIR)/include
37LIBS += -lqpe 37LIBS += -lqpe
38 38
39TRANSLATIONS = ../i18n/pt_BR/keypebble.ts 39TRANSLATIONS = ../i18n/pt_BR/keypebble.ts
40TRANSLATIONS += ../i18n/de/keypebble.ts 40TRANSLATIONS += ../i18n/de/keypebble.ts
41TRANSLATIONS += ../i18n/en/keypebble.ts 41TRANSLATIONS += ../i18n/en/keypebble.ts
42TRANSLATIONS += ../i18n/hu/keypebble.ts 42TRANSLATIONS += ../i18n/hu/keypebble.ts
43TRANSLATIONS += ../i18n/sl/keypebble.ts 43TRANSLATIONS += ../i18n/sl/keypebble.ts
44TRANSLATIONS += ../i18n/fr/keypebble.ts 44TRANSLATIONS += ../i18n/fr/keypebble.ts
45TRANSLATIONS += ../i18n/pl/keypebble.ts
45TRANSLATIONS += ../i18n/ja/keypebble.ts 46TRANSLATIONS += ../i18n/ja/keypebble.ts
46TRANSLATIONS += ../i18n/ko/keypebble.ts 47TRANSLATIONS += ../i18n/ko/keypebble.ts
47TRANSLATIONS += ../i18n/no/keypebble.ts 48TRANSLATIONS += ../i18n/no/keypebble.ts
48TRANSLATIONS += ../i18n/zh_CN/keypebble.ts 49TRANSLATIONS += ../i18n/zh_CN/keypebble.ts
49TRANSLATIONS += ../i18n/zh_TW/keypebble.ts 50TRANSLATIONS += ../i18n/zh_TW/keypebble.ts
diff --git a/noncore/games/chess/chess.pro b/noncore/games/chess/chess.pro
index 0e1eabf..c18c110 100644
--- a/noncore/games/chess/chess.pro
+++ b/noncore/games/chess/chess.pro
@@ -1,26 +1,27 @@
1 SOURCES+= chess.cpp main.cpp 1 SOURCES+= chess.cpp main.cpp
2 HEADERS+= chess.h 2 HEADERS+= chess.h
3DESTDIR = ../bin 3DESTDIR = ../bin
4TARGET = chess 4TARGET = chess
5 DEPENDPATH+= $(OPIEDIR)/include 5 DEPENDPATH+= $(OPIEDIR)/include
6INTERFACES = mainwindow.ui 6INTERFACES = 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
10INCLUDEPATH += $(OPIEDIR)/include 10INCLUDEPATH += $(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
16TRANSLATIONS = ../i18n/pt_BR/chess.ts 16TRANSLATIONS = ../i18n/pt_BR/chess.ts
17TRANSLATIONS += ../i18n/de/chess.ts 17TRANSLATIONS += ../i18n/de/chess.ts
18TRANSLATIONS += ../i18n/en/chess.ts 18TRANSLATIONS += ../i18n/en/chess.ts
19TRANSLATIONS += ../i18n/fr/chess.ts 19TRANSLATIONS += ../i18n/fr/chess.ts
20TRANSLATIONS += ../i18n/pl/chess.ts
20TRANSLATIONS += ../i18n/sl/chess.ts 21TRANSLATIONS += ../i18n/sl/chess.ts
21TRANSLATIONS += ../i18n/hu/chess.ts 22TRANSLATIONS += ../i18n/hu/chess.ts
22TRANSLATIONS += ../i18n/ja/chess.ts 23TRANSLATIONS += ../i18n/ja/chess.ts
23TRANSLATIONS += ../i18n/ko/chess.ts 24TRANSLATIONS += ../i18n/ko/chess.ts
24TRANSLATIONS += ../i18n/no/chess.ts 25TRANSLATIONS += ../i18n/no/chess.ts
25TRANSLATIONS += ../i18n/zh_CN/chess.ts 26TRANSLATIONS += ../i18n/zh_CN/chess.ts
26TRANSLATIONS += ../i18n/zh_TW/chess.ts 27TRANSLATIONS += ../i18n/zh_TW/chess.ts
diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro
index 086ebc2..ee99799 100644
--- a/noncore/games/fifteen/fifteen.pro
+++ b/noncore/games/fifteen/fifteen.pro
@@ -1,22 +1,23 @@
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
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 TARGET = fifteen 10 TARGET = fifteen
11 11
12TRANSLATIONS = ../i18n/pt_BR/fifteen.ts 12TRANSLATIONS = ../i18n/pt_BR/fifteen.ts
13TRANSLATIONS += ../i18n/de/fifteen.ts 13TRANSLATIONS += ../i18n/de/fifteen.ts
14TRANSLATIONS += ../i18n/en/fifteen.ts 14TRANSLATIONS += ../i18n/en/fifteen.ts
15TRANSLATIONS += ../i18n/hu/fifteen.ts 15TRANSLATIONS += ../i18n/hu/fifteen.ts
16TRANSLATIONS += ../i18n/pl/fifteen.ts
16TRANSLATIONS += ../i18n/ja/fifteen.ts 17TRANSLATIONS += ../i18n/ja/fifteen.ts
17TRANSLATIONS += ../i18n/sl/fifteen.ts 18TRANSLATIONS += ../i18n/sl/fifteen.ts
18TRANSLATIONS += ../i18n/ko/fifteen.ts 19TRANSLATIONS += ../i18n/ko/fifteen.ts
19TRANSLATIONS += ../i18n/fr/fifteen.ts 20TRANSLATIONS += ../i18n/fr/fifteen.ts
20TRANSLATIONS += ../i18n/no/fifteen.ts 21TRANSLATIONS += ../i18n/no/fifteen.ts
21TRANSLATIONS += ../i18n/zh_CN/fifteen.ts 22TRANSLATIONS += ../i18n/zh_CN/fifteen.ts
22TRANSLATIONS += ../i18n/zh_TW/fifteen.ts 23TRANSLATIONS += ../i18n/zh_TW/fifteen.ts
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro
index 2eaaac2..6405808 100644
--- a/noncore/games/go/go.pro
+++ b/noncore/games/go/go.pro
@@ -2,28 +2,29 @@ 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
14INCLUDEPATH += $(OPIEDIR)/include 14INCLUDEPATH += $(OPIEDIR)/include
15 DEPENDPATH+= $(OPIEDIR)/include 15 DEPENDPATH+= $(OPIEDIR)/include
16LIBS += -lqpe 16LIBS += -lqpe
17 TARGET = go 17 TARGET = go
18 18
19TRANSLATIONS = ../i18n/de/go.ts 19TRANSLATIONS = ../i18n/de/go.ts
20TRANSLATIONS += ../i18n/pt_BR/go.ts 20TRANSLATIONS += ../i18n/pt_BR/go.ts
21TRANSLATIONS += ../i18n/en/go.ts 21TRANSLATIONS += ../i18n/en/go.ts
22TRANSLATIONS += ../i18n/hu/go.ts 22TRANSLATIONS += ../i18n/hu/go.ts
23TRANSLATIONS += ../i18n/ja/go.ts 23TRANSLATIONS += ../i18n/ja/go.ts
24TRANSLATIONS += ../i18n/fr/go.ts 24TRANSLATIONS += ../i18n/fr/go.ts
25TRANSLATIONS += ../i18n/sl/go.ts 25TRANSLATIONS += ../i18n/sl/go.ts
26TRANSLATIONS += ../i18n/pl/go.ts
26TRANSLATIONS += ../i18n/ko/go.ts 27TRANSLATIONS += ../i18n/ko/go.ts
27TRANSLATIONS += ../i18n/no/go.ts 28TRANSLATIONS += ../i18n/no/go.ts
28TRANSLATIONS += ../i18n/zh_CN/go.ts 29TRANSLATIONS += ../i18n/zh_CN/go.ts
29TRANSLATIONS += ../i18n/zh_TW/go.ts 30TRANSLATIONS += ../i18n/zh_TW/go.ts
diff --git a/noncore/games/kcheckers/kcheckers.pro b/noncore/games/kcheckers/kcheckers.pro
index 614635d..bdbb46e 100644
--- a/noncore/games/kcheckers/kcheckers.pro
+++ b/noncore/games/kcheckers/kcheckers.pro
@@ -2,30 +2,31 @@ 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
21TRANSLATIONS = ../../i18n/pt_BR/kcheckers.ts 21TRANSLATIONS = ../../i18n/pt_BR/kcheckers.ts
22TRANSLATIONS += ../../i18n/de/kcheckers.ts 22TRANSLATIONS += ../../i18n/de/kcheckers.ts
23TRANSLATIONS += ../../i18n/en/kcheckers.ts 23TRANSLATIONS += ../../i18n/en/kcheckers.ts
24TRANSLATIONS += ../../i18n/hu/kcheckers.ts 24TRANSLATIONS += ../../i18n/hu/kcheckers.ts
25TRANSLATIONS += ../../i18n/sl/kcheckers.ts 25TRANSLATIONS += ../../i18n/sl/kcheckers.ts
26TRANSLATIONS += ../../i18n/pl/kcheckers.ts
26TRANSLATIONS += ../../i18n/ja/kcheckers.ts 27TRANSLATIONS += ../../i18n/ja/kcheckers.ts
27TRANSLATIONS += ../../i18n/ko/kcheckers.ts 28TRANSLATIONS += ../../i18n/ko/kcheckers.ts
28TRANSLATIONS += ../../i18n/no/kcheckers.ts 29TRANSLATIONS += ../../i18n/no/kcheckers.ts
29TRANSLATIONS += ../../i18n/zh_CN/kcheckers.ts 30TRANSLATIONS += ../../i18n/zh_CN/kcheckers.ts
30TRANSLATIONS += ../../i18n/zh_TW/kcheckers.ts 31TRANSLATIONS += ../../i18n/zh_TW/kcheckers.ts
31TRANSLATIONS += ../../i18n/fr/kcheckers.ts 32TRANSLATIONS += ../../i18n/fr/kcheckers.ts
diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro
index 19cfc90..6da02a7 100644
--- a/noncore/games/mindbreaker/mindbreaker.pro
+++ b/noncore/games/mindbreaker/mindbreaker.pro
@@ -1,22 +1,23 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3DESTDIR = $(OPIEDIR)/bin 3DESTDIR = $(OPIEDIR)/bin
4 HEADERS = mindbreaker.h 4 HEADERS = mindbreaker.h
5 SOURCES = main.cpp \ 5 SOURCES = main.cpp \
6 mindbreaker.cpp 6 mindbreaker.cpp
7TARGET = mindbreaker 7TARGET = mindbreaker
8INCLUDEPATH += $(OPIEDIR)/include 8INCLUDEPATH += $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include 9DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe 10LIBS += -lqpe
11 11
12TRANSLATIONS = ../i18n/de/mindbreaker.ts 12TRANSLATIONS = ../i18n/de/mindbreaker.ts
13TRANSLATIONS += ../i18n/pt_BR/mindbreaker.ts 13TRANSLATIONS += ../i18n/pt_BR/mindbreaker.ts
14TRANSLATIONS += ../i18n/en/mindbreaker.ts 14TRANSLATIONS += ../i18n/en/mindbreaker.ts
15TRANSLATIONS += ../i18n/hu/mindbreaker.ts 15TRANSLATIONS += ../i18n/hu/mindbreaker.ts
16TRANSLATIONS += ../i18n/fr/mindbreaker.ts 16TRANSLATIONS += ../i18n/fr/mindbreaker.ts
17TRANSLATIONS += ../i18n/ja/mindbreaker.ts 17TRANSLATIONS += ../i18n/ja/mindbreaker.ts
18TRANSLATIONS += ../i18n/sl/mindbreaker.ts 18TRANSLATIONS += ../i18n/sl/mindbreaker.ts
19TRANSLATIONS += ../i18n/pl/mindbreaker.ts
19TRANSLATIONS += ../i18n/ko/mindbreaker.ts 20TRANSLATIONS += ../i18n/ko/mindbreaker.ts
20TRANSLATIONS += ../i18n/no/mindbreaker.ts 21TRANSLATIONS += ../i18n/no/mindbreaker.ts
21TRANSLATIONS += ../i18n/zh_CN/mindbreaker.ts 22TRANSLATIONS += ../i18n/zh_CN/mindbreaker.ts
22TRANSLATIONS += ../i18n/zh_TW/mindbreaker.ts 23TRANSLATIONS += ../i18n/zh_TW/mindbreaker.ts
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro
index 42432c2..a7128d1 100644
--- a/noncore/games/minesweep/minesweep.pro
+++ b/noncore/games/minesweep/minesweep.pro
@@ -1,24 +1,25 @@
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
9INCLUDEPATH += $(OPIEDIR)/include 9INCLUDEPATH += $(OPIEDIR)/include
10 DEPENDPATH+= $(OPIEDIR)/include 10 DEPENDPATH+= $(OPIEDIR)/include
11LIBS += -lqpe 11LIBS += -lqpe
12 INTERFACES= 12 INTERFACES=
13 13
14TRANSLATIONS = ../i18n/de/minesweep.ts 14TRANSLATIONS = ../i18n/de/minesweep.ts
15TRANSLATIONS += ../i18n/pt_BR/minesweep.ts 15TRANSLATIONS += ../i18n/pt_BR/minesweep.ts
16TRANSLATIONS += ../i18n/en/minesweep.ts 16TRANSLATIONS += ../i18n/en/minesweep.ts
17TRANSLATIONS += ../i18n/hu/minesweep.ts 17TRANSLATIONS += ../i18n/hu/minesweep.ts
18TRANSLATIONS += ../i18n/ja/minesweep.ts 18TRANSLATIONS += ../i18n/ja/minesweep.ts
19TRANSLATIONS += ../i18n/fr/minesweep.ts 19TRANSLATIONS += ../i18n/fr/minesweep.ts
20TRANSLATIONS += ../i18n/ko/minesweep.ts 20TRANSLATIONS += ../i18n/ko/minesweep.ts
21TRANSLATIONS += ../i18n/pl/minesweep.ts
21TRANSLATIONS += ../i18n/sl/minesweep.ts 22TRANSLATIONS += ../i18n/sl/minesweep.ts
22TRANSLATIONS += ../i18n/no/minesweep.ts 23TRANSLATIONS += ../i18n/no/minesweep.ts
23TRANSLATIONS += ../i18n/zh_CN/minesweep.ts 24TRANSLATIONS += ../i18n/zh_CN/minesweep.ts
24TRANSLATIONS += ../i18n/zh_TW/minesweep.ts 25TRANSLATIONS += ../i18n/zh_TW/minesweep.ts
diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro
index 2d42e9b..9404eb0 100644
--- a/noncore/games/parashoot/parashoot.pro
+++ b/noncore/games/parashoot/parashoot.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 = 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
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 10
11TRANSLATIONS = ../i18n/de/parashoot.ts 11TRANSLATIONS = ../i18n/de/parashoot.ts
12TRANSLATIONS += ../i18n/pt_BR/parashoot.ts 12TRANSLATIONS += ../i18n/pt_BR/parashoot.ts
13TRANSLATIONS += ../i18n/en/parashoot.ts 13TRANSLATIONS += ../i18n/en/parashoot.ts
14TRANSLATIONS += ../i18n/hu/parashoot.ts 14TRANSLATIONS += ../i18n/hu/parashoot.ts
15TRANSLATIONS += ../i18n/ja/parashoot.ts 15TRANSLATIONS += ../i18n/ja/parashoot.ts
16TRANSLATIONS += ../i18n/pl/parashoot.ts
16TRANSLATIONS += ../i18n/ko/parashoot.ts 17TRANSLATIONS += ../i18n/ko/parashoot.ts
17TRANSLATIONS += ../i18n/fr/parashoot.ts 18TRANSLATIONS += ../i18n/fr/parashoot.ts
18TRANSLATIONS += ../i18n/sl/parashoot.ts 19TRANSLATIONS += ../i18n/sl/parashoot.ts
19TRANSLATIONS += ../i18n/no/parashoot.ts 20TRANSLATIONS += ../i18n/no/parashoot.ts
20TRANSLATIONS += ../i18n/zh_CN/parashoot.ts 21TRANSLATIONS += ../i18n/zh_CN/parashoot.ts
21TRANSLATIONS += ../i18n/zh_TW/parashoot.ts 22TRANSLATIONS += ../i18n/zh_TW/parashoot.ts
diff --git a/noncore/games/qasteroids/qasteroids.pro b/noncore/games/qasteroids/qasteroids.pro
index 20749db..47a53a2 100644
--- a/noncore/games/qasteroids/qasteroids.pro
+++ b/noncore/games/qasteroids/qasteroids.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 = 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
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 10
11TRANSLATIONS = ../i18n/de/qasteroids.ts 11TRANSLATIONS = ../i18n/de/qasteroids.ts
12TRANSLATIONS += ../i18n/pt_BR/qasteroids.ts 12TRANSLATIONS += ../i18n/pt_BR/qasteroids.ts
13TRANSLATIONS += ../i18n/en/qasteroids.ts 13TRANSLATIONS += ../i18n/en/qasteroids.ts
14TRANSLATIONS += ../i18n/hu/qasteroids.ts 14TRANSLATIONS += ../i18n/hu/qasteroids.ts
15TRANSLATIONS += ../i18n/fr/qasteroids.ts 15TRANSLATIONS += ../i18n/fr/qasteroids.ts
16TRANSLATIONS += ../i18n/ja/qasteroids.ts 16TRANSLATIONS += ../i18n/ja/qasteroids.ts
17TRANSLATIONS += ../i18n/pl/qasteroids.ts
17TRANSLATIONS += ../i18n/ko/qasteroids.ts 18TRANSLATIONS += ../i18n/ko/qasteroids.ts
18TRANSLATIONS += ../i18n/sl/qasteroids.ts 19TRANSLATIONS += ../i18n/sl/qasteroids.ts
19TRANSLATIONS += ../i18n/no/qasteroids.ts 20TRANSLATIONS += ../i18n/no/qasteroids.ts
20TRANSLATIONS += ../i18n/zh_CN/qasteroids.ts 21TRANSLATIONS += ../i18n/zh_CN/qasteroids.ts
21TRANSLATIONS += ../i18n/zh_TW/qasteroids.ts 22TRANSLATIONS += ../i18n/zh_TW/qasteroids.ts
diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro
index 76c22dd..256c524 100644
--- a/noncore/games/snake/snake.pro
+++ b/noncore/games/snake/snake.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 = 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
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 10
11TRANSLATIONS = ../i18n/de/snake.ts 11TRANSLATIONS = ../i18n/de/snake.ts
12TRANSLATIONS += ../i18n/pt_BR/snake.ts 12TRANSLATIONS += ../i18n/pt_BR/snake.ts
13TRANSLATIONS += ../i18n/en/snake.ts 13TRANSLATIONS += ../i18n/en/snake.ts
14TRANSLATIONS += ../i18n/hu/snake.ts 14TRANSLATIONS += ../i18n/hu/snake.ts
15TRANSLATIONS += ../i18n/sl/snake.ts 15TRANSLATIONS += ../i18n/sl/snake.ts
16TRANSLATIONS += ../i18n/fr/snake.ts 16TRANSLATIONS += ../i18n/fr/snake.ts
17TRANSLATIONS += ../i18n/ja/snake.ts 17TRANSLATIONS += ../i18n/ja/snake.ts
18TRANSLATIONS += ../i18n/ko/snake.ts 18TRANSLATIONS += ../i18n/ko/snake.ts
19TRANSLATIONS += ../i18n/pl/snake.ts
19TRANSLATIONS += ../i18n/no/snake.ts 20TRANSLATIONS += ../i18n/no/snake.ts
20TRANSLATIONS += ../i18n/zh_CN/snake.ts 21TRANSLATIONS += ../i18n/zh_CN/snake.ts
21TRANSLATIONS += ../i18n/zh_TW/snake.ts 22TRANSLATIONS += ../i18n/zh_TW/snake.ts
diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro
index 82eecd1..31b6b89 100755
--- a/noncore/games/solitaire/solitaire.pro
+++ b/noncore/games/solitaire/solitaire.pro
@@ -1,28 +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 = canvascard.h canvasshapes.h cardgame.h cardgamelayout.h cardpile.h card.h carddeck.h canvascardgame.h freecellcardgame.h patiencecardgame.h canvascardwindow.h 6 HEADERS = canvascard.h canvasshapes.h cardgame.h cardgamelayout.h cardpile.h card.h carddeck.h canvascardgame.h freecellcardgame.h patiencecardgame.h canvascardwindow.h
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
12INCLUDEPATH += $(OPIEDIR)/include 12INCLUDEPATH += $(OPIEDIR)/include
13 DEPENDPATH+= $(OPIEDIR)/include 13 DEPENDPATH+= $(OPIEDIR)/include
14LIBS += -lqpe 14LIBS += -lqpe
15 15
16 REQUIRES= patience 16 REQUIRES= patience
17 17
18TRANSLATIONS = ../i18n/de/patience.ts 18TRANSLATIONS = ../i18n/de/patience.ts
19TRANSLATIONS += ../i18n/pt_BR/patience.ts 19TRANSLATIONS += ../i18n/pt_BR/patience.ts
20TRANSLATIONS += ../i18n/en/patience.ts 20TRANSLATIONS += ../i18n/en/patience.ts
21TRANSLATIONS += ../i18n/hu/patience.ts 21TRANSLATIONS += ../i18n/hu/patience.ts
22TRANSLATIONS += ../i18n/ja/patience.ts 22TRANSLATIONS += ../i18n/ja/patience.ts
23TRANSLATIONS += ../i18n/sl/patience.ts 23TRANSLATIONS += ../i18n/sl/patience.ts
24TRANSLATIONS += ../i18n/ko/patience.ts 24TRANSLATIONS += ../i18n/ko/patience.ts
25TRANSLATIONS += ../i18n/pl/patience.ts
25TRANSLATIONS += ../i18n/no/patience.ts 26TRANSLATIONS += ../i18n/no/patience.ts
26TRANSLATIONS += ../i18n/fr/patience.ts 27TRANSLATIONS += ../i18n/fr/patience.ts
27TRANSLATIONS += ../i18n/zh_CN/patience.ts 28TRANSLATIONS += ../i18n/zh_CN/patience.ts
28TRANSLATIONS += ../i18n/zh_TW/patience.ts 29TRANSLATIONS += ../i18n/zh_TW/patience.ts
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro
index 5bb72ac..ea37ee2 100644
--- a/noncore/games/tetrix/tetrix.pro
+++ b/noncore/games/tetrix/tetrix.pro
@@ -5,25 +5,26 @@ 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
14INCLUDEPATH += $(OPIEDIR)/include 14INCLUDEPATH += $(OPIEDIR)/include
15 DEPENDPATH+= $(OPIEDIR)/include 15 DEPENDPATH+= $(OPIEDIR)/include
16LIBS += -lqpe 16LIBS += -lqpe
17 INTERFACES= 17 INTERFACES=
18 18
19TRANSLATIONS = ../i18n/pt_BR/tetrix.ts 19TRANSLATIONS = ../i18n/pt_BR/tetrix.ts
20TRANSLATIONS += ../i18n/de/tetrix.ts 20TRANSLATIONS += ../i18n/de/tetrix.ts
21TRANSLATIONS += ../i18n/en/tetrix.ts 21TRANSLATIONS += ../i18n/en/tetrix.ts
22TRANSLATIONS += ../i18n/fr/tetrix.ts 22TRANSLATIONS += ../i18n/fr/tetrix.ts
23TRANSLATIONS += ../i18n/hu/tetrix.ts 23TRANSLATIONS += ../i18n/hu/tetrix.ts
24TRANSLATIONS += ../i18n/sl/tetrix.ts 24TRANSLATIONS += ../i18n/sl/tetrix.ts
25TRANSLATIONS += ../i18n/ja/tetrix.ts 25TRANSLATIONS += ../i18n/ja/tetrix.ts
26TRANSLATIONS += ../i18n/ko/tetrix.ts 26TRANSLATIONS += ../i18n/ko/tetrix.ts
27TRANSLATIONS += ../i18n/no/tetrix.ts 27TRANSLATIONS += ../i18n/no/tetrix.ts
28TRANSLATIONS += ../i18n/zh_CN/tetrix.ts 28TRANSLATIONS += ../i18n/zh_CN/tetrix.ts
29TRANSLATIONS += ../i18n/pl/tetrix.ts
29TRANSLATIONS += ../i18n/zh_TW/tetrix.ts 30TRANSLATIONS += ../i18n/zh_TW/tetrix.ts
diff --git a/noncore/games/tictac/tictac.pro b/noncore/games/tictac/tictac.pro
index a32e0d2..2b22a9f 100644
--- a/noncore/games/tictac/tictac.pro
+++ b/noncore/games/tictac/tictac.pro
@@ -1,23 +1,24 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3HEADERS = tictac.h 3HEADERS = tictac.h
4SOURCES = main.cpp \ 4SOURCES = main.cpp \
5 tictac.cpp 5 tictac.cpp
6TARGET = tictac 6TARGET = tictac
7REQUIRES=medium-config 7REQUIRES=medium-config
8INCLUDEPATH += $(OPIEDIR)/include 8INCLUDEPATH += $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include 9DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe 10LIBS += -lqpe
11DESTDIR = $(OPIEDIR)/bin 11DESTDIR = $(OPIEDIR)/bin
12 12
13TRANSLATIONS = ../../i18n/pt_BR/tictac.ts 13TRANSLATIONS = ../../i18n/pt_BR/tictac.ts
14TRANSLATIONS += ../../i18n/de/tictac.ts 14TRANSLATIONS += ../../i18n/de/tictac.ts
15TRANSLATIONS += ../../i18n/en/tictac.ts 15TRANSLATIONS += ../../i18n/en/tictac.ts
16TRANSLATIONS += ../../i18n/hu/tictac.ts 16TRANSLATIONS += ../../i18n/hu/tictac.ts
17TRANSLATIONS += ../../i18n/sl/tictac.ts 17TRANSLATIONS += ../../i18n/sl/tictac.ts
18TRANSLATIONS += ../../i18n/ja/tictac.ts 18TRANSLATIONS += ../../i18n/ja/tictac.ts
19TRANSLATIONS += ../../i18n/ko/tictac.ts 19TRANSLATIONS += ../../i18n/ko/tictac.ts
20TRANSLATIONS += ../../i18n/no/tictac.ts 20TRANSLATIONS += ../../i18n/no/tictac.ts
21TRANSLATIONS += ../../i18n/pl/tictac.ts
21TRANSLATIONS += ../../i18n/zh_CN/tictac.ts 22TRANSLATIONS += ../../i18n/zh_CN/tictac.ts
22TRANSLATIONS += ../../i18n/zh_TW/tictac.ts 23TRANSLATIONS += ../../i18n/zh_TW/tictac.ts
23TRANSLATIONS += ../../i18n/fr/tictac.ts 24TRANSLATIONS += ../../i18n/fr/tictac.ts
diff --git a/noncore/games/wordgame/wordgame.pro b/noncore/games/wordgame/wordgame.pro
index 6772c18..43b5cd1 100644
--- a/noncore/games/wordgame/wordgame.pro
+++ b/noncore/games/wordgame/wordgame.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 = 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
9INCLUDEPATH += $(OPIEDIR)/include 9INCLUDEPATH += $(OPIEDIR)/include
10 DEPENDPATH+= $(OPIEDIR)/include 10 DEPENDPATH+= $(OPIEDIR)/include
11LIBS += -lqpe 11LIBS += -lqpe
12 12
13TRANSLATIONS = ../i18n/pt_BR/wordgame.ts 13TRANSLATIONS = ../i18n/pt_BR/wordgame.ts
14TRANSLATIONS += ../i18n/de/wordgame.ts 14TRANSLATIONS += ../i18n/de/wordgame.ts
15TRANSLATIONS += ../i18n/en/wordgame.ts 15TRANSLATIONS += ../i18n/en/wordgame.ts
16TRANSLATIONS += ../i18n/hu/wordgame.ts 16TRANSLATIONS += ../i18n/hu/wordgame.ts
17TRANSLATIONS += ../i18n/sl/wordgame.ts 17TRANSLATIONS += ../i18n/sl/wordgame.ts
18TRANSLATIONS += ../i18n/ja/wordgame.ts 18TRANSLATIONS += ../i18n/ja/wordgame.ts
19TRANSLATIONS += ../i18n/ko/wordgame.ts 19TRANSLATIONS += ../i18n/ko/wordgame.ts
20TRANSLATIONS += ../i18n/pl/wordgame.ts
20TRANSLATIONS += ../i18n/no/wordgame.ts 21TRANSLATIONS += ../i18n/no/wordgame.ts
21TRANSLATIONS += ../i18n/zh_CN/wordgame.ts 22TRANSLATIONS += ../i18n/zh_CN/wordgame.ts
22TRANSLATIONS += ../i18n/zh_TW/wordgame.ts 23TRANSLATIONS += ../i18n/zh_TW/wordgame.ts
23TRANSLATIONS += ../i18n/fr/wordgame.ts 24TRANSLATIONS += ../i18n/fr/wordgame.ts
diff --git a/noncore/graphics/drawpad/drawpad.pro b/noncore/graphics/drawpad/drawpad.pro
index 8d729c5..fce0701 100644
--- a/noncore/graphics/drawpad/drawpad.pro
+++ b/noncore/graphics/drawpad/drawpad.pro
@@ -25,31 +25,32 @@ SOURCES = colordialog.cpp \
25 erasetool.cpp \ 25 erasetool.cpp \
26 exportdialog.cpp \ 26 exportdialog.cpp \
27 filltool.cpp \ 27 filltool.cpp \
28 filledellipsetool.cpp \ 28 filledellipsetool.cpp \
29 filledrectangletool.cpp \ 29 filledrectangletool.cpp \
30 importdialog.cpp \ 30 importdialog.cpp \
31 linetool.cpp \ 31 linetool.cpp \
32 main.cpp \ 32 main.cpp \
33 newpagedialog.cpp \ 33 newpagedialog.cpp \
34 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
45TRANSLATIONS = ../../i18n/pt_BR/drawpad.ts 45TRANSLATIONS = ../../i18n/pt_BR/drawpad.ts
46TRANSLATIONS += ../../i18n/de/drawpad.ts 46TRANSLATIONS += ../../i18n/de/drawpad.ts
47TRANSLATIONS += ../../i18n/en/drawpad.ts 47TRANSLATIONS += ../../i18n/en/drawpad.ts
48TRANSLATIONS += ../../i18n/hu/drawpad.ts 48TRANSLATIONS += ../../i18n/hu/drawpad.ts
49TRANSLATIONS += ../../i18n/pl/drawpad.ts
49TRANSLATIONS += ../../i18n/ja/drawpad.ts 50TRANSLATIONS += ../../i18n/ja/drawpad.ts
50TRANSLATIONS += ../../i18n/sl/drawpad.ts 51TRANSLATIONS += ../../i18n/sl/drawpad.ts
51TRANSLATIONS += ../../i18n/fr/drawpad.ts 52TRANSLATIONS += ../../i18n/fr/drawpad.ts
52TRANSLATIONS += ../../i18n/ko/drawpad.ts 53TRANSLATIONS += ../../i18n/ko/drawpad.ts
53TRANSLATIONS += ../../i18n/no/drawpad.ts 54TRANSLATIONS += ../../i18n/no/drawpad.ts
54TRANSLATIONS += ../../i18n/zh_CN/drawpad.ts 55TRANSLATIONS += ../../i18n/zh_CN/drawpad.ts
55TRANSLATIONS += ../../i18n/zh_TW/drawpad.ts 56TRANSLATIONS += ../../i18n/zh_TW/drawpad.ts
diff --git a/noncore/multimedia/showimg/showimg.pro b/noncore/multimedia/showimg/showimg.pro
index 3cc322f..d2ab437 100644
--- a/noncore/multimedia/showimg/showimg.pro
+++ b/noncore/multimedia/showimg/showimg.pro
@@ -1,29 +1,30 @@
1TEMPLATE = app 1TEMPLATE = app
2 2
3CONFIG += qt warn_on release 3CONFIG += qt warn_on release
4DESTDIR = $(OPIEDIR)/bin 4DESTDIR = $(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
11TARGET = showimg 11TARGET = showimg
12 12
13INCLUDEPATH += $(OPIEDIR)/include 13INCLUDEPATH += $(OPIEDIR)/include
14DEPENDPATH += $(OPIEDIR)/include 14DEPENDPATH += $(OPIEDIR)/include
15LIBS += -lqpe 15LIBS += -lqpe
16 16
17REQUIRES = showimg 17REQUIRES = showimg
18 18
19TRANSLATIONS = ../i18n/pt_BR/showimg.ts 19TRANSLATIONS = ../i18n/pt_BR/showimg.ts
20TRANSLATIONS += ../i18n/de/showimg.ts 20TRANSLATIONS += ../i18n/de/showimg.ts
21TRANSLATIONS += ../i18n/en/showimg.ts 21TRANSLATIONS += ../i18n/en/showimg.ts
22TRANSLATIONS += ../i18n/hu/showimg.ts 22TRANSLATIONS += ../i18n/hu/showimg.ts
23TRANSLATIONS += ../i18n/sl/showimg.ts 23TRANSLATIONS += ../i18n/sl/showimg.ts
24TRANSLATIONS += ../i18n/ja/showimg.ts 24TRANSLATIONS += ../i18n/ja/showimg.ts
25TRANSLATIONS += ../i18n/pl/showimg.ts
25TRANSLATIONS += ../i18n/ko/showimg.ts 26TRANSLATIONS += ../i18n/ko/showimg.ts
26TRANSLATIONS += ../i18n/no/showimg.ts 27TRANSLATIONS += ../i18n/no/showimg.ts
27TRANSLATIONS += ../i18n/zh_CN/showimg.ts 28TRANSLATIONS += ../i18n/zh_CN/showimg.ts
28TRANSLATIONS += ../i18n/zh_TW/showimg.ts 29TRANSLATIONS += ../i18n/zh_TW/showimg.ts
29TRANSLATIONS += ../i18n/fr/showimg.ts 30TRANSLATIONS += ../i18n/fr/showimg.ts
diff --git a/noncore/net/opieftp/opieftp.pro b/noncore/net/opieftp/opieftp.pro
index 959de9a..f25d15f 100644
--- a/noncore/net/opieftp/opieftp.pro
+++ b/noncore/net/opieftp/opieftp.pro
@@ -1,22 +1,23 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3HEADERS = opieftp.h inputDialog.h ftplib.h 3HEADERS = opieftp.h inputDialog.h ftplib.h
4SOURCES = opieftp.cpp inputDialog.cpp ftplib.c main.cpp 4SOURCES = opieftp.cpp inputDialog.cpp ftplib.c main.cpp
5TARGET = opieftp 5TARGET = opieftp
6REQUIRES=medium-config 6REQUIRES=medium-config
7DESTDIR = $(OPIEDIR)/bin 7DESTDIR = $(OPIEDIR)/bin
8INCLUDEPATH += $(OPIEDIR)/include 8INCLUDEPATH += $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include 9DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe 10LIBS += -lqpe
11 11
12TRANSLATIONS = ../../i18n/pt_BR/opieftp.ts 12TRANSLATIONS = ../../i18n/pt_BR/opieftp.ts
13TRANSLATIONS += ../../i18n/de/opieftp.ts 13TRANSLATIONS += ../../i18n/de/opieftp.ts
14TRANSLATIONS += ../../i18n/en/opieftp.ts 14TRANSLATIONS += ../../i18n/en/opieftp.ts
15TRANSLATIONS += ../../i18n/hu/opieftp.ts 15TRANSLATIONS += ../../i18n/hu/opieftp.ts
16TRANSLATIONS += ../../i18n/sl/opieftp.ts 16TRANSLATIONS += ../../i18n/sl/opieftp.ts
17TRANSLATIONS += ../../i18n/pl/opieftp.ts
17TRANSLATIONS += ../../i18n/ja/opieftp.ts 18TRANSLATIONS += ../../i18n/ja/opieftp.ts
18TRANSLATIONS += ../../i18n/ko/opieftp.ts 19TRANSLATIONS += ../../i18n/ko/opieftp.ts
19TRANSLATIONS += ../../i18n/no/opieftp.ts 20TRANSLATIONS += ../../i18n/no/opieftp.ts
20TRANSLATIONS += ../../i18n/zh_CN/opieftp.ts 21TRANSLATIONS += ../../i18n/zh_CN/opieftp.ts
21TRANSLATIONS += ../../i18n/zh_TW/opieftp.ts 22TRANSLATIONS += ../../i18n/zh_TW/opieftp.ts
22TRANSLATIONS += ../../i18n/fr/opieftp.ts 23TRANSLATIONS += ../../i18n/fr/opieftp.ts
diff --git a/noncore/settings/language/language.pro b/noncore/settings/language/language.pro
index 9ce9ed6..2e614df 100644
--- a/noncore/settings/language/language.pro
+++ b/noncore/settings/language/language.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 = ../../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
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= ../$(OPIEDIR)/include 8 DEPENDPATH+= ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 TARGET = language 10 TARGET = language
11 11
12TRANSLATIONS = ../../i18n/pt_BR/language.ts 12TRANSLATIONS = ../../i18n/pt_BR/language.ts
13TRANSLATIONS += ../../i18n/de/language.ts 13TRANSLATIONS += ../../i18n/de/language.ts
14TRANSLATIONS += ../../i18n/en/language.ts 14TRANSLATIONS += ../../i18n/en/language.ts
15TRANSLATIONS += ../../i18n/hu/language.ts 15TRANSLATIONS += ../../i18n/hu/language.ts
16TRANSLATIONS += ../../i18n/sl/language.ts 16TRANSLATIONS += ../../i18n/sl/language.ts
17TRANSLATIONS += ../../i18n/pl/language.ts
17TRANSLATIONS += ../../i18n/ja/language.ts 18TRANSLATIONS += ../../i18n/ja/language.ts
18TRANSLATIONS += ../../i18n/ko/language.ts 19TRANSLATIONS += ../../i18n/ko/language.ts
19TRANSLATIONS += ../../i18n/no/language.ts 20TRANSLATIONS += ../../i18n/no/language.ts
20TRANSLATIONS += ../../i18n/zh_CN/language.ts 21TRANSLATIONS += ../../i18n/zh_CN/language.ts
21TRANSLATIONS += ../../i18n/zh_TW/language.ts 22TRANSLATIONS += ../../i18n/zh_TW/language.ts
22TRANSLATIONS += ../../i18n/fr/language.ts 23TRANSLATIONS += ../../i18n/fr/language.ts
diff --git a/noncore/settings/sound/sound.pro b/noncore/settings/sound/sound.pro
index 0fe7448..9649262 100644
--- a/noncore/settings/sound/sound.pro
+++ b/noncore/settings/sound/sound.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 = ../../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
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= ../$(OPIEDIR)/include 8 DEPENDPATH+= ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 TARGET = sound 10 TARGET = sound
11 11
12TRANSLATIONS = ../../i18n/pt_BR/sound.ts 12TRANSLATIONS = ../../i18n/pt_BR/sound.ts
13TRANSLATIONS += ../../i18n/de/sound.ts 13TRANSLATIONS += ../../i18n/de/sound.ts
14TRANSLATIONS += ../../i18n/en/sound.ts 14TRANSLATIONS += ../../i18n/en/sound.ts
15TRANSLATIONS += ../../i18n/hu/sound.ts 15TRANSLATIONS += ../../i18n/hu/sound.ts
16TRANSLATIONS += ../../i18n/sl/sound.ts 16TRANSLATIONS += ../../i18n/sl/sound.ts
17TRANSLATIONS += ../../i18n/pl/sound.ts
17TRANSLATIONS += ../../i18n/ja/sound.ts 18TRANSLATIONS += ../../i18n/ja/sound.ts
18TRANSLATIONS += ../../i18n/ko/sound.ts 19TRANSLATIONS += ../../i18n/ko/sound.ts
19TRANSLATIONS += ../../i18n/no/sound.ts 20TRANSLATIONS += ../../i18n/no/sound.ts
20TRANSLATIONS += ../../i18n/zh_CN/sound.ts 21TRANSLATIONS += ../../i18n/zh_CN/sound.ts
21TRANSLATIONS += ../../i18n/zh_TW/sound.ts 22TRANSLATIONS += ../../i18n/zh_TW/sound.ts
22TRANSLATIONS += ../../i18n/fr/sound.ts 23TRANSLATIONS += ../../i18n/fr/sound.ts
diff --git a/noncore/settings/sysinfo/sysinfo.pro b/noncore/settings/sysinfo/sysinfo.pro
index 08a43a5..0419515 100644
--- a/noncore/settings/sysinfo/sysinfo.pro
+++ b/noncore/settings/sysinfo/sysinfo.pro
@@ -13,27 +13,28 @@ SOURCES = main.cpp \
13 memory.cpp \ 13 memory.cpp \
14 graph.cpp \ 14 graph.cpp \
15 load.cpp \ 15 load.cpp \
16 storage.cpp \ 16 storage.cpp \
17 processinfo.cpp \ 17 processinfo.cpp \
18 processdetail.cpp \ 18 processdetail.cpp \
19 versioninfo.cpp \ 19 versioninfo.cpp \
20 sysinfo.cpp 20 sysinfo.cpp
21INTERFACES = 21INTERFACES =
22 22
23INCLUDEPATH += $(OPIEDIR)/include 23INCLUDEPATH += $(OPIEDIR)/include
24DEPENDPATH += $(OPIEDIR)/include 24DEPENDPATH += $(OPIEDIR)/include
25LIBS += -lqpe 25LIBS += -lqpe
26 26
27TARGET = sysinfo 27TARGET = sysinfo
28 28
29TRANSLATIONS = ../i18n/de/sysinfo.ts 29TRANSLATIONS = ../i18n/de/sysinfo.ts
30TRANSLATIONS += ../i18n/pt_BR/sysinfo.ts 30TRANSLATIONS += ../i18n/pt_BR/sysinfo.ts
31TRANSLATIONS += ../i18n/en/sysinfo.ts 31TRANSLATIONS += ../i18n/en/sysinfo.ts
32TRANSLATIONS += ../i18n/hu/sysinfo.ts 32TRANSLATIONS += ../i18n/hu/sysinfo.ts
33TRANSLATIONS += ../i18n/ja/sysinfo.ts 33TRANSLATIONS += ../i18n/ja/sysinfo.ts
34TRANSLATIONS += ../i18n/ko/sysinfo.ts 34TRANSLATIONS += ../i18n/ko/sysinfo.ts
35TRANSLATIONS += ../i18n/fr/sysinfo.ts 35TRANSLATIONS += ../i18n/fr/sysinfo.ts
36TRANSLATIONS += ../i18n/no/sysinfo.ts 36TRANSLATIONS += ../i18n/no/sysinfo.ts
37TRANSLATIONS += ../i18n/pl/sysinfo.ts
37TRANSLATIONS += ../i18n/sl/sysinfo.ts 38TRANSLATIONS += ../i18n/sl/sysinfo.ts
38TRANSLATIONS += ../i18n/zh_CN/sysinfo.ts 39TRANSLATIONS += ../i18n/zh_CN/sysinfo.ts
39TRANSLATIONS += ../i18n/zh_TW/sysinfo.ts 40TRANSLATIONS += ../i18n/zh_TW/sysinfo.ts
diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro
index c207e4d..93e7f65 100644
--- a/noncore/tools/calc2/calc.pro
+++ b/noncore/tools/calc2/calc.pro
@@ -1,22 +1,23 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG += qt release 2CONFIG += qt release
3 3
4# Input 4# Input
5HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h 5HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h
6SOURCES += calc.cpp main.cpp engine.cpp 6SOURCES += calc.cpp main.cpp engine.cpp
7 7
8INCLUDEPATH += $(OPIEDIR)/include 8INCLUDEPATH += $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include 9DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe -Wl,-export-dynamic 10LIBS += -lqpe -Wl,-export-dynamic
11 11
12TRANSLATIONS = ../i18n/pt_BR/calc.ts 12TRANSLATIONS = ../i18n/pt_BR/calc.ts
13TRANSLATIONS += ../i18n/de/calc.ts 13TRANSLATIONS += ../i18n/de/calc.ts
14TRANSLATIONS += ../i18n/en/calc.ts 14TRANSLATIONS += ../i18n/en/calc.ts
15TRANSLATIONS += ../i18n/sl/calc.ts 15TRANSLATIONS += ../i18n/sl/calc.ts
16TRANSLATIONS += ../i18n/hu/calc.ts 16TRANSLATIONS += ../i18n/hu/calc.ts
17TRANSLATIONS += ../i18n/fr/calc.ts 17TRANSLATIONS += ../i18n/fr/calc.ts
18TRANSLATIONS += ../i18n/ja/calc.ts 18TRANSLATIONS += ../i18n/ja/calc.ts
19TRANSLATIONS += ../i18n/pl/calc.ts
19TRANSLATIONS += ../i18n/ko/calc.ts 20TRANSLATIONS += ../i18n/ko/calc.ts
20TRANSLATIONS += ../i18n/no/calc.ts 21TRANSLATIONS += ../i18n/no/calc.ts
21TRANSLATIONS += ../i18n/zh_CN/calc.ts 22TRANSLATIONS += ../i18n/zh_CN/calc.ts
22TRANSLATIONS += ../i18n/zh_TW/calc.ts 23TRANSLATIONS += ../i18n/zh_TW/calc.ts
diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro
index e00daab..ea60b54 100644
--- a/noncore/tools/calculator/calculator.pro
+++ b/noncore/tools/calculator/calculator.pro
@@ -1,23 +1,24 @@
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
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 INTERFACES= calculator.ui 10 INTERFACES= calculator.ui
11 TARGET = calculator 11 TARGET = calculator
12 12
13TRANSLATIONS = ../i18n/pt_BR/calculator.ts 13TRANSLATIONS = ../i18n/pt_BR/calculator.ts
14TRANSLATIONS += ../i18n/de/calculator.ts 14TRANSLATIONS += ../i18n/de/calculator.ts
15TRANSLATIONS += ../i18n/en/calculator.ts 15TRANSLATIONS += ../i18n/en/calculator.ts
16TRANSLATIONS += ../i18n/sl/calculator.ts 16TRANSLATIONS += ../i18n/sl/calculator.ts
17TRANSLATIONS += ../i18n/hu/calculator.ts 17TRANSLATIONS += ../i18n/hu/calculator.ts
18TRANSLATIONS += ../i18n/pl/calculator.ts
18TRANSLATIONS += ../i18n/ja/calculator.ts 19TRANSLATIONS += ../i18n/ja/calculator.ts
19TRANSLATIONS += ../i18n/fr/calculator.ts 20TRANSLATIONS += ../i18n/fr/calculator.ts
20TRANSLATIONS += ../i18n/ko/calculator.ts 21TRANSLATIONS += ../i18n/ko/calculator.ts
21TRANSLATIONS += ../i18n/no/calculator.ts 22TRANSLATIONS += ../i18n/no/calculator.ts
22TRANSLATIONS += ../i18n/zh_CN/calculator.ts 23TRANSLATIONS += ../i18n/zh_CN/calculator.ts
23TRANSLATIONS += ../i18n/zh_TW/calculator.ts 24TRANSLATIONS += ../i18n/zh_TW/calculator.ts
diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro
index 6a5e795..5373515 100644
--- a/noncore/tools/clock/clock.pro
+++ b/noncore/tools/clock/clock.pro
@@ -1,23 +1,24 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG = qt warn_on release 2CONFIG = qt warn_on release
3DESTDIR = $(OPIEDIR)/bin 3DESTDIR = $(OPIEDIR)/bin
4HEADERS = clock.h setAlarm.h 4HEADERS = clock.h setAlarm.h
5SOURCES = clock.cpp setAlarm.cpp \ 5SOURCES = clock.cpp setAlarm.cpp \
6 main.cpp 6 main.cpp
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += $(OPIEDIR)/include 8DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10INTERFACES = 10INTERFACES =
11TARGET = clock 11TARGET = clock
12 12
13TRANSLATIONS = ../i18n/de/clock.ts 13TRANSLATIONS = ../i18n/de/clock.ts
14TRANSLATIONS += ../i18n/pt_BR/clock.ts 14TRANSLATIONS += ../i18n/pt_BR/clock.ts
15TRANSLATIONS += ../i18n/en/clock.ts 15TRANSLATIONS += ../i18n/en/clock.ts
16TRANSLATIONS += ../i18n/hu/clock.ts 16TRANSLATIONS += ../i18n/hu/clock.ts
17TRANSLATIONS += ../i18n/sl/clock.ts 17TRANSLATIONS += ../i18n/sl/clock.ts
18TRANSLATIONS += ../i18n/ja/clock.ts 18TRANSLATIONS += ../i18n/ja/clock.ts
19TRANSLATIONS += ../i18n/ko/clock.ts 19TRANSLATIONS += ../i18n/ko/clock.ts
20TRANSLATIONS += ../i18n/fr/clock.ts 20TRANSLATIONS += ../i18n/fr/clock.ts
21TRANSLATIONS += ../i18n/pl/clock.ts
21TRANSLATIONS += ../i18n/no/clock.ts 22TRANSLATIONS += ../i18n/no/clock.ts
22TRANSLATIONS += ../i18n/zh_CN/clock.ts 23TRANSLATIONS += ../i18n/zh_CN/clock.ts
23TRANSLATIONS += ../i18n/zh_TW/clock.ts 24TRANSLATIONS += ../i18n/zh_TW/clock.ts
diff --git a/noncore/unsupported/filebrowser/filebrowser.pro b/noncore/unsupported/filebrowser/filebrowser.pro
index 7a52839..19195a4 100644
--- a/noncore/unsupported/filebrowser/filebrowser.pro
+++ b/noncore/unsupported/filebrowser/filebrowser.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 = 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
6INCLUDEPATH += $(OPIEDIR)/include 6INCLUDEPATH += $(OPIEDIR)/include
7 DEPENDPATH+= $(OPIEDIR)/include 7 DEPENDPATH+= $(OPIEDIR)/include
8LIBS += -lqpe 8LIBS += -lqpe
9 INTERFACES= 9 INTERFACES=
10TRANSLATIONS = ../i18n/de/filebrowser.ts 10TRANSLATIONS = ../i18n/de/filebrowser.ts
11TRANSLATIONS += ../i18n/pt_BR/filebrowser.ts 11TRANSLATIONS += ../i18n/pt_BR/filebrowser.ts
12TRANSLATIONS += ../i18n/en/filebrowser.ts 12TRANSLATIONS += ../i18n/en/filebrowser.ts
13TRANSLATIONS += ../i18n/hu/filebrowser.ts 13TRANSLATIONS += ../i18n/hu/filebrowser.ts
14TRANSLATIONS += ../i18n/ja/filebrowser.ts 14TRANSLATIONS += ../i18n/ja/filebrowser.ts
15TRANSLATIONS += ../i18n/fr/filebrowser.ts 15TRANSLATIONS += ../i18n/fr/filebrowser.ts
16TRANSLATIONS += ../i18n/sl/filebrowser.ts 16TRANSLATIONS += ../i18n/sl/filebrowser.ts
17TRANSLATIONS += ../i18n/ko/filebrowser.ts 17TRANSLATIONS += ../i18n/ko/filebrowser.ts
18TRANSLATIONS += ../i18n/no/filebrowser.ts 18TRANSLATIONS += ../i18n/no/filebrowser.ts
19TRANSLATIONS += ../i18n/pl/filebrowser.ts
19TRANSLATIONS += ../i18n/zh_CN/filebrowser.ts 20TRANSLATIONS += ../i18n/zh_CN/filebrowser.ts
20TRANSLATIONS += ../i18n/zh_TW/filebrowser.ts 21TRANSLATIONS += ../i18n/zh_TW/filebrowser.ts
diff --git a/noncore/unsupported/oipkg/qipkg.pro b/noncore/unsupported/oipkg/qipkg.pro
index 7cf5819..830162a 100644
--- a/noncore/unsupported/oipkg/qipkg.pro
+++ b/noncore/unsupported/oipkg/qipkg.pro
@@ -1,23 +1,24 @@
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
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -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
13TRANSLATIONS = ../i18n/pt_BR/qipkg.ts 13TRANSLATIONS = ../i18n/pt_BR/qipkg.ts
14TRANSLATIONS += ../i18n/de/qipkg.ts 14TRANSLATIONS += ../i18n/de/qipkg.ts
15TRANSLATIONS += ../i18n/en/qipkg.ts 15TRANSLATIONS += ../i18n/en/qipkg.ts
16TRANSLATIONS += ../i18n/hu/qipkg.ts 16TRANSLATIONS += ../i18n/hu/qipkg.ts
17TRANSLATIONS += ../i18n/pl/qipkg.ts
17TRANSLATIONS += ../i18n/sl/qipkg.ts 18TRANSLATIONS += ../i18n/sl/qipkg.ts
18TRANSLATIONS += ../i18n/ja/qipkg.ts 19TRANSLATIONS += ../i18n/ja/qipkg.ts
19TRANSLATIONS += ../i18n/ko/qipkg.ts 20TRANSLATIONS += ../i18n/ko/qipkg.ts
20TRANSLATIONS += ../i18n/no/qipkg.ts 21TRANSLATIONS += ../i18n/no/qipkg.ts
21TRANSLATIONS += ../i18n/zh_CN/qipkg.ts 22TRANSLATIONS += ../i18n/zh_CN/qipkg.ts
22TRANSLATIONS += ../i18n/zh_TW/qipkg.ts 23TRANSLATIONS += ../i18n/zh_TW/qipkg.ts
23TRANSLATIONS += ../i18n/fr/qipkg.ts 24TRANSLATIONS += ../i18n/fr/qipkg.ts