-rw-r--r-- | library/library.pro | 4 | ||||
-rw-r--r-- | noncore/apps/advancedfm/advancedfm.pro | 1 | ||||
-rw-r--r-- | noncore/games/tictac/tictac.pro | 1 | ||||
-rw-r--r-- | noncore/net/opieftp/opieftp.pro | 1 | ||||
-rw-r--r-- | noncore/tools/formatter/formatter.pro | 1 |
5 files changed, 2 insertions, 6 deletions
diff --git a/library/library.pro b/library/library.pro index af505dd..fba98f8 100644 --- a/library/library.pro +++ b/library/library.pro | |||
@@ -93,49 +93,49 @@ SOURCES = calendar.cpp \ | |||
93 | power.cpp \ | 93 | power.cpp \ |
94 | storage.cpp \ | 94 | storage.cpp \ |
95 | qpemessagebox.cpp \ | 95 | qpemessagebox.cpp \ |
96 | backend/timeconversion.cpp \ | 96 | backend/timeconversion.cpp \ |
97 | qpedebug.cpp \ | 97 | qpedebug.cpp \ |
98 | qpemenubar.cpp \ | 98 | qpemenubar.cpp \ |
99 | qpetoolbar.cpp \ | 99 | qpetoolbar.cpp \ |
100 | backend/categories.cpp \ | 100 | backend/categories.cpp \ |
101 | backend/stringutil.cpp \ | 101 | backend/stringutil.cpp \ |
102 | backend/palmtoprecord.cpp \ | 102 | backend/palmtoprecord.cpp \ |
103 | backend/task.cpp \ | 103 | backend/task.cpp \ |
104 | backend/event.cpp \ | 104 | backend/event.cpp \ |
105 | backend/contact.cpp \ | 105 | backend/contact.cpp \ |
106 | categorymenu.cpp \ | 106 | categorymenu.cpp \ |
107 | categoryedit_p.cpp \ | 107 | categoryedit_p.cpp \ |
108 | categoryselect.cpp \ | 108 | categoryselect.cpp \ |
109 | categorywidget.cpp \ | 109 | categorywidget.cpp \ |
110 | ir.cpp \ | 110 | ir.cpp \ |
111 | backend/vcc_yacc.cpp \ | 111 | backend/vcc_yacc.cpp \ |
112 | backend/vobject.cpp \ | 112 | backend/vobject.cpp \ |
113 | findwidget_p.cpp \ | 113 | findwidget_p.cpp \ |
114 | finddialog.cpp \ | 114 | finddialog.cpp \ |
115 | lnkproperties.cpp | 115 | lnkproperties.cpp |
116 | # Qt 3 compatibility | 116 | # Qt 3 compatibility |
117 | qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h | 117 | HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h |
118 | qt2:SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp | 118 | SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp |
119 | INCLUDEPATH += $(OPIEDIR)/include backend | 119 | INCLUDEPATH += $(OPIEDIR)/include backend |
120 | LIBS += -ldl -lcrypt -lm | 120 | LIBS += -ldl -lcrypt -lm |
121 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui | 121 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui |
122 | TARGET = qpe | 122 | TARGET = qpe |
123 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 123 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
124 | # This is set by configure$(OPIEDIR). | 124 | # This is set by configure$(OPIEDIR). |
125 | VERSION = 1.5.0.1 | 125 | VERSION = 1.5.0.1 |
126 | 126 | ||
127 | TRANSLATIONS = ../i18n/de/libqpe.ts \ | 127 | TRANSLATIONS = ../i18n/de/libqpe.ts \ |
128 | ../i18n/en/libqpe.ts \ | 128 | ../i18n/en/libqpe.ts \ |
129 | ../i18n/es/libqpe.ts \ | 129 | ../i18n/es/libqpe.ts \ |
130 | ../i18n/fr/libqpe.ts \ | 130 | ../i18n/fr/libqpe.ts \ |
131 | ../i18n/hu/libqpe.ts \ | 131 | ../i18n/hu/libqpe.ts \ |
132 | ../i18n/ja/libqpe.ts \ | 132 | ../i18n/ja/libqpe.ts \ |
133 | ../i18n/ko/libqpe.ts \ | 133 | ../i18n/ko/libqpe.ts \ |
134 | ../i18n/no/libqpe.ts \ | 134 | ../i18n/no/libqpe.ts \ |
135 | ../i18n/pl/libqpe.ts \ | 135 | ../i18n/pl/libqpe.ts \ |
136 | ../i18n/pt/libqpe.ts \ | 136 | ../i18n/pt/libqpe.ts \ |
137 | ../i18n/pt_BR/libqpe.ts \ | 137 | ../i18n/pt_BR/libqpe.ts \ |
138 | ../i18n/sl/libqpe.ts \ | 138 | ../i18n/sl/libqpe.ts \ |
139 | ../i18n/zh_CN/libqpe.ts \ | 139 | ../i18n/zh_CN/libqpe.ts \ |
140 | ../i18n/it/libqpe.ts \ | 140 | ../i18n/it/libqpe.ts \ |
141 | ../i18n/zh_TW/libqpe.ts | 141 | ../i18n/zh_TW/libqpe.ts |
diff --git a/noncore/apps/advancedfm/advancedfm.pro b/noncore/apps/advancedfm/advancedfm.pro index 3896f50..bda2fdf 100644 --- a/noncore/apps/advancedfm/advancedfm.pro +++ b/noncore/apps/advancedfm/advancedfm.pro | |||
@@ -1,25 +1,24 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = advancedfm.h inputDialog.h filePermissions.h output.h | 3 | HEADERS = advancedfm.h inputDialog.h filePermissions.h output.h |
4 | SOURCES = advancedfm.cpp advancedfmData.cpp advancedfmMenu.cpp inputDialog.cpp filePermissions.cpp output.cpp main.cpp | 4 | SOURCES = advancedfm.cpp advancedfmData.cpp advancedfmMenu.cpp inputDialog.cpp filePermissions.cpp output.cpp main.cpp |
5 | TARGET = advancedfm | 5 | TARGET = advancedfm |
6 | REQUIRES=medium-config | ||
7 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 7 | DEPENDPATH += $(OPIEDIR)/include |
9 | DESTDIR = $(OPIEDIR)/bin | 8 | DESTDIR = $(OPIEDIR)/bin |
10 | LIBS += -lqpe -lopie | 9 | LIBS += -lqpe -lopie |
11 | 10 | ||
12 | TRANSLATIONS = ../../../i18n/de/advancedfm.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/advancedfm.ts \ |
13 | ../../../i18n/en/advancedfm.ts \ | 12 | ../../../i18n/en/advancedfm.ts \ |
14 | ../../../i18n/es/advancedfm.ts \ | 13 | ../../../i18n/es/advancedfm.ts \ |
15 | ../../../i18n/fr/advancedfm.ts \ | 14 | ../../../i18n/fr/advancedfm.ts \ |
16 | ../../../i18n/hu/advancedfm.ts \ | 15 | ../../../i18n/hu/advancedfm.ts \ |
17 | ../../../i18n/ja/advancedfm.ts \ | 16 | ../../../i18n/ja/advancedfm.ts \ |
18 | ../../../i18n/ko/advancedfm.ts \ | 17 | ../../../i18n/ko/advancedfm.ts \ |
19 | ../../../i18n/no/advancedfm.ts \ | 18 | ../../../i18n/no/advancedfm.ts \ |
20 | ../../../i18n/pl/advancedfm.ts \ | 19 | ../../../i18n/pl/advancedfm.ts \ |
21 | ../../../i18n/pt/advancedfm.ts \ | 20 | ../../../i18n/pt/advancedfm.ts \ |
22 | ../../../i18n/pt_BR/advancedfm.ts \ | 21 | ../../../i18n/pt_BR/advancedfm.ts \ |
23 | ../../../i18n/sl/advancedfm.ts \ | 22 | ../../../i18n/sl/advancedfm.ts \ |
24 | ../../../i18n/zh_CN/advancedfm.ts \ | 23 | ../../../i18n/zh_CN/advancedfm.ts \ |
25 | ../../../i18n/zh_TW/advancedfm.ts | 24 | ../../../i18n/zh_TW/advancedfm.ts |
diff --git a/noncore/games/tictac/tictac.pro b/noncore/games/tictac/tictac.pro index 0807e83..ada5161 100644 --- a/noncore/games/tictac/tictac.pro +++ b/noncore/games/tictac/tictac.pro | |||
@@ -1,26 +1,25 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = tictac.h | 3 | HEADERS = tictac.h |
4 | SOURCES = main.cpp \ | 4 | SOURCES = main.cpp \ |
5 | tictac.cpp | 5 | tictac.cpp |
6 | TARGET = tictac | 6 | TARGET = tictac |
7 | REQUIRES=medium-config | ||
8 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe | 9 | LIBS += -lqpe |
11 | DESTDIR = $(OPIEDIR)/bin | 10 | DESTDIR = $(OPIEDIR)/bin |
12 | 11 | ||
13 | TRANSLATIONS = ../../../i18n/de/tictac.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/tictac.ts \ |
14 | ../../../i18n/en/tictac.ts \ | 13 | ../../../i18n/en/tictac.ts \ |
15 | ../../../i18n/es/tictac.ts \ | 14 | ../../../i18n/es/tictac.ts \ |
16 | ../../../i18n/fr/tictac.ts \ | 15 | ../../../i18n/fr/tictac.ts \ |
17 | ../../../i18n/hu/tictac.ts \ | 16 | ../../../i18n/hu/tictac.ts \ |
18 | ../../../i18n/ja/tictac.ts \ | 17 | ../../../i18n/ja/tictac.ts \ |
19 | ../../../i18n/ko/tictac.ts \ | 18 | ../../../i18n/ko/tictac.ts \ |
20 | ../../../i18n/no/tictac.ts \ | 19 | ../../../i18n/no/tictac.ts \ |
21 | ../../../i18n/pl/tictac.ts \ | 20 | ../../../i18n/pl/tictac.ts \ |
22 | ../../../i18n/pt/tictac.ts \ | 21 | ../../../i18n/pt/tictac.ts \ |
23 | ../../../i18n/pt_BR/tictac.ts \ | 22 | ../../../i18n/pt_BR/tictac.ts \ |
24 | ../../../i18n/sl/tictac.ts \ | 23 | ../../../i18n/sl/tictac.ts \ |
25 | ../../../i18n/zh_CN/tictac.ts \ | 24 | ../../../i18n/zh_CN/tictac.ts \ |
26 | ../../../i18n/zh_TW/tictac.ts | 25 | ../../../i18n/zh_TW/tictac.ts |
diff --git a/noncore/net/opieftp/opieftp.pro b/noncore/net/opieftp/opieftp.pro index a56aed1..6d88530 100644 --- a/noncore/net/opieftp/opieftp.pro +++ b/noncore/net/opieftp/opieftp.pro | |||
@@ -1,25 +1,24 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = opieftp.h inputDialog.h ftplib.h | 3 | HEADERS = opieftp.h inputDialog.h ftplib.h |
4 | SOURCES = opieftp.cpp inputDialog.cpp ftplib.c main.cpp | 4 | SOURCES = opieftp.cpp inputDialog.cpp ftplib.c main.cpp |
5 | TARGET = opieftp | 5 | TARGET = opieftp |
6 | REQUIRES=medium-config | ||
7 | DESTDIR = $(OPIEDIR)/bin | 6 | DESTDIR = $(OPIEDIR)/bin |
8 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe | 9 | LIBS += -lqpe |
11 | 10 | ||
12 | TRANSLATIONS = ../../../i18n/de/opieftp.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/opieftp.ts \ |
13 | ../../../i18n/en/opieftp.ts \ | 12 | ../../../i18n/en/opieftp.ts \ |
14 | ../../../i18n/es/opieftp.ts \ | 13 | ../../../i18n/es/opieftp.ts \ |
15 | ../../../i18n/fr/opieftp.ts \ | 14 | ../../../i18n/fr/opieftp.ts \ |
16 | ../../../i18n/hu/opieftp.ts \ | 15 | ../../../i18n/hu/opieftp.ts \ |
17 | ../../../i18n/ja/opieftp.ts \ | 16 | ../../../i18n/ja/opieftp.ts \ |
18 | ../../../i18n/ko/opieftp.ts \ | 17 | ../../../i18n/ko/opieftp.ts \ |
19 | ../../../i18n/no/opieftp.ts \ | 18 | ../../../i18n/no/opieftp.ts \ |
20 | ../../../i18n/pl/opieftp.ts \ | 19 | ../../../i18n/pl/opieftp.ts \ |
21 | ../../../i18n/pt/opieftp.ts \ | 20 | ../../../i18n/pt/opieftp.ts \ |
22 | ../../../i18n/pt_BR/opieftp.ts \ | 21 | ../../../i18n/pt_BR/opieftp.ts \ |
23 | ../../../i18n/sl/opieftp.ts \ | 22 | ../../../i18n/sl/opieftp.ts \ |
24 | ../../../i18n/zh_CN/opieftp.ts \ | 23 | ../../../i18n/zh_CN/opieftp.ts \ |
25 | ../../../i18n/zh_TW/opieftp.ts | 24 | ../../../i18n/zh_TW/opieftp.ts |
diff --git a/noncore/tools/formatter/formatter.pro b/noncore/tools/formatter/formatter.pro index c4f8298..17801dc 100644 --- a/noncore/tools/formatter/formatter.pro +++ b/noncore/tools/formatter/formatter.pro | |||
@@ -1,25 +1,24 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = formatter.h inputDialog.h output.h | 3 | HEADERS = formatter.h inputDialog.h output.h |
4 | SOURCES = formatter.cpp inputDialog.cpp output.cpp main.cpp | 4 | SOURCES = formatter.cpp inputDialog.cpp output.cpp main.cpp |
5 | TARGET = formatter | 5 | TARGET = formatter |
6 | REQUIRES = medium-config | ||
7 | DESTDIR = $(OPIEDIR)/bin | 6 | DESTDIR = $(OPIEDIR)/bin |
8 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe | 9 | LIBS += -lqpe |
11 | 10 | ||
12 | TRANSLATIONS = ../../../i18n/de/formatter.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/formatter.ts \ |
13 | ../../../i18n/en/formatter.ts \ | 12 | ../../../i18n/en/formatter.ts \ |
14 | ../../../i18n/es/formatter.ts \ | 13 | ../../../i18n/es/formatter.ts \ |
15 | ../../../i18n/fr/formatter.ts \ | 14 | ../../../i18n/fr/formatter.ts \ |
16 | ../../../i18n/hu/formatter.ts \ | 15 | ../../../i18n/hu/formatter.ts \ |
17 | ../../../i18n/ja/formatter.ts \ | 16 | ../../../i18n/ja/formatter.ts \ |
18 | ../../../i18n/ko/formatter.ts \ | 17 | ../../../i18n/ko/formatter.ts \ |
19 | ../../../i18n/no/formatter.ts \ | 18 | ../../../i18n/no/formatter.ts \ |
20 | ../../../i18n/pl/formatter.ts \ | 19 | ../../../i18n/pl/formatter.ts \ |
21 | ../../../i18n/pt/formatter.ts \ | 20 | ../../../i18n/pt/formatter.ts \ |
22 | ../../../i18n/pt_BR/formatter.ts \ | 21 | ../../../i18n/pt_BR/formatter.ts \ |
23 | ../../../i18n/sl/formatter.ts \ | 22 | ../../../i18n/sl/formatter.ts \ |
24 | ../../../i18n/zh_CN/formatter.ts \ | 23 | ../../../i18n/zh_CN/formatter.ts \ |
25 | ../../../i18n/zh_TW/formatter.ts | 24 | ../../../i18n/zh_TW/formatter.ts |