-rw-r--r-- | core/launcher/launcher.pro | 1 | ||||
-rw-r--r-- | noncore/apps/checkbook/checkbook.pro | 16 | ||||
-rw-r--r-- | noncore/apps/opie-sheet/opie-sheet.pro | 16 | ||||
-rw-r--r-- | noncore/comm/keypebble/keypebble.pro | 1 | ||||
-rw-r--r-- | noncore/games/minesweep/minesweep.pro | 1 | ||||
-rw-r--r-- | noncore/games/tetrix/tetrix.pro | 4 |
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 | |||
@@ -1,117 +1,118 @@ | |||
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 = background.h \ | 4 | HEADERS = background.h \ |
5 | desktop.h \ | 5 | desktop.h \ |
6 | qprocess.h \ | 6 | qprocess.h \ |
7 | mediummountgui.h \ | 7 | mediummountgui.h \ |
8 | info.h \ | 8 | info.h \ |
9 | appicons.h \ | 9 | appicons.h \ |
10 | taskbar.h \ | 10 | taskbar.h \ |
11 | sidething.h \ | 11 | sidething.h \ |
12 | mrulist.h \ | 12 | mrulist.h \ |
13 | stabmon.h \ | 13 | stabmon.h \ |
14 | inputmethods.h \ | 14 | inputmethods.h \ |
15 | systray.h \ | 15 | systray.h \ |
16 | wait.h \ | 16 | wait.h \ |
17 | shutdownimpl.h \ | 17 | shutdownimpl.h \ |
18 | launcher.h \ | 18 | launcher.h \ |
19 | launcherview.h \ | 19 | launcherview.h \ |
20 | $(OPIEDIR)/core/apps/calibrate/calibrate.h \ | 20 | $(OPIEDIR)/core/apps/calibrate/calibrate.h \ |
21 | startmenu.h \ | 21 | startmenu.h \ |
22 | transferserver.h \ | 22 | transferserver.h \ |
23 | qcopbridge.h \ | 23 | qcopbridge.h \ |
24 | packageslave.h \ | 24 | packageslave.h \ |
25 | irserver.h \ | 25 | irserver.h \ |
26 | $(OPIEDIR)/rsync/buf.h \ | 26 | $(OPIEDIR)/rsync/buf.h \ |
27 | $(OPIEDIR)/rsync/checksum.h \ | 27 | $(OPIEDIR)/rsync/checksum.h \ |
28 | $(OPIEDIR)/rsync/command.h \ | 28 | $(OPIEDIR)/rsync/command.h \ |
29 | $(OPIEDIR)/rsync/emit.h \ | 29 | $(OPIEDIR)/rsync/emit.h \ |
30 | $(OPIEDIR)/rsync/job.h \ | 30 | $(OPIEDIR)/rsync/job.h \ |
31 | $(OPIEDIR)/rsync/netint.h \ | 31 | $(OPIEDIR)/rsync/netint.h \ |
32 | $(OPIEDIR)/rsync/protocol.h \ | 32 | $(OPIEDIR)/rsync/protocol.h \ |
33 | $(OPIEDIR)/rsync/prototab.h \ | 33 | $(OPIEDIR)/rsync/prototab.h \ |
34 | $(OPIEDIR)/rsync/rsync.h \ | 34 | $(OPIEDIR)/rsync/rsync.h \ |
35 | $(OPIEDIR)/rsync/search.h \ | 35 | $(OPIEDIR)/rsync/search.h \ |
36 | $(OPIEDIR)/rsync/stream.h \ | 36 | $(OPIEDIR)/rsync/stream.h \ |
37 | $(OPIEDIR)/rsync/sumset.h \ | 37 | $(OPIEDIR)/rsync/sumset.h \ |
38 | $(OPIEDIR)/rsync/trace.h \ | 38 | $(OPIEDIR)/rsync/trace.h \ |
39 | $(OPIEDIR)/rsync/types.h \ | 39 | $(OPIEDIR)/rsync/types.h \ |
40 | $(OPIEDIR)/rsync/util.h \ | 40 | $(OPIEDIR)/rsync/util.h \ |
41 | $(OPIEDIR)/rsync/whole.h \ | 41 | $(OPIEDIR)/rsync/whole.h \ |
42 | $(OPIEDIR)/rsync/config_rsync.h \ | 42 | $(OPIEDIR)/rsync/config_rsync.h \ |
43 | $(OPIEDIR)/rsync/qrsync.h | 43 | $(OPIEDIR)/rsync/qrsync.h |
44 | # quicklauncher.h \ | 44 | # quicklauncher.h \ |
45 | SOURCES = background.cpp \ | 45 | SOURCES = background.cpp \ |
46 | desktop.cpp \ | 46 | desktop.cpp \ |
47 | mediummountgui.cpp \ | 47 | mediummountgui.cpp \ |
48 | qprocess.cpp qprocess_unix.cpp \ | 48 | qprocess.cpp qprocess_unix.cpp \ |
49 | info.cpp \ | 49 | info.cpp \ |
50 | appicons.cpp \ | 50 | appicons.cpp \ |
51 | taskbar.cpp \ | 51 | taskbar.cpp \ |
52 | sidething.cpp \ | 52 | sidething.cpp \ |
53 | mrulist.cpp \ | 53 | mrulist.cpp \ |
54 | stabmon.cpp \ | 54 | stabmon.cpp \ |
55 | inputmethods.cpp \ | 55 | inputmethods.cpp \ |
56 | systray.cpp \ | 56 | systray.cpp \ |
57 | wait.cpp \ | 57 | wait.cpp \ |
58 | shutdownimpl.cpp \ | 58 | shutdownimpl.cpp \ |
59 | launcher.cpp \ | 59 | launcher.cpp \ |
60 | launcherview.cpp \ | 60 | launcherview.cpp \ |
61 | $(OPIEDIR)/core/apps/calibrate/calibrate.cpp \ | 61 | $(OPIEDIR)/core/apps/calibrate/calibrate.cpp \ |
62 | transferserver.cpp \ | 62 | transferserver.cpp \ |
63 | packageslave.cpp \ | 63 | packageslave.cpp \ |
64 | irserver.cpp \ | 64 | irserver.cpp \ |
65 | qcopbridge.cpp \ | 65 | qcopbridge.cpp \ |
66 | startmenu.cpp \ | 66 | startmenu.cpp \ |
67 | main.cpp \ | 67 | main.cpp \ |
68 | $(OPIEDIR)/rsync/base64.c \ | 68 | $(OPIEDIR)/rsync/base64.c \ |
69 | $(OPIEDIR)/rsync/buf.c \ | 69 | $(OPIEDIR)/rsync/buf.c \ |
70 | $(OPIEDIR)/rsync/checksum.c \ | 70 | $(OPIEDIR)/rsync/checksum.c \ |
71 | $(OPIEDIR)/rsync/command.c \ | 71 | $(OPIEDIR)/rsync/command.c \ |
72 | $(OPIEDIR)/rsync/delta.c \ | 72 | $(OPIEDIR)/rsync/delta.c \ |
73 | $(OPIEDIR)/rsync/emit.c \ | 73 | $(OPIEDIR)/rsync/emit.c \ |
74 | $(OPIEDIR)/rsync/hex.c \ | 74 | $(OPIEDIR)/rsync/hex.c \ |
75 | $(OPIEDIR)/rsync/job.c \ | 75 | $(OPIEDIR)/rsync/job.c \ |
76 | $(OPIEDIR)/rsync/mdfour.c \ | 76 | $(OPIEDIR)/rsync/mdfour.c \ |
77 | $(OPIEDIR)/rsync/mksum.c \ | 77 | $(OPIEDIR)/rsync/mksum.c \ |
78 | $(OPIEDIR)/rsync/msg.c \ | 78 | $(OPIEDIR)/rsync/msg.c \ |
79 | $(OPIEDIR)/rsync/netint.c \ | 79 | $(OPIEDIR)/rsync/netint.c \ |
80 | $(OPIEDIR)/rsync/patch.c \ | 80 | $(OPIEDIR)/rsync/patch.c \ |
81 | $(OPIEDIR)/rsync/prototab.c \ | 81 | $(OPIEDIR)/rsync/prototab.c \ |
82 | $(OPIEDIR)/rsync/readsums.c \ | 82 | $(OPIEDIR)/rsync/readsums.c \ |
83 | $(OPIEDIR)/rsync/scoop.c \ | 83 | $(OPIEDIR)/rsync/scoop.c \ |
84 | $(OPIEDIR)/rsync/search.c \ | 84 | $(OPIEDIR)/rsync/search.c \ |
85 | $(OPIEDIR)/rsync/stats.c \ | 85 | $(OPIEDIR)/rsync/stats.c \ |
86 | $(OPIEDIR)/rsync/stream.c \ | 86 | $(OPIEDIR)/rsync/stream.c \ |
87 | $(OPIEDIR)/rsync/sumset.c \ | 87 | $(OPIEDIR)/rsync/sumset.c \ |
88 | $(OPIEDIR)/rsync/trace.c \ | 88 | $(OPIEDIR)/rsync/trace.c \ |
89 | $(OPIEDIR)/rsync/tube.c \ | 89 | $(OPIEDIR)/rsync/tube.c \ |
90 | $(OPIEDIR)/rsync/util.c \ | 90 | $(OPIEDIR)/rsync/util.c \ |
91 | $(OPIEDIR)/rsync/version.c \ | 91 | $(OPIEDIR)/rsync/version.c \ |
92 | $(OPIEDIR)/rsync/whole.c \ | 92 | $(OPIEDIR)/rsync/whole.c \ |
93 | $(OPIEDIR)/rsync/qrsync.cpp | 93 | $(OPIEDIR)/rsync/qrsync.cpp |
94 | INTERFACES= syncdialog.ui | 94 | INTERFACES= syncdialog.ui |
95 | INCLUDEPATH += $(OPIEDIR)/include | 95 | INCLUDEPATH += $(OPIEDIR)/include |
96 | DEPENDPATH+= $(OPIEDIR)/include . | 96 | DEPENDPATH+= $(OPIEDIR)/include . |
97 | INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate | 97 | INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate |
98 | DEPENDPATH+= $(OPIEDIR)/core/apps/calibrate | 98 | DEPENDPATH+= $(OPIEDIR)/core/apps/calibrate |
99 | INCLUDEPATH += $(OPIEDIR)/rsync | 99 | INCLUDEPATH += $(OPIEDIR)/rsync |
100 | DEPENDPATH+= $(OPIEDIR)/rsync | 100 | DEPENDPATH+= $(OPIEDIR)/rsync |
101 | TARGET = qpe | 101 | TARGET = qpe |
102 | LIBS += -lqpe -lcrypt -lopie -luuid | 102 | LIBS += -lqpe -lcrypt -lopie -luuid |
103 | 103 | ||
104 | TRANSLATIONS = ../../i18n/de/qpe.ts \ | 104 | TRANSLATIONS = ../../i18n/de/qpe.ts \ |
105 | ../../i18n/en/qpe.ts \ | 105 | ../../i18n/en/qpe.ts \ |
106 | ../../i18n/es/qpe.ts \ | 106 | ../../i18n/es/qpe.ts \ |
107 | ../../i18n/fr/qpe.ts \ | 107 | ../../i18n/fr/qpe.ts \ |
108 | ../../i18n/hu/qpe.ts \ | 108 | ../../i18n/hu/qpe.ts \ |
109 | ../../i18n/ja/qpe.ts \ | 109 | ../../i18n/ja/qpe.ts \ |
110 | ../../i18n/ko/qpe.ts \ | 110 | ../../i18n/ko/qpe.ts \ |
111 | ../../i18n/no/qpe.ts \ | 111 | ../../i18n/no/qpe.ts \ |
112 | ../../i18n/pl/qpe.ts \ | 112 | ../../i18n/pl/qpe.ts \ |
113 | ../../i18n/pt/qpe.ts \ | 113 | ../../i18n/pt/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 | |||
@@ -1,34 +1,50 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = config.h \ | 3 | HEADERS = config.h \ |
4 | qcheckbook.h \ | 4 | qcheckbook.h \ |
5 | qcheckdetails.h \ | 5 | qcheckdetails.h \ |
6 | qcheckentry.h \ | 6 | qcheckentry.h \ |
7 | qcheckgraph.h \ | 7 | qcheckgraph.h \ |
8 | qcheckmainmenu.h \ | 8 | qcheckmainmenu.h \ |
9 | qcheckname.h \ | 9 | qcheckname.h \ |
10 | qcheckview.h \ | 10 | qcheckview.h \ |
11 | qrestrictedcombo.h \ | 11 | qrestrictedcombo.h \ |
12 | qrestrictedline.h | 12 | qrestrictedline.h |
13 | SOURCES = config.cpp \ | 13 | SOURCES = config.cpp \ |
14 | main.cpp \ | 14 | main.cpp \ |
15 | qcheckbook.cpp \ | 15 | qcheckbook.cpp \ |
16 | qcheckdetails.cpp \ | 16 | qcheckdetails.cpp \ |
17 | qcheckentry.cpp \ | 17 | qcheckentry.cpp \ |
18 | qcheckgraph.cpp \ | 18 | qcheckgraph.cpp \ |
19 | qcheckmainmenu.cpp \ | 19 | qcheckmainmenu.cpp \ |
20 | qcheckname.cpp \ | 20 | qcheckname.cpp \ |
21 | qcheckview.cpp \ | 21 | qcheckview.cpp \ |
22 | qrestrictedcombo.cpp \ | 22 | qrestrictedcombo.cpp \ |
23 | qrestrictedline.cpp | 23 | qrestrictedline.cpp |
24 | INTERFACES= qcheckdetailsbase.ui \ | 24 | INTERFACES= qcheckdetailsbase.ui \ |
25 | qcheckentrybase.ui \ | 25 | qcheckentrybase.ui \ |
26 | qcheckgraphbase.ui \ | 26 | qcheckgraphbase.ui \ |
27 | qcheckmmbase.ui \ | 27 | qcheckmmbase.ui \ |
28 | qchecknamebase.ui \ | 28 | qchecknamebase.ui \ |
29 | qcheckviewbase.ui | 29 | qcheckviewbase.ui |
30 | INCLUDEPATH += $(OPIEDIR)/include | 30 | INCLUDEPATH += $(OPIEDIR)/include |
31 | DEPENDPATH += $(OPIEDIR)/include | 31 | DEPENDPATH += $(OPIEDIR)/include |
32 | LIBS += -lqpe | 32 | LIBS += -lqpe |
33 | TARGET = checkbook | 33 | TARGET = checkbook |
34 | DESTDIR = $(OPIEDIR)/bin | 34 | DESTDIR = $(OPIEDIR)/bin |
35 | |||
36 | TRANSLATIONS = ../../../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 | |||
@@ -1,9 +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 = mainwindow.h sheet.h cellformat.h finddlg.h numberdlg.h sortdlg.h textdlg.h | 4 | HEADERS = mainwindow.h sheet.h cellformat.h finddlg.h numberdlg.h sortdlg.h textdlg.h |
5 | SOURCES = main.cpp mainwindow.cpp sheet.cpp cellformat.cpp finddlg.cpp numberdlg.cpp sortdlg.cpp textdlg.cpp | 5 | SOURCES = main.cpp mainwindow.cpp sheet.cpp cellformat.cpp finddlg.cpp numberdlg.cpp sortdlg.cpp textdlg.cpp |
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | TARGET = sheetqt | 9 | TARGET = sheetqt |
10 | |||
11 | TRANSLATIONS = ../../../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 | |||
@@ -1,48 +1,47 @@ | |||
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 = d3des.h \ | 4 | HEADERS = d3des.h \ |
5 | krfbbuffer.h \ | 5 | krfbbuffer.h \ |
6 | krfbcanvas.h \ | 6 | krfbcanvas.h \ |
7 | krfbconnection.h \ | 7 | krfbconnection.h \ |
8 | krfbdecoder.h \ | 8 | krfbdecoder.h \ |
9 | krfblogin.h \ | 9 | krfblogin.h \ |
10 | krfboptions.h \ | 10 | krfboptions.h \ |
11 | krfbserverinfo.h \ | 11 | krfbserverinfo.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 \ |
19 | krfbbuffer.cpp \ | 18 | krfbbuffer.cpp \ |
20 | krfbcanvas.cpp \ | 19 | krfbcanvas.cpp \ |
21 | krfbconnection.cpp \ | 20 | krfbconnection.cpp \ |
22 | krfbdecoder.cpp \ | 21 | krfbdecoder.cpp \ |
23 | krfblogin.cpp \ | 22 | krfblogin.cpp \ |
24 | krfboptions.cpp \ | 23 | krfboptions.cpp \ |
25 | kvnc.cpp \ | 24 | kvnc.cpp \ |
26 | kvncconnectdlg.cpp \ | 25 | kvncconnectdlg.cpp \ |
27 | kvncoptionsdlg.cpp \ | 26 | kvncoptionsdlg.cpp \ |
28 | main.cpp | 27 | main.cpp |
29 | INTERFACES= vncoptionsbase.ui | 28 | INTERFACES= vncoptionsbase.ui |
30 | TARGET = keypebble | 29 | TARGET = keypebble |
31 | INCLUDEPATH += $(OPIEDIR)/include | 30 | INCLUDEPATH += $(OPIEDIR)/include |
32 | DEPENDPATH += $(OPIEDIR)/include | 31 | DEPENDPATH += $(OPIEDIR)/include |
33 | LIBS += -lqpe | 32 | LIBS += -lqpe |
34 | 33 | ||
35 | TRANSLATIONS = ../../../i18n/de/keypebble.ts \ | 34 | TRANSLATIONS = ../../../i18n/de/keypebble.ts \ |
36 | ../../../i18n/en/keypebble.ts \ | 35 | ../../../i18n/en/keypebble.ts \ |
37 | ../../../i18n/es/keypebble.ts \ | 36 | ../../../i18n/es/keypebble.ts \ |
38 | ../../../i18n/fr/keypebble.ts \ | 37 | ../../../i18n/fr/keypebble.ts \ |
39 | ../../../i18n/hu/keypebble.ts \ | 38 | ../../../i18n/hu/keypebble.ts \ |
40 | ../../../i18n/ja/keypebble.ts \ | 39 | ../../../i18n/ja/keypebble.ts \ |
41 | ../../../i18n/ko/keypebble.ts \ | 40 | ../../../i18n/ko/keypebble.ts \ |
42 | ../../../i18n/no/keypebble.ts \ | 41 | ../../../i18n/no/keypebble.ts \ |
43 | ../../../i18n/pl/keypebble.ts \ | 42 | ../../../i18n/pl/keypebble.ts \ |
44 | ../../../i18n/pt/keypebble.ts \ | 43 | ../../../i18n/pt/keypebble.ts \ |
45 | ../../../i18n/pt_BR/keypebble.ts \ | 44 | ../../../i18n/pt_BR/keypebble.ts \ |
46 | ../../../i18n/sl/keypebble.ts \ | 45 | ../../../i18n/sl/keypebble.ts \ |
47 | ../../../i18n/zh_CN/keypebble.ts \ | 46 | ../../../i18n/zh_CN/keypebble.ts \ |
48 | ../../../i18n/zh_TW/keypebble.ts | 47 | ../../../i18n/zh_TW/keypebble.ts |
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 | |||
@@ -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 = 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 | TARGET = minesweep | 13 | TARGET = minesweep |
14 | 14 | ||
15 | TRANSLATIONS = ../../../i18n/de/minesweep.ts \ | 15 | TRANSLATIONS = ../../../i18n/de/minesweep.ts \ |
16 | ../../../i18n/en/minesweep.ts \ | 16 | ../../../i18n/en/minesweep.ts \ |
17 | ../../../i18n/es/minesweep.ts \ | 17 | ../../../i18n/es/minesweep.ts \ |
18 | ../../../i18n/fr/minesweep.ts \ | 18 | ../../../i18n/fr/minesweep.ts \ |
19 | ../../../i18n/hu/minesweep.ts \ | 19 | ../../../i18n/hu/minesweep.ts \ |
20 | ../../../i18n/ja/minesweep.ts \ | 20 | ../../../i18n/ja/minesweep.ts \ |
21 | ../../../i18n/ko/minesweep.ts \ | 21 | ../../../i18n/ko/minesweep.ts \ |
22 | ../../../i18n/no/minesweep.ts \ | 22 | ../../../i18n/no/minesweep.ts \ |
23 | ../../../i18n/pl/minesweep.ts \ | 23 | ../../../i18n/pl/minesweep.ts \ |
24 | ../../../i18n/pt/minesweep.ts \ | 24 | ../../../i18n/pt/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,33 +1,33 @@ | |||
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 |
9 | SOURCES = main.cpp \ | 8 | SOURCES = main.cpp \ |
10 | gtetrix.cpp \ | 9 | gtetrix.cpp \ |
11 | qtetrix.cpp \ | 10 | qtetrix.cpp \ |
12 | qtetrixb.cpp \ | 11 | qtetrixb.cpp \ |
13 | tpiece.cpp | 12 | tpiece.cpp |
14 | INCLUDEPATH += $(OPIEDIR)/include | 13 | INCLUDEPATH += $(OPIEDIR)/include |
15 | DEPENDPATH+= $(OPIEDIR)/include | 14 | DEPENDPATH+= $(OPIEDIR)/include |
16 | LIBS += -lqpe | 15 | LIBS += -lqpe |
17 | INTERFACES= | 16 | INTERFACES= |
18 | TARGET = tetrix | 17 | TARGET = tetrix |
19 | 18 | ||
20 | TRANSLATIONS = ../../../i18n/de/tetrix.ts \ | 19 | TRANSLATIONS = ../../../i18n/de/tetrix.ts \ |
21 | ../../../i18n/en/tetrix.ts \ | 20 | ../../../i18n/en/tetrix.ts \ |
22 | ../../../i18n/es/tetrix.ts \ | 21 | ../../../i18n/es/tetrix.ts \ |
23 | ../../../i18n/fr/tetrix.ts \ | 22 | ../../../i18n/fr/tetrix.ts \ |
24 | ../../../i18n/hu/tetrix.ts \ | 23 | ../../../i18n/hu/tetrix.ts \ |
25 | ../../../i18n/ja/tetrix.ts \ | 24 | ../../../i18n/ja/tetrix.ts \ |
26 | ../../../i18n/ko/tetrix.ts \ | 25 | ../../../i18n/ko/tetrix.ts \ |
27 | ../../../i18n/no/tetrix.ts \ | 26 | ../../../i18n/no/tetrix.ts \ |
28 | ../../../i18n/pl/tetrix.ts \ | 27 | ../../../i18n/pl/tetrix.ts \ |
29 | ../../../i18n/pt/tetrix.ts \ | 28 | ../../../i18n/pt/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 |