29 files changed, 216 insertions, 3 deletions
diff --git a/core/applets/batteryapplet/batteryapplet.pro b/core/applets/batteryapplet/batteryapplet.pro index 4186dc8..eea429c 100644 --- a/core/applets/batteryapplet/batteryapplet.pro +++ b/core/applets/batteryapplet/batteryapplet.pro | |||
@@ -1,13 +1,20 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= battery.h batterystatus.h batteryappletimpl.h | 3 | HEADERS= battery.h batterystatus.h batteryappletimpl.h |
4 | SOURCES= battery.cpp batterystatus.cpp batteryappletimpl.cpp | 4 | SOURCES= battery.cpp batterystatus.cpp batteryappletimpl.cpp |
5 | TARGET = batteryapplet | 5 | TARGET = batteryapplet |
6 | DESTDIR = ../../plugins/applets | 6 | DESTDIR = ../../plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include .. | 8 | DEPENDPATH += ../$(OPIEDIR)/include .. |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/de/libbatteryapplet.ts | 12 | TRANSLATIONS = ../../i18n/de/libbatteryapplet.ts |
13 | TRANSLATIONS += ../../i18n/pt_BR/libbatteryapplet.ts | 13 | TRANSLATIONS += ../../i18n/pt_BR/libbatteryapplet.ts |
14 | TRANSLATIONS += ../../i18n/en/libbatteryapplet.ts | ||
15 | TRANSLATIONS += ../../i18n/hu/libbatteryapplet.ts | ||
16 | TRANSLATIONS += ../../i18n/ja/libbatteryapplet.ts | ||
17 | TRANSLATIONS += ../../i18n/ko/libbatteryapplet.ts | ||
18 | TRANSLATIONS += ../../i18n/no/libbatteryapplet.ts | ||
19 | TRANSLATIONS += ../../i18n/zh_CN/libbatteryapplet.ts | ||
20 | TRANSLATIONS += ../../i18n/zh_TW/libbatteryapplet.ts | ||
diff --git a/core/apps/embeddedkonsole/embeddedkonsole.pro b/core/apps/embeddedkonsole/embeddedkonsole.pro index b5e72ba..4af4568 100755 --- a/core/apps/embeddedkonsole/embeddedkonsole.pro +++ b/core/apps/embeddedkonsole/embeddedkonsole.pro | |||
@@ -1,37 +1,45 @@ | |||
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 = TEWidget.h \ | 4 | HEADERS = TEWidget.h \ |
5 | TEScreen.h \ | 5 | TEScreen.h \ |
6 | TECommon.h \ | 6 | TECommon.h \ |
7 | TEHistory.h \ | 7 | TEHistory.h \ |
8 | TEmulation.h \ | 8 | TEmulation.h \ |
9 | TEmuVt102.h \ | 9 | TEmuVt102.h \ |
10 | session.h \ | 10 | session.h \ |
11 | keytrans.h \ | 11 | keytrans.h \ |
12 | konsole.h \ | 12 | konsole.h \ |
13 | commandeditdialog.h \ | 13 | commandeditdialog.h \ |
14 | commandeditwidget.h \ | 14 | commandeditwidget.h \ |
15 | playlistselection.h \ | 15 | playlistselection.h \ |
16 | MyPty.h | 16 | MyPty.h |
17 | SOURCES = TEScreen.cpp \ | 17 | SOURCES = TEScreen.cpp \ |
18 | TEWidget.cpp \ | 18 | TEWidget.cpp \ |
19 | TEHistory.cpp \ | 19 | TEHistory.cpp \ |
20 | TEmulation.cpp \ | 20 | TEmulation.cpp \ |
21 | TEmuVt102.cpp \ | 21 | TEmuVt102.cpp \ |
22 | session.cpp \ | 22 | session.cpp \ |
23 | keytrans.cpp \ | 23 | keytrans.cpp \ |
24 | konsole.cpp \ | 24 | konsole.cpp \ |
25 | commandeditdialog.cpp \ | 25 | commandeditdialog.cpp \ |
26 | commandeditwidget.cpp \ | 26 | commandeditwidget.cpp \ |
27 | playlistselection.cpp \ | 27 | playlistselection.cpp \ |
28 | MyPty.cpp \ | 28 | MyPty.cpp \ |
29 | main.cpp | 29 | main.cpp |
30 | INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui | 30 | INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui |
31 | TARGET = embeddedkonsole | 31 | TARGET = embeddedkonsole |
32 | INCLUDEPATH += $(OPIEDIR)/include | 32 | INCLUDEPATH += $(OPIEDIR)/include |
33 | DEPENDPATH += $(OPIEDIR)/include | 33 | DEPENDPATH += $(OPIEDIR)/include |
34 | LIBS += -lqpe | 34 | LIBS += -lqpe |
35 | REQUIRES = embeddedkonsole | 35 | REQUIRES = embeddedkonsole |
36 | 36 | ||
37 | TRANSLATIONS = ../i18n/pt_BR/embeddedkonsole.ts | 37 | TRANSLATIONS = ../i18n/pt_BR/embeddedkonsole.ts |
38 | TRANSLATIONS += ../i18n/de/embeddedkonsole.ts | ||
39 | TRANSLATIONS += ../i18n/en/embeddedkonsole.ts | ||
40 | TRANSLATIONS += ../i18n/hu/embeddedkonsole.ts | ||
41 | TRANSLATIONS += ../i18n/ja/embeddedkonsole.ts | ||
42 | TRANSLATIONS += ../i18n/ko/embeddedkonsole.ts | ||
43 | TRANSLATIONS += ../i18n/no/embeddedkonsole.ts | ||
44 | TRANSLATIONS += ../i18n/zh_CN/embeddedkonsole.ts | ||
45 | TRANSLATIONS += ../i18n/zh_TW/embeddedkonsole.ts | ||
diff --git a/core/apps/helpbrowser/helpbrowser.pro b/core/apps/helpbrowser/helpbrowser.pro index 3efae65..b828ee6 100644 --- a/core/apps/helpbrowser/helpbrowser.pro +++ b/core/apps/helpbrowser/helpbrowser.pro | |||
@@ -1,13 +1,20 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = helpbrowser.h | 4 | HEADERS = helpbrowser.h |
5 | SOURCES = helpbrowser.cpp \ | 5 | SOURCES = helpbrowser.cpp \ |
6 | main.cpp | 6 | main.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INTERFACES= | 10 | INTERFACES= |
11 | 11 | ||
12 | TRANSLATIONS = ../i18n/de/helpbrowser.ts | 12 | TRANSLATIONS = ../i18n/de/helpbrowser.ts |
13 | TRANSLATIONS += ../i18n/pt_BR/helpbrowser.ts | 13 | TRANSLATIONS += ../i18n/pt_BR/helpbrowser.ts |
14 | TRANSLATIONS += ../i18n/en/helpbrowser.ts | ||
15 | TRANSLATIONS += ../i18n/hu/helpbrowser.ts | ||
16 | TRANSLATIONS += ../i18n/ja/helpbrowser.ts | ||
17 | TRANSLATIONS += ../i18n/ko/helpbrowser.ts | ||
18 | TRANSLATIONS += ../i18n/no/helpbrowser.ts | ||
19 | TRANSLATIONS += ../i18n/zh_CN/helpbrowser.ts | ||
20 | TRANSLATIONS += ../i18n/zh_TW/helpbrowser.ts | ||
diff --git a/core/apps/textedit/textedit.pro b/core/apps/textedit/textedit.pro index 9b743d3..0143a8b 100644 --- a/core/apps/textedit/textedit.pro +++ b/core/apps/textedit/textedit.pro | |||
@@ -1,15 +1,22 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | 3 | ||
4 | DESTDIR = $(OPIEDIR)/bin | 4 | DESTDIR = $(OPIEDIR)/bin |
5 | HEADERS = textedit.h fileBrowser.h fontDialog.h fileSaver.h filePermissions.h | 5 | HEADERS = textedit.h fileBrowser.h fontDialog.h fileSaver.h filePermissions.h |
6 | SOURCES = main.cpp textedit.cpp fileBrowser.cpp fontDialog.cpp fileSaver.cpp filePermissions.cpp | 6 | SOURCES = main.cpp textedit.cpp fileBrowser.cpp fontDialog.cpp fileSaver.cpp filePermissions.cpp |
7 | 7 | ||
8 | INCLUDEPATH += $(OPIEDIR)/include | 8 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe | 10 | LIBS += -lqpe |
11 | 11 | ||
12 | TARGET = textedit | 12 | TARGET = textedit |
13 | 13 | ||
14 | TRANSLATIONS += ../i18n/de/textedit.ts | 14 | TRANSLATIONS += ../i18n/de/textedit.ts |
15 | TRANSLATIONS += ../i18n/pt_BR/textedit.ts | 15 | TRANSLATIONS += ../i18n/pt_BR/textedit.ts |
16 | TRANSLATIONS += ../i18n/en/textedit.ts | ||
17 | TRANSLATIONS += ../i18n/hu/textedit.ts | ||
18 | TRANSLATIONS += ../i18n/ja/textedit.ts | ||
19 | TRANSLATIONS += ../i18n/ko/textedit.ts | ||
20 | TRANSLATIONS += ../i18n/no/textedit.ts | ||
21 | TRANSLATIONS += ../i18n/zh_CN/textedit.ts | ||
22 | TRANSLATIONS += ../i18n/zh_TW/textedit.ts | ||
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro index 146fffd..7086e63 100644 --- a/core/launcher/launcher.pro +++ b/core/launcher/launcher.pro | |||
@@ -1,115 +1,122 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | 2 | ||
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | 4 | ||
5 | DESTDIR = $(OPIEDIR)/bin | 5 | DESTDIR = $(OPIEDIR)/bin |
6 | 6 | ||
7 | HEADERS = background.h \ | 7 | HEADERS = background.h \ |
8 | desktop.h \ | 8 | desktop.h \ |
9 | qprocess.h \ | 9 | qprocess.h \ |
10 | mediummountgui.h \ | 10 | mediummountgui.h \ |
11 | info.h \ | 11 | info.h \ |
12 | appicons.h \ | 12 | appicons.h \ |
13 | taskbar.h \ | 13 | taskbar.h \ |
14 | sidething.h \ | 14 | sidething.h \ |
15 | mrulist.h \ | 15 | mrulist.h \ |
16 | stabmon.h \ | 16 | stabmon.h \ |
17 | inputmethods.h \ | 17 | inputmethods.h \ |
18 | systray.h \ | 18 | systray.h \ |
19 | wait.h \ | 19 | wait.h \ |
20 | shutdownimpl.h \ | 20 | shutdownimpl.h \ |
21 | launcher.h \ | 21 | launcher.h \ |
22 | launcherview.h \ | 22 | launcherview.h \ |
23 | ../calibrate/calibrate.h \ | 23 | ../calibrate/calibrate.h \ |
24 | startmenu.h \ | 24 | startmenu.h \ |
25 | transferserver.h \ | 25 | transferserver.h \ |
26 | qcopbridge.h \ | 26 | qcopbridge.h \ |
27 | packageslave.h \ | 27 | packageslave.h \ |
28 | irserver.h \ | 28 | irserver.h \ |
29 | $(OPIEDIR)/rsync/buf.h \ | 29 | $(OPIEDIR)/rsync/buf.h \ |
30 | $(OPIEDIR)/rsync/checksum.h \ | 30 | $(OPIEDIR)/rsync/checksum.h \ |
31 | $(OPIEDIR)/rsync/command.h \ | 31 | $(OPIEDIR)/rsync/command.h \ |
32 | $(OPIEDIR)/rsync/emit.h \ | 32 | $(OPIEDIR)/rsync/emit.h \ |
33 | $(OPIEDIR)/rsync/job.h \ | 33 | $(OPIEDIR)/rsync/job.h \ |
34 | $(OPIEDIR)/rsync/netint.h \ | 34 | $(OPIEDIR)/rsync/netint.h \ |
35 | $(OPIEDIR)/rsync/protocol.h \ | 35 | $(OPIEDIR)/rsync/protocol.h \ |
36 | $(OPIEDIR)/rsync/prototab.h \ | 36 | $(OPIEDIR)/rsync/prototab.h \ |
37 | $(OPIEDIR)/rsync/rsync.h \ | 37 | $(OPIEDIR)/rsync/rsync.h \ |
38 | $(OPIEDIR)/rsync/search.h \ | 38 | $(OPIEDIR)/rsync/search.h \ |
39 | $(OPIEDIR)/rsync/stream.h \ | 39 | $(OPIEDIR)/rsync/stream.h \ |
40 | $(OPIEDIR)/rsync/sumset.h \ | 40 | $(OPIEDIR)/rsync/sumset.h \ |
41 | $(OPIEDIR)/rsync/trace.h \ | 41 | $(OPIEDIR)/rsync/trace.h \ |
42 | $(OPIEDIR)/rsync/types.h \ | 42 | $(OPIEDIR)/rsync/types.h \ |
43 | $(OPIEDIR)/rsync/util.h \ | 43 | $(OPIEDIR)/rsync/util.h \ |
44 | $(OPIEDIR)/rsync/whole.h \ | 44 | $(OPIEDIR)/rsync/whole.h \ |
45 | $(OPIEDIR)/rsync/config_rsync.h \ | 45 | $(OPIEDIR)/rsync/config_rsync.h \ |
46 | $(OPIEDIR)/rsync/qrsync.h | 46 | $(OPIEDIR)/rsync/qrsync.h |
47 | # quicklauncher.h \ | 47 | # quicklauncher.h \ |
48 | 48 | ||
49 | SOURCES = background.cpp \ | 49 | SOURCES = background.cpp \ |
50 | desktop.cpp \ | 50 | desktop.cpp \ |
51 | mediummountgui.cpp \ | 51 | mediummountgui.cpp \ |
52 | qprocess.cpp qprocess_unix.cpp \ | 52 | qprocess.cpp qprocess_unix.cpp \ |
53 | info.cpp \ | 53 | info.cpp \ |
54 | appicons.cpp \ | 54 | appicons.cpp \ |
55 | taskbar.cpp \ | 55 | taskbar.cpp \ |
56 | sidething.cpp \ | 56 | sidething.cpp \ |
57 | mrulist.cpp \ | 57 | mrulist.cpp \ |
58 | stabmon.cpp \ | 58 | stabmon.cpp \ |
59 | inputmethods.cpp \ | 59 | inputmethods.cpp \ |
60 | systray.cpp \ | 60 | systray.cpp \ |
61 | wait.cpp \ | 61 | wait.cpp \ |
62 | shutdownimpl.cpp \ | 62 | shutdownimpl.cpp \ |
63 | launcher.cpp \ | 63 | launcher.cpp \ |
64 | launcherview.cpp \ | 64 | launcherview.cpp \ |
65 | $(OPIEDIR)/calibrate/calibrate.cpp \ | 65 | $(OPIEDIR)/calibrate/calibrate.cpp \ |
66 | transferserver.cpp \ | 66 | transferserver.cpp \ |
67 | packageslave.cpp \ | 67 | packageslave.cpp \ |
68 | irserver.cpp \ | 68 | irserver.cpp \ |
69 | qcopbridge.cpp \ | 69 | qcopbridge.cpp \ |
70 | startmenu.cpp \ | 70 | startmenu.cpp \ |
71 | main.cpp \ | 71 | main.cpp \ |
72 | $(OPIEDIR)/rsync/base64.c \ | 72 | $(OPIEDIR)/rsync/base64.c \ |
73 | $(OPIEDIR)/rsync/buf.c \ | 73 | $(OPIEDIR)/rsync/buf.c \ |
74 | $(OPIEDIR)/rsync/checksum.c \ | 74 | $(OPIEDIR)/rsync/checksum.c \ |
75 | $(OPIEDIR)/rsync/command.c \ | 75 | $(OPIEDIR)/rsync/command.c \ |
76 | $(OPIEDIR)/rsync/delta.c \ | 76 | $(OPIEDIR)/rsync/delta.c \ |
77 | $(OPIEDIR)/rsync/emit.c \ | 77 | $(OPIEDIR)/rsync/emit.c \ |
78 | $(OPIEDIR)/rsync/hex.c \ | 78 | $(OPIEDIR)/rsync/hex.c \ |
79 | $(OPIEDIR)/rsync/job.c \ | 79 | $(OPIEDIR)/rsync/job.c \ |
80 | $(OPIEDIR)/rsync/mdfour.c \ | 80 | $(OPIEDIR)/rsync/mdfour.c \ |
81 | $(OPIEDIR)/rsync/mksum.c \ | 81 | $(OPIEDIR)/rsync/mksum.c \ |
82 | $(OPIEDIR)/rsync/msg.c \ | 82 | $(OPIEDIR)/rsync/msg.c \ |
83 | $(OPIEDIR)/rsync/netint.c \ | 83 | $(OPIEDIR)/rsync/netint.c \ |
84 | $(OPIEDIR)/rsync/patch.c \ | 84 | $(OPIEDIR)/rsync/patch.c \ |
85 | $(OPIEDIR)/rsync/prototab.c \ | 85 | $(OPIEDIR)/rsync/prototab.c \ |
86 | $(OPIEDIR)/rsync/readsums.c \ | 86 | $(OPIEDIR)/rsync/readsums.c \ |
87 | $(OPIEDIR)/rsync/scoop.c \ | 87 | $(OPIEDIR)/rsync/scoop.c \ |
88 | $(OPIEDIR)/rsync/search.c \ | 88 | $(OPIEDIR)/rsync/search.c \ |
89 | $(OPIEDIR)/rsync/stats.c \ | 89 | $(OPIEDIR)/rsync/stats.c \ |
90 | $(OPIEDIR)/rsync/stream.c \ | 90 | $(OPIEDIR)/rsync/stream.c \ |
91 | $(OPIEDIR)/rsync/sumset.c \ | 91 | $(OPIEDIR)/rsync/sumset.c \ |
92 | $(OPIEDIR)/rsync/trace.c \ | 92 | $(OPIEDIR)/rsync/trace.c \ |
93 | $(OPIEDIR)/rsync/tube.c \ | 93 | $(OPIEDIR)/rsync/tube.c \ |
94 | $(OPIEDIR)/rsync/util.c \ | 94 | $(OPIEDIR)/rsync/util.c \ |
95 | $(OPIEDIR)/rsync/version.c \ | 95 | $(OPIEDIR)/rsync/version.c \ |
96 | $(OPIEDIR)/rsync/whole.c \ | 96 | $(OPIEDIR)/rsync/whole.c \ |
97 | $(OPIEDIR)/rsync/qrsync.cpp | 97 | $(OPIEDIR)/rsync/qrsync.cpp |
98 | 98 | ||
99 | INTERFACES= shutdown.ui syncdialog.ui | 99 | INTERFACES= shutdown.ui syncdialog.ui |
100 | 100 | ||
101 | INCLUDEPATH += $(OPIEDIR)/include | 101 | INCLUDEPATH += $(OPIEDIR)/include |
102 | DEPENDPATH+= $(OPIEDIR)/include . | 102 | DEPENDPATH+= $(OPIEDIR)/include . |
103 | 103 | ||
104 | INCLUDEPATH += $(OPIEDIR)/calibrate | 104 | INCLUDEPATH += $(OPIEDIR)/calibrate |
105 | DEPENDPATH+= $(OPIEDIR)/calibrate | 105 | DEPENDPATH+= $(OPIEDIR)/calibrate |
106 | 106 | ||
107 | INCLUDEPATH += $(OPIEDIR)/rsync | 107 | INCLUDEPATH += $(OPIEDIR)/rsync |
108 | DEPENDPATH+= $(OPIEDIR)/rsync | 108 | DEPENDPATH+= $(OPIEDIR)/rsync |
109 | 109 | ||
110 | TARGET = qpe | 110 | TARGET = qpe |
111 | 111 | ||
112 | LIBS += -lqpe -lcrypt -lopie | 112 | LIBS += -lqpe -lcrypt -lopie |
113 | 113 | ||
114 | TRANSLATIONS = ../i18n/de/qpe.ts | 114 | TRANSLATIONS = ../i18n/de/qpe.ts |
115 | TRANSLATIONS += ../i18n/pt_BR/qpe.ts | 115 | TRANSLATIONS += ../i18n/pt_BR/qpe.ts |
116 | TRANSLATIONS += ../i18n/en/qpe.ts | ||
117 | TRANSLATIONS += ../i18n/hu/qpe.ts | ||
118 | TRANSLATIONS += ../i18n/ja/qpe.ts | ||
119 | TRANSLATIONS += ../i18n/ko/qpe.ts | ||
120 | TRANSLATIONS += ../i18n/no/qpe.ts | ||
121 | TRANSLATIONS += ../i18n/zh_CN/qpe.ts | ||
122 | TRANSLATIONS += ../i18n/zh_TW/qpe.ts | ||
diff --git a/core/multimedia/opieplayer/mpegplayer.pro b/core/multimedia/opieplayer/mpegplayer.pro index 241e29e..2294849 100644 --- a/core/multimedia/opieplayer/mpegplayer.pro +++ b/core/multimedia/opieplayer/mpegplayer.pro | |||
@@ -1,26 +1,33 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | #release | 3 | #release |
4 | DESTDIR = $(OPIEDIR)/bin | 4 | DESTDIR = $(OPIEDIR)/bin |
5 | HEADERS = loopcontrol.h mediaplayerplugininterface.h playlistselection.h mediaplayerstate.h \ | 5 | HEADERS = loopcontrol.h mediaplayerplugininterface.h playlistselection.h mediaplayerstate.h \ |
6 | videowidget.h audiowidget.h playlistwidget.h mediaplayer.h audiodevice.h inputDialog.h | 6 | videowidget.h audiowidget.h playlistwidget.h mediaplayer.h audiodevice.h inputDialog.h |
7 | SOURCES = main.cpp \ | 7 | SOURCES = main.cpp \ |
8 | loopcontrol.cpp playlistselection.cpp mediaplayerstate.cpp \ | 8 | loopcontrol.cpp playlistselection.cpp mediaplayerstate.cpp \ |
9 | videowidget.cpp audiowidget.cpp playlistwidget.cpp mediaplayer.cpp audiodevice.cpp inputDialog.cpp | 9 | videowidget.cpp audiowidget.cpp playlistwidget.cpp mediaplayer.cpp audiodevice.cpp inputDialog.cpp |
10 | TARGET = mpegplayer | 10 | TARGET = mpegplayer |
11 | INCLUDEPATH += $(OPIEDIR)/include | 11 | INCLUDEPATH += $(OPIEDIR)/include |
12 | DEPENDPATH += $(OPIEDIR)/include | 12 | DEPENDPATH += $(OPIEDIR)/include |
13 | LIBS += -lqpe -lpthread | 13 | LIBS += -lqpe -lpthread |
14 | 14 | ||
15 | # INTERFACES = | 15 | # INTERFACES = |
16 | # INCLUDEPATH += $(OPIEDIR)/include | 16 | # INCLUDEPATH += $(OPIEDIR)/include |
17 | # CONFIG+=static | 17 | # CONFIG+=static |
18 | # TMAKE_CXXFLAGS += -DQPIM_STANDALONE | 18 | # TMAKE_CXXFLAGS += -DQPIM_STANDALONE |
19 | # LIBS += libmpeg3/libmpeg3.a -lpthread | 19 | # LIBS += libmpeg3/libmpeg3.a -lpthread |
20 | # LIBS += $(OPIEDIR)/plugins/codecs/liblibmadplugin.so | 20 | # LIBS += $(OPIEDIR)/plugins/codecs/liblibmadplugin.so |
21 | 21 | ||
22 | INCLUDEPATH += $(OPIEDIR)/include | 22 | INCLUDEPATH += $(OPIEDIR)/include |
23 | DEPENDPATH += $(OPIEDIR)/include | 23 | DEPENDPATH += $(OPIEDIR)/include |
24 | 24 | ||
25 | TRANSLATIONS += ../i18n/de/mpegplayer.ts | 25 | TRANSLATIONS += ../i18n/de/mpegplayer.ts |
26 | TRANSLATIONS += ../i18n/pt_BR/mpegplayer.ts | 26 | TRANSLATIONS += ../i18n/pt_BR/mpegplayer.ts |
27 | TRANSLATIONS += ../i18n/en/mpegplayer.ts | ||
28 | TRANSLATIONS += ../i18n/hu/mpegplayer.ts | ||
29 | TRANSLATIONS += ../i18n/ja/mpegplayer.ts | ||
30 | TRANSLATIONS += ../i18n/ko/mpegplayer.ts | ||
31 | TRANSLATIONS += ../i18n/no/mpegplayer.ts | ||
32 | TRANSLATIONS += ../i18n/zh_CN/mpegplayer.ts | ||
33 | TRANSLATIONS += ../i18n/zh_TW/mpegplayer.ts | ||
diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro index 05ca6cd..123c77c 100644 --- a/core/pim/today/today.pro +++ b/core/pim/today/today.pro | |||
@@ -1,14 +1,21 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | #CONFIG = qt warn_on debug | 2 | #CONFIG = qt warn_on debug |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = today.h todaybase.h todayconfig.h clickablelabel.h | 4 | HEADERS = today.h todaybase.h todayconfig.h clickablelabel.h |
5 | SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp clickablelabel.cpp | 5 | SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp clickablelabel.cpp |
6 | 6 | ||
7 | INCLUDEPATH+= $(OPIEDIR)/include | 7 | INCLUDEPATH+= $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe -lopie | 9 | LIBS += -lqpe -lopie |
10 | INTERFACES= | 10 | INTERFACES= |
11 | TARGET = today | 11 | TARGET = today |
12 | DESTDIR = $(OPIEDIR)/bin | 12 | DESTDIR = $(OPIEDIR)/bin |
13 | TRANSLATIONS = ../i18n/pt_BR/today.ts | 13 | TRANSLATIONS = ../i18n/pt_BR/today.ts |
14 | TRANSLATIONS = ../i18n/de/today.ts | 14 | TRANSLATIONS += ../i18n/de/today.ts |
15 | TRANSLATIONS += ../i18n/en/today.ts | ||
16 | TRANSLATIONS += ../i18n/hu/today.ts | ||
17 | TRANSLATIONS += ../i18n/ja/today.ts | ||
18 | TRANSLATIONS += ../i18n/ko/today.ts | ||
19 | TRANSLATIONS += ../i18n/no/today.ts | ||
20 | TRANSLATIONS += ../i18n/zh_CN/today.ts | ||
21 | TRANSLATIONS += ../i18n/zh_TW/today.ts | ||
diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro index 7f9ddd5..e874db6 100644 --- a/core/pim/todo/todo.pro +++ b/core/pim/todo/todo.pro | |||
@@ -1,20 +1,27 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS= mainwindow.h \ | 4 | HEADERS= mainwindow.h \ |
5 | todotable.h \ | 5 | todotable.h \ |
6 | todoentryimpl.h | 6 | todoentryimpl.h |
7 | SOURCES= main.cpp \ | 7 | SOURCES= main.cpp \ |
8 | mainwindow.cpp \ | 8 | mainwindow.cpp \ |
9 | todotable.cpp \ | 9 | todotable.cpp \ |
10 | todoentryimpl.cpp | 10 | todoentryimpl.cpp |
11 | 11 | ||
12 | INTERFACES= todoentry.ui | 12 | INTERFACES= todoentry.ui |
13 | 13 | ||
14 | TARGET = todolist | 14 | TARGET = todolist |
15 | INCLUDEPATH += $(OPIEDIR)/include | 15 | INCLUDEPATH += $(OPIEDIR)/include |
16 | DEPENDPATH+= $(OPIEDIR)/include | 16 | DEPENDPATH+= $(OPIEDIR)/include |
17 | LIBS += -lqpe -lopie | 17 | LIBS += -lqpe -lopie |
18 | 18 | ||
19 | TRANSLATIONS = ../i18n/de/todolist.ts | 19 | TRANSLATIONS = ../i18n/de/todolist.ts |
20 | TRANSLATIONS += ../i18n/pt_BR/todolist.ts | 20 | TRANSLATIONS += ../i18n/pt_BR/todolist.ts |
21 | TRANSLATIONS += ../i18n/en/todolist.ts | ||
22 | TRANSLATIONS += ../i18n/hu/todolist.ts | ||
23 | TRANSLATIONS += ../i18n/ja/todolist.ts | ||
24 | TRANSLATIONS += ../i18n/ko/todolist.ts | ||
25 | TRANSLATIONS += ../i18n/no/todolist.ts | ||
26 | TRANSLATIONS += ../i18n/zh_CN/todolist.ts | ||
27 | TRANSLATIONS += ../i18n/zh_TW/todolist.ts | ||
diff --git a/core/settings/citytime/citytime.pro b/core/settings/citytime/citytime.pro index 5bee085..f6b3b33 100644 --- a/core/settings/citytime/citytime.pro +++ b/core/settings/citytime/citytime.pro | |||
@@ -1,14 +1,21 @@ | |||
1 | # $Id$ | 1 | # $Id$ |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | TEMPLATE = app | 3 | TEMPLATE = app |
4 | DESTDIR = $(OPIEDIR)/bin | 4 | DESTDIR = $(OPIEDIR)/bin |
5 | INTERFACES = citytimebase.ui | 5 | INTERFACES = citytimebase.ui |
6 | HEADERS = citytime.h zonemap.h sun.h stylusnormalizer.h | 6 | HEADERS = citytime.h zonemap.h sun.h stylusnormalizer.h |
7 | SOURCES = citytime.cpp zonemap.cpp main.cpp sun.c stylusnormalizer.cpp | 7 | SOURCES = citytime.cpp zonemap.cpp main.cpp sun.c stylusnormalizer.cpp |
8 | TARGET = citytime | 8 | TARGET = citytime |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH += $(OPIEDIR)/include | 10 | DEPENDPATH += $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/de/citytime.ts | 13 | TRANSLATIONS = ../i18n/de/citytime.ts |
14 | TRANSLATIONS += ../i18n/pt_BR/citytime.ts | 14 | TRANSLATIONS += ../i18n/pt_BR/citytime.ts |
15 | TRANSLATIONS += ../i18n/en/citytime.ts | ||
16 | TRANSLATIONS += ../i18n/hu/citytime.ts | ||
17 | TRANSLATIONS += ../i18n/ja/citytime.ts | ||
18 | TRANSLATIONS += ../i18n/ko/citytime.ts | ||
19 | TRANSLATIONS += ../i18n/no/citytime.ts | ||
20 | TRANSLATIONS += ../i18n/zh_CN/citytime.ts | ||
21 | TRANSLATIONS += ../i18n/zh_TW/citytime.ts | ||
diff --git a/library/library.pro b/library/library.pro index a467c8b..dbb549e 100644 --- a/library/library.pro +++ b/library/library.pro | |||
@@ -1,131 +1,138 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= calendar.h \ | 3 | HEADERS= calendar.h \ |
4 | global.h \ | 4 | global.h \ |
5 | resource.h \ | 5 | resource.h \ |
6 | xmlreader.h \ | 6 | xmlreader.h \ |
7 | mimetype.h \ | 7 | mimetype.h \ |
8 | menubutton.h \ | 8 | menubutton.h \ |
9 | network.h \ | 9 | network.h \ |
10 | networkinterface.h \ | 10 | networkinterface.h \ |
11 | filemanager.h \ | 11 | filemanager.h \ |
12 | fontmanager.h \ | 12 | fontmanager.h \ |
13 | qdawg.h \ | 13 | qdawg.h \ |
14 | datebookmonth.h \ | 14 | datebookmonth.h \ |
15 | fileselector.h \ | 15 | fileselector.h \ |
16 | fileselector_p.h \ | 16 | fileselector_p.h \ |
17 | imageedit.h \ | 17 | imageedit.h \ |
18 | qcopenvelope_qws.h \ | 18 | qcopenvelope_qws.h \ |
19 | qpedecoration_qws.h \ | 19 | qpedecoration_qws.h \ |
20 | qpeapplication.h \ | 20 | qpeapplication.h \ |
21 | qpestyle.h \ | 21 | qpestyle.h \ |
22 | qpedialog.h \ | 22 | qpedialog.h \ |
23 | lightstyle.h \ | 23 | lightstyle.h \ |
24 | config.h \ | 24 | config.h \ |
25 | applnk.h \ | 25 | applnk.h \ |
26 | sound.h \ | 26 | sound.h \ |
27 | tzselect.h \ | 27 | tzselect.h \ |
28 | qmath.h \ | 28 | qmath.h \ |
29 | datebookdb.h \ | 29 | datebookdb.h \ |
30 | alarmserver.h \ | 30 | alarmserver.h \ |
31 | process.h \ | 31 | process.h \ |
32 | password.h \ | 32 | password.h \ |
33 | timestring.h \ | 33 | timestring.h \ |
34 | fontfactoryinterface.h \ | 34 | fontfactoryinterface.h \ |
35 | fontdatabase.h \ | 35 | fontdatabase.h \ |
36 | power.h \ | 36 | power.h \ |
37 | storage.h \ | 37 | storage.h \ |
38 | qpemessagebox.h \ | 38 | qpemessagebox.h \ |
39 | backend/timeconversion.h \ | 39 | backend/timeconversion.h \ |
40 | qpedebug.h \ | 40 | qpedebug.h \ |
41 | qpemenubar.h \ | 41 | qpemenubar.h \ |
42 | qpetoolbar.h \ | 42 | qpetoolbar.h \ |
43 | backend/categories.h \ | 43 | backend/categories.h \ |
44 | backend/stringutil.h \ | 44 | backend/stringutil.h \ |
45 | backend/palmtopuid.h \ | 45 | backend/palmtopuid.h \ |
46 | backend/palmtoprecord.h \ | 46 | backend/palmtoprecord.h \ |
47 | backend/task.h \ | 47 | backend/task.h \ |
48 | backend/event.h \ | 48 | backend/event.h \ |
49 | backend/contact.h\ | 49 | backend/contact.h\ |
50 | categorymenu.h \ | 50 | categorymenu.h \ |
51 | categoryedit_p.h \ | 51 | categoryedit_p.h \ |
52 | categoryselect.h \ | 52 | categoryselect.h \ |
53 | categorywidget.h \ | 53 | categorywidget.h \ |
54 | ir.h \ | 54 | ir.h \ |
55 | backend/vobject_p.h \ | 55 | backend/vobject_p.h \ |
56 | findwidget_p.h \ | 56 | findwidget_p.h \ |
57 | finddialog.h \ | 57 | finddialog.h \ |
58 | lnkproperties.h | 58 | lnkproperties.h |
59 | 59 | ||
60 | SOURCES= calendar.cpp \ | 60 | SOURCES= calendar.cpp \ |
61 | global.cpp \ | 61 | global.cpp \ |
62 | xmlreader.cpp \ | 62 | xmlreader.cpp \ |
63 | mimetype.cpp \ | 63 | mimetype.cpp \ |
64 | menubutton.cpp \ | 64 | menubutton.cpp \ |
65 | network.cpp \ | 65 | network.cpp \ |
66 | networkinterface.cpp \ | 66 | networkinterface.cpp \ |
67 | filemanager.cpp \ | 67 | filemanager.cpp \ |
68 | fontmanager.cpp \ | 68 | fontmanager.cpp \ |
69 | qdawg.cpp \ | 69 | qdawg.cpp \ |
70 | datebookmonth.cpp \ | 70 | datebookmonth.cpp \ |
71 | fileselector.cpp \ | 71 | fileselector.cpp \ |
72 | imageedit.cpp \ | 72 | imageedit.cpp \ |
73 | resource.cpp \ | 73 | resource.cpp \ |
74 | qpedecoration_qws.cpp \ | 74 | qpedecoration_qws.cpp \ |
75 | qcopenvelope_qws.cpp \ | 75 | qcopenvelope_qws.cpp \ |
76 | qpeapplication.cpp \ | 76 | qpeapplication.cpp \ |
77 | qpestyle.cpp \ | 77 | qpestyle.cpp \ |
78 | qpedialog.cpp \ | 78 | qpedialog.cpp \ |
79 | lightstyle.cpp \ | 79 | lightstyle.cpp \ |
80 | config.cpp \ | 80 | config.cpp \ |
81 | applnk.cpp \ | 81 | applnk.cpp \ |
82 | sound.cpp \ | 82 | sound.cpp \ |
83 | tzselect.cpp \ | 83 | tzselect.cpp \ |
84 | qmath.c \ | 84 | qmath.c \ |
85 | datebookdb.cpp \ | 85 | datebookdb.cpp \ |
86 | alarmserver.cpp \ | 86 | alarmserver.cpp \ |
87 | password.cpp \ | 87 | password.cpp \ |
88 | process.cpp \ | 88 | process.cpp \ |
89 | process_unix.cpp \ | 89 | process_unix.cpp \ |
90 | timestring.cpp \ | 90 | timestring.cpp \ |
91 | fontdatabase.cpp \ | 91 | fontdatabase.cpp \ |
92 | power.cpp \ | 92 | power.cpp \ |
93 | storage.cpp \ | 93 | storage.cpp \ |
94 | qpemessagebox.cpp \ | 94 | qpemessagebox.cpp \ |
95 | backend/timeconversion.cpp \ | 95 | backend/timeconversion.cpp \ |
96 | qpedebug.cpp \ | 96 | qpedebug.cpp \ |
97 | qpemenubar.cpp \ | 97 | qpemenubar.cpp \ |
98 | qpetoolbar.cpp \ | 98 | qpetoolbar.cpp \ |
99 | backend/categories.cpp \ | 99 | backend/categories.cpp \ |
100 | backend/stringutil.cpp \ | 100 | backend/stringutil.cpp \ |
101 | backend/palmtoprecord.cpp \ | 101 | backend/palmtoprecord.cpp \ |
102 | backend/task.cpp \ | 102 | backend/task.cpp \ |
103 | backend/event.cpp \ | 103 | backend/event.cpp \ |
104 | backend/contact.cpp \ | 104 | backend/contact.cpp \ |
105 | categorymenu.cpp \ | 105 | categorymenu.cpp \ |
106 | categoryedit_p.cpp \ | 106 | categoryedit_p.cpp \ |
107 | categoryselect.cpp \ | 107 | categoryselect.cpp \ |
108 | categorywidget.cpp \ | 108 | categorywidget.cpp \ |
109 | ir.cpp \ | 109 | ir.cpp \ |
110 | backend/vcc_yacc.cpp \ | 110 | backend/vcc_yacc.cpp \ |
111 | backend/vobject.cpp \ | 111 | backend/vobject.cpp \ |
112 | findwidget_p.cpp \ | 112 | findwidget_p.cpp \ |
113 | finddialog.cpp \ | 113 | finddialog.cpp \ |
114 | lnkproperties.cpp | 114 | lnkproperties.cpp |
115 | 115 | ||
116 | # Qt 3 compatibility | 116 | # Qt 3 compatibility |
117 | qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h | 117 | qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h |
118 | qt2:SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp | 118 | qt2:SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp |
119 | 119 | ||
120 | INCLUDEPATH += $(OPIEDIR)/include backend | 120 | INCLUDEPATH += $(OPIEDIR)/include backend |
121 | LIBS += -ldl -lcrypt -lm | 121 | LIBS += -ldl -lcrypt -lm |
122 | 122 | ||
123 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui | 123 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui |
124 | 124 | ||
125 | TARGET = qpe | 125 | TARGET = qpe |
126 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 126 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
127 | # This is set by configure$(OPIEDIR). | 127 | # This is set by configure$(OPIEDIR). |
128 | VERSION = 1.5.0 | 128 | VERSION = 1.5.0 |
129 | 129 | ||
130 | TRANSLATIONS = ../i18n/de/libqpe.ts | 130 | TRANSLATIONS = ../i18n/de/libqpe.ts |
131 | TRANSLATIONS += ../i18n/pt_BR/libqpe.ts | 131 | TRANSLATIONS += ../i18n/pt_BR/libqpe.ts |
132 | TRANSLATIONS += ../i18n/en/libqpe.ts | ||
133 | TRANSLATIONS += ../i18n/hu/libqpe.ts | ||
134 | TRANSLATIONS += ../i18n/ja/libqpe.ts | ||
135 | TRANSLATIONS += ../i18n/ko/libqpe.ts | ||
136 | TRANSLATIONS += ../i18n/no/libqpe.ts | ||
137 | TRANSLATIONS += ../i18n/zh_CN/libqpe.ts | ||
138 | TRANSLATIONS += ../i18n/zh_TW/libqpe.ts | ||
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 | |||
@@ -1,14 +1,24 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = ../bin | 3 | DESTDIR = ../bin |
4 | 4 | ||
5 | HEADERS= dicttool.h | 5 | HEADERS= dicttool.h |
6 | SOURCES= dicttool.cpp main.cpp | 6 | SOURCES= dicttool.cpp main.cpp |
7 | 7 | ||
8 | INTERFACES= dicttoolbase.ui | 8 | INTERFACES= dicttoolbase.ui |
9 | 9 | ||
10 | INCLUDEPATH += $(OPIEDIR)/include | 10 | INCLUDEPATH += $(OPIEDIR)/include |
11 | DEPENDPATH+= $(OPIEDIR)/include | 11 | DEPENDPATH+= $(OPIEDIR)/include |
12 | LIBS += -lqpe | 12 | LIBS += -lqpe |
13 | 13 | ||
14 | TARGET = dictionary | 14 | TARGET = dictionary |
15 | |||
16 | TRANSLATIONS = ../i18n/pt_BR/dictionary.ts | ||
17 | TRANSLATIONS += ../i18n/de/dictionary.ts | ||
18 | TRANSLATIONS += ../i18n/en/dictionary.ts | ||
19 | TRANSLATIONS += ../i18n/hu/dictionary.ts | ||
20 | TRANSLATIONS += ../i18n/ja/dictionary.ts | ||
21 | TRANSLATIONS += ../i18n/ko/dictionary.ts | ||
22 | TRANSLATIONS += ../i18n/no/dictionary.ts | ||
23 | TRANSLATIONS += ../i18n/zh_CN/dictionary.ts | ||
24 | TRANSLATIONS += ../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 | |||
@@ -1,38 +1,46 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on debug | 2 | CONFIG = qt warn_on debug |
3 | DESTDIR = ../bin | 3 | DESTDIR = ../bin |
4 | SUBDIRS = db ui | 4 | SUBDIRS = db ui |
5 | HEADERS = tableviewer.h \ | 5 | HEADERS = tableviewer.h \ |
6 | ui/commonwidgets.h \ | 6 | ui/commonwidgets.h \ |
7 | ui/tvbrowseview.h \ | 7 | ui/tvbrowseview.h \ |
8 | ui/tvlistview.h \ | 8 | ui/tvlistview.h \ |
9 | ui/tvfilterview.h \ | 9 | ui/tvfilterview.h \ |
10 | ui/tveditview.h \ | 10 | ui/tveditview.h \ |
11 | ui/browsekeyentry.h \ | 11 | ui/browsekeyentry.h \ |
12 | ui/filterkeyentry.h \ | 12 | ui/filterkeyentry.h \ |
13 | ui/tvkeyedit.h \ | 13 | ui/tvkeyedit.h \ |
14 | db/datacache.h \ | 14 | db/datacache.h \ |
15 | db/common.h \ | 15 | db/common.h \ |
16 | db/xmlsource.h \ | 16 | db/xmlsource.h \ |
17 | db/csvsource.h | 17 | db/csvsource.h |
18 | SOURCES = main.cpp \ | 18 | SOURCES = main.cpp \ |
19 | tableviewer.cpp \ | 19 | tableviewer.cpp \ |
20 | ui/commonwidgets.cpp \ | 20 | ui/commonwidgets.cpp \ |
21 | ui/tvbrowseview.cpp \ | 21 | ui/tvbrowseview.cpp \ |
22 | ui/tvfilterview.cpp \ | 22 | ui/tvfilterview.cpp \ |
23 | ui/browsekeyentry.cpp \ | 23 | ui/browsekeyentry.cpp \ |
24 | ui/filterkeyentry.cpp \ | 24 | ui/filterkeyentry.cpp \ |
25 | ui/tvlistview.cpp \ | 25 | ui/tvlistview.cpp \ |
26 | ui/tveditview.cpp \ | 26 | ui/tveditview.cpp \ |
27 | ui/tvkeyedit.cpp \ | 27 | ui/tvkeyedit.cpp \ |
28 | db/datacache.cpp \ | 28 | db/datacache.cpp \ |
29 | db/xmlsource.cpp \ | 29 | db/xmlsource.cpp \ |
30 | db/csvsource.cpp \ | 30 | db/csvsource.cpp \ |
31 | db/common.cpp | 31 | db/common.cpp |
32 | INTERFACES= ui/tvkeyedit_gen.ui | 32 | INTERFACES= ui/tvkeyedit_gen.ui |
33 | TARGET = tableviewer | 33 | TARGET = tableviewer |
34 | INCLUDEPATH += $(OPIEDIR)/include | 34 | INCLUDEPATH += $(OPIEDIR)/include |
35 | DEPENDPATH += $(OPIEDIR)/include | 35 | DEPENDPATH += $(OPIEDIR)/include |
36 | LIBS += -lqpe | 36 | LIBS += -lqpe |
37 | 37 | ||
38 | TRANSLATIONS = ../i18n/pt_BR/tableviewer.ts | 38 | TRANSLATIONS = ../i18n/pt_BR/tableviewer.ts |
39 | TRANSLATIONS += ../i18n/en/tableviewer.ts | ||
40 | TRANSLATIONS += ../i18n/de/tableviewer.ts | ||
41 | TRANSLATIONS += ../i18n/hu/tableviewer.ts | ||
42 | TRANSLATIONS += ../i18n/ja/tableviewer.ts | ||
43 | TRANSLATIONS += ../i18n/ko/tableviewer.ts | ||
44 | TRANSLATIONS += ../i18n/no/tableviewer.ts | ||
45 | TRANSLATIONS += ../i18n/zh_CN/tableviewer.ts | ||
46 | TRANSLATIONS += ../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 | |||
@@ -1,39 +1,47 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | 2 | ||
3 | CONFIG += qt warn_on release | 3 | CONFIG += qt warn_on release |
4 | DESTDIR = ../bin | 4 | DESTDIR = ../bin |
5 | 5 | ||
6 | HEADERS = d3des.h \ | 6 | HEADERS = d3des.h \ |
7 | krfbbuffer.h \ | 7 | krfbbuffer.h \ |
8 | krfbcanvas.h \ | 8 | krfbcanvas.h \ |
9 | krfbconnection.h \ | 9 | krfbconnection.h \ |
10 | krfbdecoder.h \ | 10 | krfbdecoder.h \ |
11 | krfblogin.h \ | 11 | krfblogin.h \ |
12 | krfboptions.h \ | 12 | krfboptions.h \ |
13 | krfbserverinfo.h \ | 13 | krfbserverinfo.h \ |
14 | kvnc.h \ | 14 | kvnc.h \ |
15 | kvncconnectdlg.h \ | 15 | kvncconnectdlg.h \ |
16 | kvncoptionsdlg.h \ | 16 | kvncoptionsdlg.h \ |
17 | version.h \ | 17 | version.h \ |
18 | vncauth.h | 18 | vncauth.h |
19 | 19 | ||
20 | SOURCES = d3des.c \ | 20 | SOURCES = d3des.c \ |
21 | vncauth.c \ | 21 | vncauth.c \ |
22 | krfbbuffer.cpp \ | 22 | krfbbuffer.cpp \ |
23 | krfbcanvas.cpp \ | 23 | krfbcanvas.cpp \ |
24 | krfbconnection.cpp \ | 24 | krfbconnection.cpp \ |
25 | krfbdecoder.cpp \ | 25 | krfbdecoder.cpp \ |
26 | krfblogin.cpp \ | 26 | krfblogin.cpp \ |
27 | krfboptions.cpp \ | 27 | krfboptions.cpp \ |
28 | kvnc.cpp \ | 28 | kvnc.cpp \ |
29 | kvncconnectdlg.cpp \ | 29 | kvncconnectdlg.cpp \ |
30 | kvncoptionsdlg.cpp \ | 30 | kvncoptionsdlg.cpp \ |
31 | main.cpp | 31 | main.cpp |
32 | INTERFACES= vncoptionsbase.ui | 32 | INTERFACES= vncoptionsbase.ui |
33 | TARGET = keypebble | 33 | TARGET = keypebble |
34 | 34 | ||
35 | INCLUDEPATH += $(OPIEDIR)/include | 35 | INCLUDEPATH += $(OPIEDIR)/include |
36 | DEPENDPATH += $(OPIEDIR)/include | 36 | DEPENDPATH += $(OPIEDIR)/include |
37 | LIBS += -lqpe | 37 | LIBS += -lqpe |
38 | 38 | ||
39 | TRANSLATIONS = ../i18n/pt_BR/keypebble.ts | 39 | TRANSLATIONS = ../i18n/pt_BR/keypebble.ts |
40 | TRANSLATIONS += ../i18n/de/keypebble.ts | ||
41 | TRANSLATIONS += ../i18n/en/keypebble.ts | ||
42 | TRANSLATIONS += ../i18n/hu/keypebble.ts | ||
43 | TRANSLATIONS += ../i18n/ja/keypebble.ts | ||
44 | TRANSLATIONS += ../i18n/ko/keypebble.ts | ||
45 | TRANSLATIONS += ../i18n/no/keypebble.ts | ||
46 | TRANSLATIONS += ../i18n/zh_CN/keypebble.ts | ||
47 | TRANSLATIONS += ../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 | |||
@@ -1,16 +1,24 @@ | |||
1 | SOURCES+= chess.cpp main.cpp | 1 | SOURCES+= chess.cpp main.cpp |
2 | HEADERS+= chess.h | 2 | HEADERS+= chess.h |
3 | DESTDIR = ../bin | 3 | DESTDIR = ../bin |
4 | TARGET = chess | 4 | TARGET = chess |
5 | DEPENDPATH+= $(OPIEDIR)/include | 5 | DEPENDPATH+= $(OPIEDIR)/include |
6 | INTERFACES = mainwindow.ui | 6 | INTERFACES = mainwindow.ui |
7 | IMAGES= images/new.png images/repeat.png images/txt.png images/back.png | 7 | IMAGES= images/new.png images/repeat.png images/txt.png images/back.png |
8 | TEMPLATE=app | 8 | TEMPLATE=app |
9 | CONFIG+= qt warn_on release | 9 | CONFIG+= qt warn_on release |
10 | INCLUDEPATH += $(OPIEDIR)/include | 10 | INCLUDEPATH += $(OPIEDIR)/include |
11 | LIBS+= -lqpe | 11 | LIBS+= -lqpe |
12 | DBFILE= chess.db | 12 | DBFILE= chess.db |
13 | LANGUAGE= C++ | 13 | LANGUAGE= C++ |
14 | CPP_ALWAYS_CREATE_SOURCE= TRUE | 14 | CPP_ALWAYS_CREATE_SOURCE= TRUE |
15 | 15 | ||
16 | TRANSLATIONS = ../i18n/pt_BR/chess.ts | 16 | TRANSLATIONS = ../i18n/pt_BR/chess.ts |
17 | TRANSLATIONS += ../i18n/de/chess.ts | ||
18 | TRANSLATIONS += ../i18n/en/chess.ts | ||
19 | TRANSLATIONS += ../i18n/hu/chess.ts | ||
20 | TRANSLATIONS += ../i18n/ja/chess.ts | ||
21 | TRANSLATIONS += ../i18n/ko/chess.ts | ||
22 | TRANSLATIONS += ../i18n/no/chess.ts | ||
23 | TRANSLATIONS += ../i18n/zh_CN/chess.ts | ||
24 | TRANSLATIONS += ../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 |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = fifteen | 10 | TARGET = fifteen |
11 | 11 | ||
12 | TRANSLATIONS = ../i18n/pt_BR/fifteen.ts | 12 | TRANSLATIONS = ../i18n/pt_BR/fifteen.ts |
13 | TRANSLATIONS += ../i18n/de/fifteen.ts | ||
14 | TRANSLATIONS += ../i18n/en/fifteen.ts | ||
15 | TRANSLATIONS += ../i18n/hu/fifteen.ts | ||
16 | TRANSLATIONS += ../i18n/ja/fifteen.ts | ||
17 | TRANSLATIONS += ../i18n/ko/fifteen.ts | ||
18 | TRANSLATIONS += ../i18n/no/fifteen.ts | ||
19 | TRANSLATIONS += ../i18n/zh_CN/fifteen.ts | ||
20 | TRANSLATIONS += ../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 | |||
@@ -1,20 +1,27 @@ | |||
1 | DESTDIR = ../bin | 1 | DESTDIR = ../bin |
2 | TEMPLATE= app | 2 | TEMPLATE= app |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = amigo.h \ | 4 | HEADERS = amigo.h \ |
5 | go.h \ | 5 | go.h \ |
6 | goplayutils.h \ | 6 | goplayutils.h \ |
7 | gowidget.h | 7 | gowidget.h |
8 | SOURCES = amigo.c \ | 8 | SOURCES = amigo.c \ |
9 | goplayer.c \ | 9 | goplayer.c \ |
10 | goplayutils.c \ | 10 | goplayutils.c \ |
11 | killable.c \ | 11 | killable.c \ |
12 | gowidget.cpp \ | 12 | gowidget.cpp \ |
13 | main.cpp | 13 | main.cpp |
14 | INCLUDEPATH += $(OPIEDIR)/include | 14 | INCLUDEPATH += $(OPIEDIR)/include |
15 | DEPENDPATH+= $(OPIEDIR)/include | 15 | DEPENDPATH+= $(OPIEDIR)/include |
16 | LIBS += -lqpe | 16 | LIBS += -lqpe |
17 | TARGET = go | 17 | TARGET = go |
18 | 18 | ||
19 | TRANSLATIONS = ../i18n/de/go.ts | 19 | TRANSLATIONS = ../i18n/de/go.ts |
20 | TRANSLATIONS += ../i18n/pt_BR/go.ts | 20 | TRANSLATIONS += ../i18n/pt_BR/go.ts |
21 | TRANSLATIONS += ../i18n/en/go.ts | ||
22 | TRANSLATIONS += ../i18n/hu/go.ts | ||
23 | TRANSLATIONS += ../i18n/ja/go.ts | ||
24 | TRANSLATIONS += ../i18n/ko/go.ts | ||
25 | TRANSLATIONS += ../i18n/no/go.ts | ||
26 | TRANSLATIONS += ../i18n/zh_CN/go.ts | ||
27 | TRANSLATIONS += ../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 | |||
@@ -1,13 +1,20 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = mindbreaker.h | 4 | HEADERS = mindbreaker.h |
5 | SOURCES = main.cpp \ | 5 | SOURCES = main.cpp \ |
6 | mindbreaker.cpp | 6 | mindbreaker.cpp |
7 | TARGET = mindbreaker | 7 | TARGET = mindbreaker |
8 | INCLUDEPATH += $(OPIEDIR)/include | 8 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe | 10 | LIBS += -lqpe |
11 | 11 | ||
12 | TRANSLATIONS = ../i18n/de/mindbreaker.ts | 12 | TRANSLATIONS = ../i18n/de/mindbreaker.ts |
13 | TRANSLATIONS += ../i18n/pt_BR/mindbreaker.ts | 13 | TRANSLATIONS += ../i18n/pt_BR/mindbreaker.ts |
14 | TRANSLATIONS += ../i18n/en/mindbreaker.ts | ||
15 | TRANSLATIONS += ../i18n/hu/mindbreaker.ts | ||
16 | TRANSLATIONS += ../i18n/ja/mindbreaker.ts | ||
17 | TRANSLATIONS += ../i18n/ko/mindbreaker.ts | ||
18 | TRANSLATIONS += ../i18n/no/mindbreaker.ts | ||
19 | TRANSLATIONS += ../i18n/zh_CN/mindbreaker.ts | ||
20 | TRANSLATIONS += ../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 | |||
@@ -1,15 +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 = minefield.h \ | 4 | HEADERS = minefield.h \ |
5 | minesweep.h | 5 | minesweep.h |
6 | SOURCES = main.cpp \ | 6 | SOURCES = main.cpp \ |
7 | minefield.cpp \ | 7 | minefield.cpp \ |
8 | minesweep.cpp | 8 | minesweep.cpp |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH+= $(OPIEDIR)/include | 10 | DEPENDPATH+= $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | INTERFACES= | 12 | INTERFACES= |
13 | 13 | ||
14 | TRANSLATIONS = ../i18n/de/minesweep.ts | 14 | TRANSLATIONS = ../i18n/de/minesweep.ts |
15 | TRANSLATIONS += ../i18n/pt_BR/minesweep.ts | 15 | TRANSLATIONS += ../i18n/pt_BR/minesweep.ts |
16 | TRANSLATIONS += ../i18n/en/minesweep.ts | ||
17 | TRANSLATIONS += ../i18n/hu/minesweep.ts | ||
18 | TRANSLATIONS += ../i18n/ja/minesweep.ts | ||
19 | TRANSLATIONS += ../i18n/ko/minesweep.ts | ||
20 | TRANSLATIONS += ../i18n/no/minesweep.ts | ||
21 | TRANSLATIONS += ../i18n/zh_CN/minesweep.ts | ||
22 | TRANSLATIONS += ../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 |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | 10 | ||
11 | TRANSLATIONS = ../i18n/de/parashoot.ts | 11 | TRANSLATIONS = ../i18n/de/parashoot.ts |
12 | TRANSLATIONS += ../i18n/pt_BR/parashoot.ts | 12 | TRANSLATIONS += ../i18n/pt_BR/parashoot.ts |
13 | TRANSLATIONS += ../i18n/en/parashoot.ts | ||
14 | TRANSLATIONS += ../i18n/hu/parashoot.ts | ||
15 | TRANSLATIONS += ../i18n/ja/parashoot.ts | ||
16 | TRANSLATIONS += ../i18n/ko/parashoot.ts | ||
17 | TRANSLATIONS += ../i18n/no/parashoot.ts | ||
18 | TRANSLATIONS += ../i18n/zh_CN/parashoot.ts | ||
19 | TRANSLATIONS += ../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 |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | 10 | ||
11 | TRANSLATIONS = ../i18n/de/qasteroids.ts | 11 | TRANSLATIONS = ../i18n/de/qasteroids.ts |
12 | TRANSLATIONS += ../i18n/pt_BR/qasteroids.ts | 12 | TRANSLATIONS += ../i18n/pt_BR/qasteroids.ts |
13 | TRANSLATIONS += ../i18n/en/qasteroids.ts | ||
14 | TRANSLATIONS += ../i18n/hu/qasteroids.ts | ||
15 | TRANSLATIONS += ../i18n/ja/qasteroids.ts | ||
16 | TRANSLATIONS += ../i18n/ko/qasteroids.ts | ||
17 | TRANSLATIONS += ../i18n/no/qasteroids.ts | ||
18 | TRANSLATIONS += ../i18n/zh_CN/qasteroids.ts | ||
19 | TRANSLATIONS += ../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 |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | 10 | ||
11 | TRANSLATIONS = ../i18n/de/snake.ts | 11 | TRANSLATIONS = ../i18n/de/snake.ts |
12 | TRANSLATIONS += ../i18n/pt_BR/snake.ts | 12 | TRANSLATIONS += ../i18n/pt_BR/snake.ts |
13 | TRANSLATIONS += ../i18n/en/snake.ts | ||
14 | TRANSLATIONS += ../i18n/hu/snake.ts | ||
15 | TRANSLATIONS += ../i18n/ja/snake.ts | ||
16 | TRANSLATIONS += ../i18n/ko/snake.ts | ||
17 | TRANSLATIONS += ../i18n/no/snake.ts | ||
18 | TRANSLATIONS += ../i18n/zh_CN/snake.ts | ||
19 | TRANSLATIONS += ../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 | |||
@@ -1,19 +1,26 @@ | |||
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 | ||
12 | INCLUDEPATH += $(OPIEDIR)/include | 12 | INCLUDEPATH += $(OPIEDIR)/include |
13 | DEPENDPATH+= $(OPIEDIR)/include | 13 | DEPENDPATH+= $(OPIEDIR)/include |
14 | LIBS += -lqpe | 14 | LIBS += -lqpe |
15 | 15 | ||
16 | REQUIRES= patience | 16 | REQUIRES= patience |
17 | 17 | ||
18 | TRANSLATIONS = ../i18n/de/patience.ts | 18 | TRANSLATIONS = ../i18n/de/patience.ts |
19 | TRANSLATIONS += ../i18n/pt_BR/patience.ts | 19 | TRANSLATIONS += ../i18n/pt_BR/patience.ts |
20 | TRANSLATIONS += ../i18n/en/patience.ts | ||
21 | TRANSLATIONS += ../i18n/hu/patience.ts | ||
22 | TRANSLATIONS += ../i18n/ja/patience.ts | ||
23 | TRANSLATIONS += ../i18n/ko/patience.ts | ||
24 | TRANSLATIONS += ../i18n/no/patience.ts | ||
25 | TRANSLATIONS += ../i18n/zh_CN/patience.ts | ||
26 | TRANSLATIONS += ../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 | |||
@@ -1,19 +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 | HEADERS = minefield.h \ | 4 | HEADERS = minefield.h \ |
5 | gtetrix.h \ | 5 | gtetrix.h \ |
6 | qtetrix.h \ | 6 | qtetrix.h \ |
7 | qtetrixb.h \ | 7 | qtetrixb.h \ |
8 | tpiece.h | 8 | tpiece.h |
9 | SOURCES = main.cpp \ | 9 | SOURCES = main.cpp \ |
10 | gtetrix.cpp \ | 10 | gtetrix.cpp \ |
11 | qtetrix.cpp \ | 11 | qtetrix.cpp \ |
12 | qtetrixb.cpp \ | 12 | qtetrixb.cpp \ |
13 | tpiece.cpp | 13 | tpiece.cpp |
14 | INCLUDEPATH += $(OPIEDIR)/include | 14 | INCLUDEPATH += $(OPIEDIR)/include |
15 | DEPENDPATH+= $(OPIEDIR)/include | 15 | DEPENDPATH+= $(OPIEDIR)/include |
16 | LIBS += -lqpe | 16 | LIBS += -lqpe |
17 | INTERFACES= | 17 | INTERFACES= |
18 | 18 | ||
19 | TRANSLATIONS = ../i18n/pt_BR/tetrix.ts | 19 | TRANSLATIONS = ../i18n/pt_BR/tetrix.ts |
20 | TRANSLATIONS += ../i18n/de/tetrix.ts | ||
21 | TRANSLATIONS += ../i18n/en/tetrix.ts | ||
22 | TRANSLATIONS += ../i18n/hu/tetrix.ts | ||
23 | TRANSLATIONS += ../i18n/ja/tetrix.ts | ||
24 | TRANSLATIONS += ../i18n/ko/tetrix.ts | ||
25 | TRANSLATIONS += ../i18n/no/tetrix.ts | ||
26 | TRANSLATIONS += ../i18n/zh_CN/tetrix.ts | ||
27 | TRANSLATIONS += ../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 | |||
@@ -1,14 +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 = wordgame.h | 4 | HEADERS = wordgame.h |
5 | SOURCES = main.cpp \ | 5 | SOURCES = main.cpp \ |
6 | wordgame.cpp | 6 | wordgame.cpp |
7 | INTERFACES= newgamebase.ui rulesbase.ui | 7 | INTERFACES= newgamebase.ui rulesbase.ui |
8 | TARGET = wordgame | 8 | TARGET = wordgame |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH+= $(OPIEDIR)/include | 10 | DEPENDPATH+= $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/de/wordgame.ts | 13 | TRANSLATIONS = ../i18n/de/wordgame.ts |
14 | TRANSLATIONS += ../i18n/pt_BR/wordgame.ts | 14 | TRANSLATIONS += ../i18n/pt_BR/wordgame.ts |
15 | TRANSLATIONS += ../i18n/en/wordgame.ts | ||
16 | TRANSLATIONS += ../i18n/hu/wordgame.ts | ||
17 | TRANSLATIONS += ../i18n/ja/wordgame.ts | ||
18 | TRANSLATIONS += ../i18n/ko/wordgame.ts | ||
19 | TRANSLATIONS += ../i18n/no/wordgame.ts | ||
20 | TRANSLATIONS += ../i18n/zh_CN/wordgame.ts | ||
21 | TRANSLATIONS += ../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 | |||
@@ -1,30 +1,37 @@ | |||
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 = memory.h \ | 4 | HEADERS = memory.h \ |
5 | graph.h \ | 5 | graph.h \ |
6 | load.h \ | 6 | load.h \ |
7 | storage.h \ | 7 | storage.h \ |
8 | processinfo.h \ | 8 | processinfo.h \ |
9 | processdetail.h \ | 9 | processdetail.h \ |
10 | versioninfo.h \ | 10 | versioninfo.h \ |
11 | sysinfo.h | 11 | sysinfo.h |
12 | SOURCES = main.cpp \ | 12 | 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 |
21 | INTERFACES = | 21 | INTERFACES = |
22 | 22 | ||
23 | INCLUDEPATH += $(OPIEDIR)/include | 23 | INCLUDEPATH += $(OPIEDIR)/include |
24 | DEPENDPATH += $(OPIEDIR)/include | 24 | DEPENDPATH += $(OPIEDIR)/include |
25 | LIBS += -lqpe | 25 | LIBS += -lqpe |
26 | 26 | ||
27 | TARGET = sysinfo | 27 | TARGET = sysinfo |
28 | 28 | ||
29 | TRANSLATIONS = ../i18n/de/sysinfo.ts | 29 | TRANSLATIONS = ../i18n/de/sysinfo.ts |
30 | TRANSLATIONS += ../i18n/pt_BR/sysinfo.ts | 30 | TRANSLATIONS += ../i18n/pt_BR/sysinfo.ts |
31 | TRANSLATIONS += ../i18n/en/sysinfo.ts | ||
32 | TRANSLATIONS += ../i18n/hu/sysinfo.ts | ||
33 | TRANSLATIONS += ../i18n/ja/sysinfo.ts | ||
34 | TRANSLATIONS += ../i18n/ko/sysinfo.ts | ||
35 | TRANSLATIONS += ../i18n/no/sysinfo.ts | ||
36 | TRANSLATIONS += ../i18n/zh_CN/sysinfo.ts | ||
37 | TRANSLATIONS += ../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 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt release | 2 | CONFIG += qt release |
3 | 3 | ||
4 | # Input | 4 | # Input |
5 | HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h | 5 | HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h |
6 | SOURCES += calc.cpp main.cpp engine.cpp | 6 | SOURCES += calc.cpp main.cpp engine.cpp |
7 | 7 | ||
8 | INCLUDEPATH += $(OPIEDIR)/include | 8 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe -Wl,-export-dynamic | 10 | LIBS += -lqpe -Wl,-export-dynamic |
11 | 11 | ||
12 | TRANSLATIONS = ../i18n/pt_BR/calc.ts | 12 | TRANSLATIONS = ../i18n/pt_BR/calc.ts |
13 | TRANSLATIONS += ../i18n/de/calc.ts | ||
14 | TRANSLATIONS += ../i18n/en/calc.ts | ||
15 | TRANSLATIONS += ../i18n/hu/calc.ts | ||
16 | TRANSLATIONS += ../i18n/ja/calc.ts | ||
17 | TRANSLATIONS += ../i18n/ko/calc.ts | ||
18 | TRANSLATIONS += ../i18n/no/calc.ts | ||
19 | TRANSLATIONS += ../i18n/zh_CN/calc.ts | ||
20 | TRANSLATIONS += ../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 |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INTERFACES= calculator.ui | 10 | INTERFACES= calculator.ui |
11 | TARGET = calculator | 11 | TARGET = calculator |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/de/calculator.ts | 13 | TRANSLATIONS = ../i18n/pt_BR/calculator.ts |
14 | TRANSLATIONS += ../i18n/pt_BR/calculator.ts | 14 | TRANSLATIONS += ../i18n/de/calculator.ts |
15 | TRANSLATIONS += ../i18n/en/calculator.ts | ||
16 | TRANSLATIONS += ../i18n/hu/calculator.ts | ||
17 | TRANSLATIONS += ../i18n/ja/calculator.ts | ||
18 | TRANSLATIONS += ../i18n/ko/calculator.ts | ||
19 | TRANSLATIONS += ../i18n/no/calculator.ts | ||
20 | TRANSLATIONS += ../i18n/zh_CN/calculator.ts | ||
21 | TRANSLATIONS += ../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 | |||
@@ -1,14 +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 = clock.h setAlarm.h | 4 | HEADERS = clock.h setAlarm.h |
5 | SOURCES = clock.cpp setAlarm.cpp \ | 5 | SOURCES = clock.cpp setAlarm.cpp \ |
6 | main.cpp | 6 | main.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INTERFACES = | 10 | INTERFACES = |
11 | TARGET = clock | 11 | TARGET = clock |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/de/clock.ts | 13 | TRANSLATIONS = ../i18n/de/clock.ts |
14 | TRANSLATIONS += ../i18n/pt_BR/clock.ts | 14 | TRANSLATIONS += ../i18n/pt_BR/clock.ts |
15 | TRANSLATIONS += ../i18n/en/clock.ts | ||
16 | TRANSLATIONS += ../i18n/hu/clock.ts | ||
17 | TRANSLATIONS += ../i18n/ja/clock.ts | ||
18 | TRANSLATIONS += ../i18n/ko/clock.ts | ||
19 | TRANSLATIONS += ../i18n/no/clock.ts | ||
20 | TRANSLATIONS += ../i18n/zh_CN/clock.ts | ||
21 | TRANSLATIONS += ../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 |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | INTERFACES= | 9 | INTERFACES= |
10 | TRANSLATIONS = ../i18n/de/filebrowser.ts | 10 | TRANSLATIONS = ../i18n/de/filebrowser.ts |
11 | TRANSLATIONS += ../i18n/pt_BR/filebrowser.ts | 11 | TRANSLATIONS += ../i18n/pt_BR/filebrowser.ts |
12 | TRANSLATIONS += ../i18n/en/filebrowser.ts | ||
13 | TRANSLATIONS += ../i18n/hu/filebrowser.ts | ||
14 | TRANSLATIONS += ../i18n/ja/filebrowser.ts | ||
15 | TRANSLATIONS += ../i18n/ko/filebrowser.ts | ||
16 | TRANSLATIONS += ../i18n/no/filebrowser.ts | ||
17 | TRANSLATIONS += ../i18n/zh_CN/filebrowser.ts | ||
18 | TRANSLATIONS += ../i18n/zh_TW/filebrowser.ts | ||