summaryrefslogtreecommitdiff
path: root/noncore
Unidiff
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/dictionary/dictionary.pro10
-rw-r--r--noncore/apps/tableviewer/tableviewer.pro8
-rw-r--r--noncore/comm/keypebble/keypebble.pro8
-rw-r--r--noncore/games/chess/chess.pro8
-rw-r--r--noncore/games/fifteen/fifteen.pro8
-rw-r--r--noncore/games/go/go.pro7
-rw-r--r--noncore/games/mindbreaker/mindbreaker.pro7
-rw-r--r--noncore/games/minesweep/minesweep.pro7
-rw-r--r--noncore/games/parashoot/parashoot.pro7
-rw-r--r--noncore/games/qasteroids/qasteroids.pro7
-rw-r--r--noncore/games/snake/snake.pro7
-rwxr-xr-xnoncore/games/solitaire/solitaire.pro7
-rw-r--r--noncore/games/tetrix/tetrix.pro8
-rw-r--r--noncore/games/wordgame/wordgame.pro7
-rw-r--r--noncore/settings/sysinfo/sysinfo.pro7
-rw-r--r--noncore/tools/calc2/calc.pro8
-rw-r--r--noncore/tools/calculator/calculator.pro11
-rw-r--r--noncore/tools/clock/clock.pro7
-rw-r--r--noncore/unsupported/filebrowser/filebrowser.pro7
19 files changed, 144 insertions, 2 deletions
diff --git a/noncore/apps/dictionary/dictionary.pro b/noncore/apps/dictionary/dictionary.pro
index fc89411..6b337c6 100644
--- a/noncore/apps/dictionary/dictionary.pro
+++ b/noncore/apps/dictionary/dictionary.pro
@@ -3,12 +3,22 @@ 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
16TRANSLATIONS = ../i18n/pt_BR/dictionary.ts
17TRANSLATIONS += ../i18n/de/dictionary.ts
18TRANSLATIONS += ../i18n/en/dictionary.ts
19TRANSLATIONS += ../i18n/hu/dictionary.ts
20TRANSLATIONS += ../i18n/ja/dictionary.ts
21TRANSLATIONS += ../i18n/ko/dictionary.ts
22TRANSLATIONS += ../i18n/no/dictionary.ts
23TRANSLATIONS += ../i18n/zh_CN/dictionary.ts
24TRANSLATIONS += ../i18n/zh_TW/dictionary.ts
diff --git a/noncore/apps/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro
index 943e3d4..b5437fe 100644
--- a/noncore/apps/tableviewer/tableviewer.pro
+++ b/noncore/apps/tableviewer/tableviewer.pro
@@ -27,12 +27,20 @@ SOURCES = main.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
40TRANSLATIONS += ../i18n/de/tableviewer.ts
41TRANSLATIONS += ../i18n/hu/tableviewer.ts
42TRANSLATIONS += ../i18n/ja/tableviewer.ts
43TRANSLATIONS += ../i18n/ko/tableviewer.ts
44TRANSLATIONS += ../i18n/no/tableviewer.ts
45TRANSLATIONS += ../i18n/zh_CN/tableviewer.ts
46TRANSLATIONS += ../i18n/zh_TW/tableviewer.ts
diff --git a/noncore/comm/keypebble/keypebble.pro b/noncore/comm/keypebble/keypebble.pro
index cc6c6e9..01436fd 100644
--- a/noncore/comm/keypebble/keypebble.pro
+++ b/noncore/comm/keypebble/keypebble.pro
@@ -28,12 +28,20 @@ SOURCES = d3des.c \
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
41TRANSLATIONS += ../i18n/en/keypebble.ts
42TRANSLATIONS += ../i18n/hu/keypebble.ts
43TRANSLATIONS += ../i18n/ja/keypebble.ts
44TRANSLATIONS += ../i18n/ko/keypebble.ts
45TRANSLATIONS += ../i18n/no/keypebble.ts
46TRANSLATIONS += ../i18n/zh_CN/keypebble.ts
47TRANSLATIONS += ../i18n/zh_TW/keypebble.ts
diff --git a/noncore/games/chess/chess.pro b/noncore/games/chess/chess.pro
index b246767..d9690c0 100644
--- a/noncore/games/chess/chess.pro
+++ b/noncore/games/chess/chess.pro
@@ -5,12 +5,20 @@ TARGET = 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
18TRANSLATIONS += ../i18n/en/chess.ts
19TRANSLATIONS += ../i18n/hu/chess.ts
20TRANSLATIONS += ../i18n/ja/chess.ts
21TRANSLATIONS += ../i18n/ko/chess.ts
22TRANSLATIONS += ../i18n/no/chess.ts
23TRANSLATIONS += ../i18n/zh_CN/chess.ts
24TRANSLATIONS += ../i18n/zh_TW/chess.ts
diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro
index 5dfe519..6c07e57 100644
--- a/noncore/games/fifteen/fifteen.pro
+++ b/noncore/games/fifteen/fifteen.pro
@@ -1,12 +1,20 @@
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
14TRANSLATIONS += ../i18n/en/fifteen.ts
15TRANSLATIONS += ../i18n/hu/fifteen.ts
16TRANSLATIONS += ../i18n/ja/fifteen.ts
17TRANSLATIONS += ../i18n/ko/fifteen.ts
18TRANSLATIONS += ../i18n/no/fifteen.ts
19TRANSLATIONS += ../i18n/zh_CN/fifteen.ts
20TRANSLATIONS += ../i18n/zh_TW/fifteen.ts
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro
index 9fc50e7..2d96f82 100644
--- a/noncore/games/go/go.pro
+++ b/noncore/games/go/go.pro
@@ -9,12 +9,19 @@ 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
22TRANSLATIONS += ../i18n/hu/go.ts
23TRANSLATIONS += ../i18n/ja/go.ts
24TRANSLATIONS += ../i18n/ko/go.ts
25TRANSLATIONS += ../i18n/no/go.ts
26TRANSLATIONS += ../i18n/zh_CN/go.ts
27TRANSLATIONS += ../i18n/zh_TW/go.ts
diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro
index 330452a..06f2f4f 100644
--- a/noncore/games/mindbreaker/mindbreaker.pro
+++ b/noncore/games/mindbreaker/mindbreaker.pro
@@ -2,12 +2,19 @@ TEMPLATE = 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
15TRANSLATIONS += ../i18n/hu/mindbreaker.ts
16TRANSLATIONS += ../i18n/ja/mindbreaker.ts
17TRANSLATIONS += ../i18n/ko/mindbreaker.ts
18TRANSLATIONS += ../i18n/no/mindbreaker.ts
19TRANSLATIONS += ../i18n/zh_CN/mindbreaker.ts
20TRANSLATIONS += ../i18n/zh_TW/mindbreaker.ts
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro
index 00c8c92..1d4c5aa 100644
--- a/noncore/games/minesweep/minesweep.pro
+++ b/noncore/games/minesweep/minesweep.pro
@@ -4,12 +4,19 @@ 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
17TRANSLATIONS += ../i18n/hu/minesweep.ts
18TRANSLATIONS += ../i18n/ja/minesweep.ts
19TRANSLATIONS += ../i18n/ko/minesweep.ts
20TRANSLATIONS += ../i18n/no/minesweep.ts
21TRANSLATIONS += ../i18n/zh_CN/minesweep.ts
22TRANSLATIONS += ../i18n/zh_TW/minesweep.ts
diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro
index bd2b54a..741adc6 100644
--- a/noncore/games/parashoot/parashoot.pro
+++ b/noncore/games/parashoot/parashoot.pro
@@ -1,12 +1,19 @@
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
14TRANSLATIONS += ../i18n/hu/parashoot.ts
15TRANSLATIONS += ../i18n/ja/parashoot.ts
16TRANSLATIONS += ../i18n/ko/parashoot.ts
17TRANSLATIONS += ../i18n/no/parashoot.ts
18TRANSLATIONS += ../i18n/zh_CN/parashoot.ts
19TRANSLATIONS += ../i18n/zh_TW/parashoot.ts
diff --git a/noncore/games/qasteroids/qasteroids.pro b/noncore/games/qasteroids/qasteroids.pro
index 7fd8bdb..4e639e5 100644
--- a/noncore/games/qasteroids/qasteroids.pro
+++ b/noncore/games/qasteroids/qasteroids.pro
@@ -1,12 +1,19 @@
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
14TRANSLATIONS += ../i18n/hu/qasteroids.ts
15TRANSLATIONS += ../i18n/ja/qasteroids.ts
16TRANSLATIONS += ../i18n/ko/qasteroids.ts
17TRANSLATIONS += ../i18n/no/qasteroids.ts
18TRANSLATIONS += ../i18n/zh_CN/qasteroids.ts
19TRANSLATIONS += ../i18n/zh_TW/qasteroids.ts
diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro
index 8971454..c7cfce0 100644
--- a/noncore/games/snake/snake.pro
+++ b/noncore/games/snake/snake.pro
@@ -1,12 +1,19 @@
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
14TRANSLATIONS += ../i18n/hu/snake.ts
15TRANSLATIONS += ../i18n/ja/snake.ts
16TRANSLATIONS += ../i18n/ko/snake.ts
17TRANSLATIONS += ../i18n/no/snake.ts
18TRANSLATIONS += ../i18n/zh_CN/snake.ts
19TRANSLATIONS += ../i18n/zh_TW/snake.ts
diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro
index 96cee06..5426201 100755
--- a/noncore/games/solitaire/solitaire.pro
+++ b/noncore/games/solitaire/solitaire.pro
@@ -8,12 +8,19 @@ HEADERS = canvascard.h canvasshapes.h cardgame.h cardgamelayout.h cardp
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
21TRANSLATIONS += ../i18n/hu/patience.ts
22TRANSLATIONS += ../i18n/ja/patience.ts
23TRANSLATIONS += ../i18n/ko/patience.ts
24TRANSLATIONS += ../i18n/no/patience.ts
25TRANSLATIONS += ../i18n/zh_CN/patience.ts
26TRANSLATIONS += ../i18n/zh_TW/patience.ts
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro
index 9079bc4..24ad066 100644
--- a/noncore/games/tetrix/tetrix.pro
+++ b/noncore/games/tetrix/tetrix.pro
@@ -8,12 +8,20 @@ HEADERS = minefield.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
21TRANSLATIONS += ../i18n/en/tetrix.ts
22TRANSLATIONS += ../i18n/hu/tetrix.ts
23TRANSLATIONS += ../i18n/ja/tetrix.ts
24TRANSLATIONS += ../i18n/ko/tetrix.ts
25TRANSLATIONS += ../i18n/no/tetrix.ts
26TRANSLATIONS += ../i18n/zh_CN/tetrix.ts
27TRANSLATIONS += ../i18n/zh_TW/tetrix.ts
diff --git a/noncore/games/wordgame/wordgame.pro b/noncore/games/wordgame/wordgame.pro
index 15ebe31..bd6cad0 100644
--- a/noncore/games/wordgame/wordgame.pro
+++ b/noncore/games/wordgame/wordgame.pro
@@ -3,12 +3,19 @@ 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/de/wordgame.ts 13TRANSLATIONS = ../i18n/de/wordgame.ts
14TRANSLATIONS += ../i18n/pt_BR/wordgame.ts 14TRANSLATIONS += ../i18n/pt_BR/wordgame.ts
15TRANSLATIONS += ../i18n/en/wordgame.ts
16TRANSLATIONS += ../i18n/hu/wordgame.ts
17TRANSLATIONS += ../i18n/ja/wordgame.ts
18TRANSLATIONS += ../i18n/ko/wordgame.ts
19TRANSLATIONS += ../i18n/no/wordgame.ts
20TRANSLATIONS += ../i18n/zh_CN/wordgame.ts
21TRANSLATIONS += ../i18n/zh_TW/wordgame.ts
diff --git a/noncore/settings/sysinfo/sysinfo.pro b/noncore/settings/sysinfo/sysinfo.pro
index 0372931..441ef74 100644
--- a/noncore/settings/sysinfo/sysinfo.pro
+++ b/noncore/settings/sysinfo/sysinfo.pro
@@ -19,12 +19,19 @@ SOURCES = main.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
32TRANSLATIONS += ../i18n/hu/sysinfo.ts
33TRANSLATIONS += ../i18n/ja/sysinfo.ts
34TRANSLATIONS += ../i18n/ko/sysinfo.ts
35TRANSLATIONS += ../i18n/no/sysinfo.ts
36TRANSLATIONS += ../i18n/zh_CN/sysinfo.ts
37TRANSLATIONS += ../i18n/zh_TW/sysinfo.ts
diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro
index 260c75d..7421b23 100644
--- a/noncore/tools/calc2/calc.pro
+++ b/noncore/tools/calc2/calc.pro
@@ -1,12 +1,20 @@
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
14TRANSLATIONS += ../i18n/en/calc.ts
15TRANSLATIONS += ../i18n/hu/calc.ts
16TRANSLATIONS += ../i18n/ja/calc.ts
17TRANSLATIONS += ../i18n/ko/calc.ts
18TRANSLATIONS += ../i18n/no/calc.ts
19TRANSLATIONS += ../i18n/zh_CN/calc.ts
20TRANSLATIONS += ../i18n/zh_TW/calc.ts
diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro
index 28cc53a..12f0f4b 100644
--- a/noncore/tools/calculator/calculator.pro
+++ b/noncore/tools/calculator/calculator.pro
@@ -1,14 +1,21 @@
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/de/calculator.ts 13TRANSLATIONS = ../i18n/pt_BR/calculator.ts
14TRANSLATIONS += ../i18n/pt_BR/calculator.ts 14TRANSLATIONS += ../i18n/de/calculator.ts
15TRANSLATIONS += ../i18n/en/calculator.ts
16TRANSLATIONS += ../i18n/hu/calculator.ts
17TRANSLATIONS += ../i18n/ja/calculator.ts
18TRANSLATIONS += ../i18n/ko/calculator.ts
19TRANSLATIONS += ../i18n/no/calculator.ts
20TRANSLATIONS += ../i18n/zh_CN/calculator.ts
21TRANSLATIONS += ../i18n/zh_TW/calculator.ts
diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro
index 9e2b135..fe8c73e 100644
--- a/noncore/tools/clock/clock.pro
+++ b/noncore/tools/clock/clock.pro
@@ -3,12 +3,19 @@ CONFIG = 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
16TRANSLATIONS += ../i18n/hu/clock.ts
17TRANSLATIONS += ../i18n/ja/clock.ts
18TRANSLATIONS += ../i18n/ko/clock.ts
19TRANSLATIONS += ../i18n/no/clock.ts
20TRANSLATIONS += ../i18n/zh_CN/clock.ts
21TRANSLATIONS += ../i18n/zh_TW/clock.ts
diff --git a/noncore/unsupported/filebrowser/filebrowser.pro b/noncore/unsupported/filebrowser/filebrowser.pro
index 174b51b..0dd4613 100644
--- a/noncore/unsupported/filebrowser/filebrowser.pro
+++ b/noncore/unsupported/filebrowser/filebrowser.pro
@@ -1,11 +1,18 @@
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
13TRANSLATIONS += ../i18n/hu/filebrowser.ts
14TRANSLATIONS += ../i18n/ja/filebrowser.ts
15TRANSLATIONS += ../i18n/ko/filebrowser.ts
16TRANSLATIONS += ../i18n/no/filebrowser.ts
17TRANSLATIONS += ../i18n/zh_CN/filebrowser.ts
18TRANSLATIONS += ../i18n/zh_TW/filebrowser.ts