summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/launcher.pro1
-rw-r--r--noncore/apps/checkbook/checkbook.pro16
-rw-r--r--noncore/apps/opie-sheet/opie-sheet.pro16
-rw-r--r--noncore/comm/keypebble/keypebble.pro1
-rw-r--r--noncore/games/minesweep/minesweep.pro1
-rw-r--r--noncore/games/tetrix/tetrix.pro4
6 files changed, 36 insertions, 3 deletions
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro
index 169edc1..3b75008 100644
--- a/core/launcher/launcher.pro
+++ b/core/launcher/launcher.pro
@@ -114,4 +114,5 @@ TRANSLATIONS = ../../i18n/de/qpe.ts \
114 ../../i18n/pt_BR/qpe.ts \ 114 ../../i18n/pt_BR/qpe.ts \
115 ../../i18n/sl/qpe.ts \ 115 ../../i18n/sl/qpe.ts \
116 ../../i18n/zh_CN/qpe.ts \ 116 ../../i18n/zh_CN/qpe.ts \
117 ../../i18n/it/qpe.ts \
117 ../../i18n/zh_TW/qpe.ts 118 ../../i18n/zh_TW/qpe.ts
diff --git a/noncore/apps/checkbook/checkbook.pro b/noncore/apps/checkbook/checkbook.pro
index 68db34b..e9e2167 100644
--- a/noncore/apps/checkbook/checkbook.pro
+++ b/noncore/apps/checkbook/checkbook.pro
@@ -32,3 +32,19 @@ DEPENDPATH += $(OPIEDIR)/include
32 LIBS += -lqpe 32 LIBS += -lqpe
33 TARGET = checkbook 33 TARGET = checkbook
34 DESTDIR = $(OPIEDIR)/bin 34 DESTDIR = $(OPIEDIR)/bin
35
36TRANSLATIONS = ../../../i18n/de/checkbook.ts \
37 ../../../i18n/en/checkbook.ts \
38 ../../../i18n/es/checkbook.ts \
39 ../../../i18n/fr/checkbook.ts \
40 ../../../i18n/hu/checkbook.ts \
41 ../../../i18n/ja/checkbook.ts \
42 ../../../i18n/ko/checkbook.ts \
43 ../../../i18n/no/checkbook.ts \
44 ../../../i18n/pl/checkbook.ts \
45 ../../../i18n/pt/checkbook.ts \
46 ../../../i18n/pt_BR/checkbook.ts \
47 ../../../i18n/sl/checkbook.ts \
48 ../../../i18n/zh_CN/checkbook.ts \
49 ../../../i18n/zh_TW/checkbook.ts \
50 ../../../i18n/it/checkbook.ts
diff --git a/noncore/apps/opie-sheet/opie-sheet.pro b/noncore/apps/opie-sheet/opie-sheet.pro
index b053975..93a3acc 100644
--- a/noncore/apps/opie-sheet/opie-sheet.pro
+++ b/noncore/apps/opie-sheet/opie-sheet.pro
@@ -7,3 +7,19 @@ INCLUDEPATH += $(OPIEDIR)/include
7 DEPENDPATH+= $(OPIEDIR)/include 7 DEPENDPATH+= $(OPIEDIR)/include
8LIBS += -lqpe 8LIBS += -lqpe
9 TARGET = sheetqt 9 TARGET = sheetqt
10
11TRANSLATIONS = ../../../i18n/de/opie-sheet.ts \
12 ../../../i18n/en/opie-sheet.ts \
13 ../../../i18n/es/opie-sheet.ts \
14 ../../../i18n/fr/opie-sheet.ts \
15 ../../../i18n/hu/opie-sheet.ts \
16 ../../../i18n/ja/opie-sheet.ts \
17 ../../../i18n/ko/opie-sheet.ts \
18 ../../../i18n/no/opie-sheet.ts \
19 ../../../i18n/pl/opie-sheet.ts \
20 ../../../i18n/pt/opie-sheet.ts \
21 ../../../i18n/pt_BR/opie-sheet.ts \
22 ../../../i18n/sl/opie-sheet.ts \
23 ../../../i18n/zh_CN/opie-sheet.ts \
24 ../../../i18n/zh_TW/opie-sheet.ts \
25 ../../../i18n/it/opie-sheet.ts
diff --git a/noncore/comm/keypebble/keypebble.pro b/noncore/comm/keypebble/keypebble.pro
index 1b392af..a102381 100644
--- a/noncore/comm/keypebble/keypebble.pro
+++ b/noncore/comm/keypebble/keypebble.pro
@@ -12,7 +12,6 @@ HEADERS = d3des.h \
12 kvnc.h \ 12 kvnc.h \
13 kvncconnectdlg.h \ 13 kvncconnectdlg.h \
14 kvncoptionsdlg.h \ 14 kvncoptionsdlg.h \
15 version.h \
16 vncauth.h 15 vncauth.h
17 SOURCES = d3des.c \ 16 SOURCES = d3des.c \
18 vncauth.c \ 17 vncauth.c \
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro
index 4c5ffb6..89dd5e3 100644
--- a/noncore/games/minesweep/minesweep.pro
+++ b/noncore/games/minesweep/minesweep.pro
@@ -25,4 +25,5 @@ TRANSLATIONS = ../../../i18n/de/minesweep.ts \
25 ../../../i18n/pt_BR/minesweep.ts \ 25 ../../../i18n/pt_BR/minesweep.ts \
26 ../../../i18n/sl/minesweep.ts \ 26 ../../../i18n/sl/minesweep.ts \
27 ../../../i18n/zh_CN/minesweep.ts \ 27 ../../../i18n/zh_CN/minesweep.ts \
28 ../../../i18n/it/minesweep.ts \
28 ../../../i18n/zh_TW/minesweep.ts 29 ../../../i18n/zh_TW/minesweep.ts
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro
index bcb27af..b8fbe9f 100644
--- a/noncore/games/tetrix/tetrix.pro
+++ b/noncore/games/tetrix/tetrix.pro
@@ -1,8 +1,7 @@
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 = gtetrix.h \
5 gtetrix.h \
6 qtetrix.h \ 5 qtetrix.h \
7 qtetrixb.h \ 6 qtetrixb.h \
8 tpiece.h 7 tpiece.h
@@ -30,4 +29,5 @@ TRANSLATIONS = ../../../i18n/de/tetrix.ts \
30 ../../../i18n/pt_BR/tetrix.ts \ 29 ../../../i18n/pt_BR/tetrix.ts \
31 ../../../i18n/sl/tetrix.ts \ 30 ../../../i18n/sl/tetrix.ts \
32 ../../../i18n/zh_CN/tetrix.ts \ 31 ../../../i18n/zh_CN/tetrix.ts \
32 ../../../i18n/it/tetrix.ts \
33 ../../../i18n/zh_TW/tetrix.ts 33 ../../../i18n/zh_TW/tetrix.ts