author | kergoth <kergoth> | 2003-01-23 20:27:22 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-23 20:27:22 (UTC) |
commit | 77d1dd97b0583ee8d0631f9870bda9d0de16128d (patch) (unidiff) | |
tree | 241d5d9b838b1646fe038fd949436d412adb0da1 | |
parent | afe2c2f4925e45440c081c695a4af0c7839789ef (diff) | |
download | opie-77d1dd97b0583ee8d0631f9870bda9d0de16128d.zip opie-77d1dd97b0583ee8d0631f9870bda9d0de16128d.tar.gz opie-77d1dd97b0583ee8d0631f9870bda9d0de16128d.tar.bz2 |
QTDIR/lib -> OPIEDIR/lib
-rw-r--r-- | libopie/libopie1.control | 2 | ||||
-rw-r--r-- | libopie/ofileselector/libopie.pro | 2 | ||||
-rw-r--r-- | libopie/pim/libopie.pro | 2 | ||||
-rw-r--r-- | libsql/libopiesql.pro | 2 | ||||
-rw-r--r-- | noncore/apps/tinykate/libkate/libkate.pro | 2 | ||||
-rw-r--r-- | noncore/net/ftplib/ftplib.control | 2 | ||||
-rw-r--r-- | noncore/net/ftplib/ftplib.pro | 2 | ||||
-rw-r--r-- | noncore/net/opietooth/lib/lib.pro | 2 | ||||
-rw-r--r-- | noncore/net/opietooth/lib/libopietooth.control | 2 | ||||
-rw-r--r-- | noncore/net/wellenreiter/daemon/daemon.pro | 2 | ||||
-rw-r--r-- | noncore/net/wellenreiter/libwellenreiter/libwellenreiter.pro | 2 | ||||
-rw-r--r-- | noncore/net/wellenreiter/opie-wellenreiter.control | 2 | ||||
-rw-r--r-- | noncore/settings/networksettings/interfaces/interfaces.pro | 2 | ||||
-rw-r--r-- | noncore/settings/networksettings/opie-networksettings.control | 2 | ||||
-rw-r--r-- | noncore/unsupported/mail2/libmail/libmail.pro | 2 | ||||
-rw-r--r-- | noncore/unsupported/mail2/opie-mail2.control | 2 | ||||
-rw-r--r-- | x11/libqpe-x11/libqpe-x11.pro | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/libopie/libopie1.control b/libopie/libopie1.control index 07aafb2..e62f59f 100644 --- a/libopie/libopie1.control +++ b/libopie/libopie1.control | |||
@@ -1,10 +1,10 @@ | |||
1 | Files: $QTDIR/lib/libopie.so.1.0.0 $QTDIR/lib/libopie.so.1.0 $QTDIR/lib/libopie.so.1 | 1 | Files: $OPIEDIR/lib/libopie.so.1.0.0 $OPIEDIR/lib/libopie.so.1.0 $OPIEDIR/lib/libopie.so.1 |
2 | Priority: optional | 2 | Priority: optional |
3 | Section: opie/system | 3 | Section: opie/system |
4 | Maintainer: - | 4 | Maintainer: - |
5 | Architecture: arm | 5 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION.1 | 6 | Version: $QPE_VERSION-$SUB_VERSION.1 |
7 | Depends: qt-embedded (>=$QTE_VERSION) | 7 | Depends: qt-embedded (>=$QTE_VERSION) |
8 | Provides: libopie | 8 | Provides: libopie |
9 | Replaces: libopie | 9 | Replaces: libopie |
10 | Description: Opie library | 10 | Description: Opie library |
diff --git a/libopie/ofileselector/libopie.pro b/libopie/ofileselector/libopie.pro index 4d1b5cf..cf22b5e 100644 --- a/libopie/ofileselector/libopie.pro +++ b/libopie/ofileselector/libopie.pro | |||
@@ -45,59 +45,59 @@ SOURCES = ofontmenu.cc \ | |||
45 | ofileselector/ofiledialog.cpp \ | 45 | ofileselector/ofiledialog.cpp \ |
46 | ofileselector/ofilefactory.cpp \ | 46 | ofileselector/ofilefactory.cpp \ |
47 | ofileselector/ofilelistview.cpp \ | 47 | ofileselector/ofilelistview.cpp \ |
48 | ofileselector/ofileselector.cpp \ | 48 | ofileselector/ofileselector.cpp \ |
49 | ofileselector/ofileselectoritem.cpp \ | 49 | ofileselector/ofileselectoritem.cpp \ |
50 | ofileselector/ofileselectormain.cpp \ | 50 | ofileselector/ofileselectormain.cpp \ |
51 | ofileselector/ofileview.cpp \ | 51 | ofileselector/ofileview.cpp \ |
52 | ofileselector/olister.cpp \ | 52 | ofileselector/olister.cpp \ |
53 | ofileselector/olocallister.cpp \ | 53 | ofileselector/olocallister.cpp \ |
54 | ofileselector/opixmapprovider.cpp \ | 54 | ofileselector/opixmapprovider.cpp \ |
55 | xmltree.cc \ | 55 | xmltree.cc \ |
56 | ocheckitem.cpp tododb.cpp todoevent.cpp \ | 56 | ocheckitem.cpp tododb.cpp todoevent.cpp \ |
57 | todovcalresource.cpp colordialog.cpp \ | 57 | todovcalresource.cpp colordialog.cpp \ |
58 | colorpopupmenu.cpp oclickablelabel.cpp \ | 58 | colorpopupmenu.cpp oclickablelabel.cpp \ |
59 | oprocctrl.cpp oprocess.cpp \ | 59 | oprocctrl.cpp oprocess.cpp \ |
60 | odevice.cpp otimepicker.cpp \ | 60 | odevice.cpp otimepicker.cpp \ |
61 | otabwidget.cpp otabbar.cpp \ | 61 | otabwidget.cpp otabbar.cpp \ |
62 | ofontselector.cpp \ | 62 | ofontselector.cpp \ |
63 | pim/otodo.cpp \ | 63 | pim/otodo.cpp \ |
64 | pim/opimrecord.cpp \ | 64 | pim/opimrecord.cpp \ |
65 | pim/otodoaccess.cpp \ | 65 | pim/otodoaccess.cpp \ |
66 | pim/otodoaccessbackend.cpp \ | 66 | pim/otodoaccessbackend.cpp \ |
67 | pim/otodoaccessxml.cpp \ | 67 | pim/otodoaccessxml.cpp \ |
68 | pim/ocontact.cpp \ | 68 | pim/ocontact.cpp \ |
69 | pim/ocontactaccess.cpp \ | 69 | pim/ocontactaccess.cpp \ |
70 | pim/otodoaccessvcal.cpp \ | 70 | pim/otodoaccessvcal.cpp \ |
71 | pim/orecur.cpp \ | 71 | pim/orecur.cpp \ |
72 | orecurrancewidget.cpp | 72 | orecurrancewidget.cpp |
73 | # pim/otodoaccesssql.cpp \ | 73 | # pim/otodoaccesssql.cpp \ |
74 | 74 | ||
75 | TARGET = opie | 75 | TARGET = opie |
76 | INCLUDEPATH += $(OPIEDIR)/include | 76 | INCLUDEPATH += $(OPIEDIR)/include |
77 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 77 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
78 | #VERSION = 1.0.0 | 78 | #VERSION = 1.0.0 |
79 | 79 | ||
80 | # LIBS += -lopiesql | 80 | # LIBS += -lopiesql |
81 | 81 | ||
82 | INTERFACES = otimepickerbase.ui orecurrancebase.ui | 82 | INTERFACES = otimepickerbase.ui orecurrancebase.ui |
83 | 83 | ||
84 | TRANSLATIONS = ../i18n/de/libopie.ts \ | 84 | TRANSLATIONS = ../i18n/de/libopie.ts \ |
85 | ../i18n/xx/libopie.ts \ | 85 | ../i18n/xx/libopie.ts \ |
86 | ../i18n/en/libopie.ts \ | 86 | ../i18n/en/libopie.ts \ |
87 | ../i18n/es/libopie.ts \ | 87 | ../i18n/es/libopie.ts \ |
88 | ../i18n/fr/libopie.ts \ | 88 | ../i18n/fr/libopie.ts \ |
89 | ../i18n/hu/libopie.ts \ | 89 | ../i18n/hu/libopie.ts \ |
90 | ../i18n/ja/libopie.ts \ | 90 | ../i18n/ja/libopie.ts \ |
91 | ../i18n/ko/libopie.ts \ | 91 | ../i18n/ko/libopie.ts \ |
92 | ../i18n/no/libopie.ts \ | 92 | ../i18n/no/libopie.ts \ |
93 | ../i18n/pl/libopie.ts \ | 93 | ../i18n/pl/libopie.ts \ |
94 | ../i18n/pt/libopie.ts \ | 94 | ../i18n/pt/libopie.ts \ |
95 | ../i18n/pt_BR/libopie.ts \ | 95 | ../i18n/pt_BR/libopie.ts \ |
96 | ../i18n/sl/libopie.ts \ | 96 | ../i18n/sl/libopie.ts \ |
97 | ../i18n/zh_CN/libopie.ts \ | 97 | ../i18n/zh_CN/libopie.ts \ |
98 | ../i18n/zh_TW/libopie.ts \ | 98 | ../i18n/zh_TW/libopie.ts \ |
99 | ../i18n/da/libopie.ts | 99 | ../i18n/da/libopie.ts |
100 | 100 | ||
101 | 101 | ||
102 | 102 | ||
103 | include ( ../../include.pro ) | 103 | include ( ../../include.pro ) |
diff --git a/libopie/pim/libopie.pro b/libopie/pim/libopie.pro index bec595c..b1ec9f7 100644 --- a/libopie/pim/libopie.pro +++ b/libopie/pim/libopie.pro | |||
@@ -27,57 +27,57 @@ HEADERS = ofontmenu.h \ | |||
27 | pim/ocontact.h \ | 27 | pim/ocontact.h \ |
28 | pim/ocontactaccess.h \ | 28 | pim/ocontactaccess.h \ |
29 | pim/ocontactaccessbackend.h \ | 29 | pim/ocontactaccessbackend.h \ |
30 | pim/ocontactaccessbackend_xml.h \ | 30 | pim/ocontactaccessbackend_xml.h \ |
31 | pim/orecord.h | 31 | pim/orecord.h |
32 | 32 | ||
33 | SOURCES = ofontmenu.cc \ | 33 | SOURCES = ofontmenu.cc \ |
34 | xmltree.cc \ | 34 | xmltree.cc \ |
35 | tododb.cpp todoevent.cpp \ | 35 | tododb.cpp todoevent.cpp \ |
36 | todovcalresource.cpp colordialog.cpp \ | 36 | todovcalresource.cpp colordialog.cpp \ |
37 | colorpopupmenu.cpp oclickablelabel.cpp \ | 37 | colorpopupmenu.cpp oclickablelabel.cpp \ |
38 | oprocctrl.cpp oprocess.cpp \ | 38 | oprocctrl.cpp oprocess.cpp \ |
39 | odevice.cpp otimepicker.cpp \ | 39 | odevice.cpp otimepicker.cpp \ |
40 | otabwidget.cpp otabbar.cpp \ | 40 | otabwidget.cpp otabbar.cpp \ |
41 | ofileselector/ofiledialog.cpp \ | 41 | ofileselector/ofiledialog.cpp \ |
42 | ofileselector/ofilelistview.cpp \ | 42 | ofileselector/ofilelistview.cpp \ |
43 | ofileselector/ofileselector.cpp \ | 43 | ofileselector/ofileselector.cpp \ |
44 | ofileselector/ofileselectoritem.cpp \ | 44 | ofileselector/ofileselectoritem.cpp \ |
45 | ofileselector/ofileview.cpp \ | 45 | ofileselector/ofileview.cpp \ |
46 | ofileselector/olister.cpp \ | 46 | ofileselector/olister.cpp \ |
47 | ofileselector/olocallister.cpp \ | 47 | ofileselector/olocallister.cpp \ |
48 | ofileselector/ofileselectormain.cpp \ | 48 | ofileselector/ofileselectormain.cpp \ |
49 | pim/otodo.cpp \ | 49 | pim/otodo.cpp \ |
50 | pim/opimrecord.cpp \ | 50 | pim/opimrecord.cpp \ |
51 | pim/otodoaccess.cpp \ | 51 | pim/otodoaccess.cpp \ |
52 | pim/otodoaccessbackend.cpp \ | 52 | pim/otodoaccessbackend.cpp \ |
53 | pim/ocontact.cpp \ | 53 | pim/ocontact.cpp \ |
54 | pim/ocontactaccess.cpp \ | 54 | pim/ocontactaccess.cpp \ |
55 | pim/orecord.cpp | 55 | pim/orecord.cpp |
56 | 56 | ||
57 | TARGET = opie | 57 | TARGET = opie |
58 | INCLUDEPATH += $(OPIEDIR)/include | 58 | INCLUDEPATH += $(OPIEDIR)/include |
59 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 59 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
60 | #VERSION = 1.0.0 | 60 | #VERSION = 1.0.0 |
61 | 61 | ||
62 | INTERFACES = otimepickerbase.ui | 62 | INTERFACES = otimepickerbase.ui |
63 | 63 | ||
64 | TRANSLATIONS = ../i18n/de/libopie.ts \ | 64 | TRANSLATIONS = ../i18n/de/libopie.ts \ |
65 | ../i18n/xx/libopie.ts \ | 65 | ../i18n/xx/libopie.ts \ |
66 | ../i18n/en/libopie.ts \ | 66 | ../i18n/en/libopie.ts \ |
67 | ../i18n/es/libopie.ts \ | 67 | ../i18n/es/libopie.ts \ |
68 | ../i18n/fr/libopie.ts \ | 68 | ../i18n/fr/libopie.ts \ |
69 | ../i18n/hu/libopie.ts \ | 69 | ../i18n/hu/libopie.ts \ |
70 | ../i18n/ja/libopie.ts \ | 70 | ../i18n/ja/libopie.ts \ |
71 | ../i18n/ko/libopie.ts \ | 71 | ../i18n/ko/libopie.ts \ |
72 | ../i18n/no/libopie.ts \ | 72 | ../i18n/no/libopie.ts \ |
73 | ../i18n/pl/libopie.ts \ | 73 | ../i18n/pl/libopie.ts \ |
74 | ../i18n/pt/libopie.ts \ | 74 | ../i18n/pt/libopie.ts \ |
75 | ../i18n/pt_BR/libopie.ts \ | 75 | ../i18n/pt_BR/libopie.ts \ |
76 | ../i18n/sl/libopie.ts \ | 76 | ../i18n/sl/libopie.ts \ |
77 | ../i18n/zh_CN/libopie.ts \ | 77 | ../i18n/zh_CN/libopie.ts \ |
78 | ../i18n/zh_TW/libopie.ts \ | 78 | ../i18n/zh_TW/libopie.ts \ |
79 | ../i18n/da/libopie.ts | 79 | ../i18n/da/libopie.ts |
80 | 80 | ||
81 | 81 | ||
82 | 82 | ||
83 | include ( ../../include.pro ) | 83 | include ( ../../include.pro ) |
diff --git a/libsql/libopiesql.pro b/libsql/libopiesql.pro index a31190e..4fc6cc7 100644 --- a/libsql/libopiesql.pro +++ b/libsql/libopiesql.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qte warn_on release | 2 | CONFIG += qte warn_on release |
3 | HEADERS = osqlbackend.h \ | 3 | HEADERS = osqlbackend.h \ |
4 | osqldriver.h \ | 4 | osqldriver.h \ |
5 | osqlerror.h \ | 5 | osqlerror.h \ |
6 | osqlmanager.h \ | 6 | osqlmanager.h \ |
7 | osqlquery.h \ | 7 | osqlquery.h \ |
8 | osqlresult.h \ | 8 | osqlresult.h \ |
9 | osqltable.h \ | 9 | osqltable.h \ |
10 | osqlbackendmanager.h \ | 10 | osqlbackendmanager.h \ |
11 | osqlitedriver.h | 11 | osqlitedriver.h |
12 | SOURCES = osqlbackend.cpp \ | 12 | SOURCES = osqlbackend.cpp \ |
13 | osqldriver.cpp \ | 13 | osqldriver.cpp \ |
14 | osqlerror.cpp \ | 14 | osqlerror.cpp \ |
15 | osqlmanager.cpp \ | 15 | osqlmanager.cpp \ |
16 | osqlquery.cpp \ | 16 | osqlquery.cpp \ |
17 | osqlresult.cpp \ | 17 | osqlresult.cpp \ |
18 | osqltable.cpp \ | 18 | osqltable.cpp \ |
19 | osqlbackendmanager.cpp \ | 19 | osqlbackendmanager.cpp \ |
20 | osqlitedriver.cpp | 20 | osqlitedriver.cpp |
21 | 21 | ||
22 | TARGET = opiesql | 22 | TARGET = opiesql |
23 | INCLUDEPATH += $(OPIEDIR)/include | 23 | INCLUDEPATH += $(OPIEDIR)/include |
24 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 24 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
25 | LIBS += -lsqlite | 25 | LIBS += -lsqlite |
26 | #VERSION = 1.0.0 | 26 | #VERSION = 1.0.0 |
27 | 27 | ||
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../include.pro ) | 31 | include ( ../include.pro ) |
diff --git a/noncore/apps/tinykate/libkate/libkate.pro b/noncore/apps/tinykate/libkate/libkate.pro index fdae834..a78351a 100644 --- a/noncore/apps/tinykate/libkate/libkate.pro +++ b/noncore/apps/tinykate/libkate/libkate.pro | |||
@@ -57,38 +57,38 @@ SOURCES = microkde/kapplication.cpp \ | |||
57 | microkde/kfontdialog.cpp \ | 57 | microkde/kfontdialog.cpp \ |
58 | microkde/krun.cpp \ | 58 | microkde/krun.cpp \ |
59 | microkde/knumvalidator.cpp \ | 59 | microkde/knumvalidator.cpp \ |
60 | microkde/kglobal.cpp \ | 60 | microkde/kglobal.cpp \ |
61 | microkde/kglobalsettings.cpp \ | 61 | microkde/kglobalsettings.cpp \ |
62 | microkde/kcolorbtn.cpp \ | 62 | microkde/kcolorbtn.cpp \ |
63 | \ | 63 | \ |
64 | \ | 64 | \ |
65 | qt3back/qregexp3.cpp \ | 65 | qt3back/qregexp3.cpp \ |
66 | ktexteditor/ktexteditor.cpp \ | 66 | ktexteditor/ktexteditor.cpp \ |
67 | document/katebuffer.cpp document/katedialogs.cpp \ | 67 | document/katebuffer.cpp document/katedialogs.cpp \ |
68 | document/katehighlight.cpp \ | 68 | document/katehighlight.cpp \ |
69 | document/katecmd.cpp \ | 69 | document/katecmd.cpp \ |
70 | document/katesyntaxdocument.cpp document/katecmds.cpp \ | 70 | document/katesyntaxdocument.cpp document/katecmds.cpp \ |
71 | document/katedocument.cpp document/katetextline.cpp \ | 71 | document/katedocument.cpp document/katetextline.cpp \ |
72 | view/kateundohistory.cpp \ | 72 | view/kateundohistory.cpp \ |
73 | view/kateview.cpp \ | 73 | view/kateview.cpp \ |
74 | view/kateviewdialog.cpp \ | 74 | view/kateviewdialog.cpp \ |
75 | interfaces/interfaces.cpp | 75 | interfaces/interfaces.cpp |
76 | 76 | ||
77 | INTERFACES= | 77 | INTERFACES= |
78 | INCLUDEPATH+= $(OPIEDIR)/include $(OPIEDIR)/noncore/apps/tinykate/libkate/microkde \ | 78 | INCLUDEPATH+= $(OPIEDIR)/include $(OPIEDIR)/noncore/apps/tinykate/libkate/microkde \ |
79 | $(OPIEDIR)/noncore/apps/tinykate/libkate/document \ | 79 | $(OPIEDIR)/noncore/apps/tinykate/libkate/document \ |
80 | $(OPIEDIR)/noncore/apps/tinykate/libkate/view \ | 80 | $(OPIEDIR)/noncore/apps/tinykate/libkate/view \ |
81 | $(OPIEDIR)/noncore/apps/tinykate/libkate/interfaces \ | 81 | $(OPIEDIR)/noncore/apps/tinykate/libkate/interfaces \ |
82 | $(OPIEDIR)/noncore/apps/tinykate/libkate/ktexteditor \ | 82 | $(OPIEDIR)/noncore/apps/tinykate/libkate/ktexteditor \ |
83 | $(OPIEDIR)/noncore/apps/tinykate/libkate/qt3back | 83 | $(OPIEDIR)/noncore/apps/tinykate/libkate/qt3back |
84 | DEPENDPATH+= $(OPIEDIR)/include | 84 | DEPENDPATH+= $(OPIEDIR)/include |
85 | LIBS += -lqpe -lopie | 85 | LIBS += -lqpe -lopie |
86 | TARGET = tinykate | 86 | TARGET = tinykate |
87 | 87 | ||
88 | INCLUDEPATH += $(OPIEDIR)/include | 88 | INCLUDEPATH += $(OPIEDIR)/include |
89 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 89 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
90 | 90 | ||
91 | 91 | ||
92 | 92 | ||
93 | 93 | ||
94 | include ( ../../../../include.pro ) | 94 | include ( ../../../../include.pro ) |
diff --git a/noncore/net/ftplib/ftplib.control b/noncore/net/ftplib/ftplib.control index 67765ad..72b004e 100644 --- a/noncore/net/ftplib/ftplib.control +++ b/noncore/net/ftplib/ftplib.control | |||
@@ -1,9 +1,9 @@ | |||
1 | Files: $QTDIR/lib/libftplib.* | 1 | Files: $OPIEDIR/lib/libftplib.* |
2 | Priority: optional | 2 | Priority: optional |
3 | Section: Communications | 3 | Section: Communications |
4 | Maintainer: L.J. Potter <ljp@llornkcor.com> | 4 | Maintainer: L.J. Potter <ljp@llornkcor.com> |
5 | Architecture: arm | 5 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 6 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: opie-base ($QPE_VERSION) | 7 | Depends: opie-base ($QPE_VERSION) |
8 | Description: Libftp | 8 | Description: Libftp |
9 | The ftp library for the Opie environment. | 9 | The ftp library for the Opie environment. |
diff --git a/noncore/net/ftplib/ftplib.pro b/noncore/net/ftplib/ftplib.pro index 3dd8dbd..918ddf9 100644 --- a/noncore/net/ftplib/ftplib.pro +++ b/noncore/net/ftplib/ftplib.pro | |||
@@ -1,10 +1,10 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = ftplib.h | 3 | HEADERS = ftplib.h |
4 | SOURCES = ftplib.c | 4 | SOURCES = ftplib.c |
5 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 5 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
6 | INTERFACES = | 6 | INTERFACES = |
7 | 7 | ||
8 | 8 | ||
9 | 9 | ||
10 | include ( ../../../include.pro ) | 10 | include ( ../../../include.pro ) |
diff --git a/noncore/net/opietooth/lib/lib.pro b/noncore/net/opietooth/lib/lib.pro index d250448..a021941 100644 --- a/noncore/net/opietooth/lib/lib.pro +++ b/noncore/net/opietooth/lib/lib.pro | |||
@@ -1,30 +1,30 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qte warn_on release | 2 | CONFIG += qte warn_on release |
3 | HEADERS = connection.h parser.h device.h manager.h remotedevice.h services.h | 3 | HEADERS = connection.h parser.h device.h manager.h remotedevice.h services.h |
4 | SOURCES = connection.cpp parser.cc device.cc manager.cc remotedevice.cc services.cc | 4 | SOURCES = connection.cpp parser.cc device.cc manager.cc remotedevice.cc services.cc |
5 | TARGET = opietooth | 5 | TARGET = opietooth |
6 | INCLUDEPATH += $(OPIEDIR)/include . | 6 | INCLUDEPATH += $(OPIEDIR)/include . |
7 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 7 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
8 | LIBS += -lopie | 8 | LIBS += -lopie |
9 | #VERSION = 0.0.0 | 9 | #VERSION = 0.0.0 |
10 | 10 | ||
11 | TRANSLATIONS = ../../../../i18n/de/libopietooth.ts \ | 11 | TRANSLATIONS = ../../../../i18n/de/libopietooth.ts \ |
12 | ../../../../i18n/da/libopietooth.ts \ | 12 | ../../../../i18n/da/libopietooth.ts \ |
13 | ../../../../i18n/xx/libopietooth.ts \ | 13 | ../../../../i18n/xx/libopietooth.ts \ |
14 | ../../../../i18n/en/libopietooth.ts \ | 14 | ../../../../i18n/en/libopietooth.ts \ |
15 | ../../../../i18n/es/libopietooth.ts \ | 15 | ../../../../i18n/es/libopietooth.ts \ |
16 | ../../../../i18n/fr/libopietooth.ts \ | 16 | ../../../../i18n/fr/libopietooth.ts \ |
17 | ../../../../i18n/hu/libopietooth.ts \ | 17 | ../../../../i18n/hu/libopietooth.ts \ |
18 | ../../../../i18n/ja/libopietooth.ts \ | 18 | ../../../../i18n/ja/libopietooth.ts \ |
19 | ../../../../i18n/ko/libopietooth.ts \ | 19 | ../../../../i18n/ko/libopietooth.ts \ |
20 | ../../../../i18n/no/libopietooth.ts \ | 20 | ../../../../i18n/no/libopietooth.ts \ |
21 | ../../../../i18n/pl/libopietooth.ts \ | 21 | ../../../../i18n/pl/libopietooth.ts \ |
22 | ../../../../i18n/pt/libopietooth.ts \ | 22 | ../../../../i18n/pt/libopietooth.ts \ |
23 | ../../../../i18n/pt_BR/libopietooth.ts \ | 23 | ../../../../i18n/pt_BR/libopietooth.ts \ |
24 | ../../../../i18n/sl/libopietooth.ts \ | 24 | ../../../../i18n/sl/libopietooth.ts \ |
25 | ../../../../i18n/zh_CN/libopietooth.ts \ | 25 | ../../../../i18n/zh_CN/libopietooth.ts \ |
26 | ../../../../i18n/zh_TW/libopietooth.ts | 26 | ../../../../i18n/zh_TW/libopietooth.ts |
27 | 27 | ||
28 | 28 | ||
29 | 29 | ||
30 | include ( ../../../../include.pro ) | 30 | include ( ../../../../include.pro ) |
diff --git a/noncore/net/opietooth/lib/libopietooth.control b/noncore/net/opietooth/lib/libopietooth.control index bdc43b1..1ecb2b6 100644 --- a/noncore/net/opietooth/lib/libopietooth.control +++ b/noncore/net/opietooth/lib/libopietooth.control | |||
@@ -1,8 +1,8 @@ | |||
1 | Files: $QTDIR/lib/libopie11tooth.so.1.0.0 $QTDIR/lib/libopie11tooth.so.1.0 $QTDIR/lib/libopie11tooth.so.1 | 1 | Files: $OPIEDIR/lib/libopie11tooth.so.1.0.0 $OPIEDIR/lib/libopie11tooth.so.1.0 $OPIEDIR/lib/libopie11tooth.so.1 |
2 | Priority: optional | 2 | Priority: optional |
3 | Section: opie/system | 3 | Section: opie/system |
4 | Maintainer: Maximilian Reiß <max.reiss@gmx.de> | 4 | Maintainer: Maximilian Reiß <max.reiss@gmx.de> |
5 | Architecture: arm | 5 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 6 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: qt-embedded (>=$QTE_VERSION), libopie11, task-bluez | 7 | Depends: qt-embedded (>=$QTE_VERSION), libopie11, task-bluez |
8 | Description: Opie bluetooth library | 8 | Description: Opie bluetooth library |
diff --git a/noncore/net/wellenreiter/daemon/daemon.pro b/noncore/net/wellenreiter/daemon/daemon.pro index 5f4d09b..2599315 100644 --- a/noncore/net/wellenreiter/daemon/daemon.pro +++ b/noncore/net/wellenreiter/daemon/daemon.pro | |||
@@ -1,15 +1,15 @@ | |||
1 | DESTDIR = $(OPIEDIR)/bin | 1 | DESTDIR = $(OPIEDIR)/bin |
2 | TEMPLATE = app | 2 | TEMPLATE = app |
3 | CONFIG = warn_on debug | 3 | CONFIG = warn_on debug |
4 | #CONFIG = warn_on release | 4 | #CONFIG = warn_on release |
5 | HEADERS = source/config.hh source/daemon.hh | 5 | HEADERS = source/config.hh source/daemon.hh |
6 | SOURCES = source/daemon.cc | 6 | SOURCES = source/daemon.cc |
7 | INCLUDEPATH += ../ | 7 | INCLUDEPATH += ../ |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lpcap -L$(QTDIR)/lib -lwellenreiter | 9 | LIBS += -lpcap -L$(OPIEDIR)/lib -lwellenreiter |
10 | INTERFACES = | 10 | INTERFACES = |
11 | TARGET = wellenreiterd | 11 | TARGET = wellenreiterd |
12 | 12 | ||
13 | 13 | ||
14 | 14 | ||
15 | include ( ../../../../include.pro ) | 15 | include ( ../../../../include.pro ) |
diff --git a/noncore/net/wellenreiter/libwellenreiter/libwellenreiter.pro b/noncore/net/wellenreiter/libwellenreiter/libwellenreiter.pro index 5a7e20d..fd3b894 100644 --- a/noncore/net/wellenreiter/libwellenreiter/libwellenreiter.pro +++ b/noncore/net/wellenreiter/libwellenreiter/libwellenreiter.pro | |||
@@ -1,15 +1,15 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG = warn_on debug | 2 | CONFIG = warn_on debug |
3 | VERSION = 0.2 | 3 | VERSION = 0.2 |
4 | HEADERS = source/cardmode.hh source/wl_log.hh source/wl_proto.hh source/sniff.hh source/wl_sock.hh source/wl_types.hh | 4 | HEADERS = source/cardmode.hh source/wl_log.hh source/wl_proto.hh source/sniff.hh source/wl_sock.hh source/wl_types.hh |
5 | SOURCES = source/cardmode.cc source/wl_log.cc source/wl_proto.cc source/sniff.cc source/wl_sock.cc | 5 | SOURCES = source/cardmode.cc source/wl_log.cc source/wl_proto.cc source/sniff.cc source/wl_sock.cc |
6 | 6 | ||
7 | LIBS = | 7 | LIBS = |
8 | TMAKE_CFLAGS += -D__UNIX__ | 8 | TMAKE_CFLAGS += -D__UNIX__ |
9 | 9 | ||
10 | DESTDIR = $(QTDIR)/lib | 10 | DESTDIR = $(OPIEDIR)/lib |
11 | TARGET = wellenreiter | 11 | TARGET = wellenreiter |
12 | 12 | ||
13 | 13 | ||
14 | 14 | ||
15 | include ( ../../../../include.pro ) | 15 | include ( ../../../../include.pro ) |
diff --git a/noncore/net/wellenreiter/opie-wellenreiter.control b/noncore/net/wellenreiter/opie-wellenreiter.control index 0ea27bf..299dfc0 100644 --- a/noncore/net/wellenreiter/opie-wellenreiter.control +++ b/noncore/net/wellenreiter/opie-wellenreiter.control | |||
@@ -1,9 +1,9 @@ | |||
1 | Files: bin/wellenreiter bin/wellenreiterd bin/orinoco_hopper pics/wellenreiter apps/Applications/wellenreiter.desktop $QTDIR/lib/libwellenreiter.* | 1 | Files: bin/wellenreiter bin/wellenreiterd bin/orinoco_hopper pics/wellenreiter apps/Applications/wellenreiter.desktop $OPIEDIR/lib/libwellenreiter.* |
2 | Priority: optional | 2 | Priority: optional |
3 | Section: opie/applications | 3 | Section: opie/applications |
4 | Maintainer: Michael Lauer <mickeyl@handhelds.org> | 4 | Maintainer: Michael Lauer <mickeyl@handhelds.org> |
5 | Architecture: arm | 5 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 6 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: opie-base ($QPE_VERSION), libpcap | 7 | Depends: opie-base ($QPE_VERSION), libpcap |
8 | Description: A WaveLAN Network Monitor | 8 | Description: A WaveLAN Network Monitor |
9 | A WaveLAN Network Monitor/Sniffer for the Opie Environment. | 9 | A WaveLAN Network Monitor/Sniffer for the Opie Environment. |
diff --git a/noncore/settings/networksettings/interfaces/interfaces.pro b/noncore/settings/networksettings/interfaces/interfaces.pro index 9fd1b20..233cacd 100644 --- a/noncore/settings/networksettings/interfaces/interfaces.pro +++ b/noncore/settings/networksettings/interfaces/interfaces.pro | |||
@@ -1,16 +1,16 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | #CONFIG += qt warn_on debug | 3 | #CONFIG += qt warn_on debug |
4 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 4 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
5 | HEADERS = interface.h interfaceinformationimp.h interfaces.h interfacesetupimp.h | 5 | HEADERS = interface.h interfaceinformationimp.h interfaces.h interfacesetupimp.h |
6 | SOURCES = interface.cpp interfaces.cpp interfaceinformationimp.cpp interfacesetupimp.cpp | 6 | SOURCES = interface.cpp interfaces.cpp interfaceinformationimp.cpp interfacesetupimp.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= interfaceadvanced.ui interfaceinformation.ui interfacesetup.ui | 10 | INTERFACES= interfaceadvanced.ui interfaceinformation.ui interfacesetup.ui |
11 | TARGET = interfaces | 11 | TARGET = interfaces |
12 | VERSION = 1.0.0 | 12 | VERSION = 1.0.0 |
13 | 13 | ||
14 | 14 | ||
15 | 15 | ||
16 | include ( ../../../../include.pro ) | 16 | include ( ../../../../include.pro ) |
diff --git a/noncore/settings/networksettings/opie-networksettings.control b/noncore/settings/networksettings/opie-networksettings.control index 7635cd1..a19af54 100644 --- a/noncore/settings/networksettings/opie-networksettings.control +++ b/noncore/settings/networksettings/opie-networksettings.control | |||
@@ -1,9 +1,9 @@ | |||
1 | Files: bin/networksettings apps/Settings/networksettings.desktop plugins/networksettings/* pics/networksettings/* pics/Network/PPPConnect.png $QTDIR/lib/libinterfaces.so.1.0.0 $QTDIR/lib/libinterfaces.so.1.0 $QTDIR/lib/libinterfaces.so.1 root/usr/bin/changedns bin/getprofile | 1 | Files: bin/networksettings apps/Settings/networksettings.desktop plugins/networksettings/* pics/networksettings/* pics/Network/PPPConnect.png $OPIEDIR/lib/libinterfaces.so.1.0.0 $OPIEDIR/lib/libinterfaces.so.1.0 $OPIEDIR/lib/libinterfaces.so.1 root/usr/bin/changedns bin/getprofile |
2 | Priority: optional | 2 | Priority: optional |
3 | Section: opie/settings | 3 | Section: opie/settings |
4 | Maintainer: Ben Meyer <meyerb@sharpsec.com> | 4 | Maintainer: Ben Meyer <meyerb@sharpsec.com> |
5 | Architecture: arm | 5 | Architecture: arm |
6 | Version: $QPE_VERSION-$SUB_VERSION | 6 | Version: $QPE_VERSION-$SUB_VERSION |
7 | Depends: opie-base ($QPE_VERSION) | 7 | Depends: opie-base ($QPE_VERSION) |
8 | Description: Network settings. | 8 | Description: Network settings. |
9 | Replaces: opie-networksetup | 9 | Replaces: opie-networksetup |
diff --git a/noncore/unsupported/mail2/libmail/libmail.pro b/noncore/unsupported/mail2/libmail/libmail.pro index 1d5a4c1..05a9773 100644 --- a/noncore/unsupported/mail2/libmail/libmail.pro +++ b/noncore/unsupported/mail2/libmail/libmail.pro | |||
@@ -1,45 +1,45 @@ | |||
1 | TEMPLATE =lib | 1 | TEMPLATE =lib |
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 =configfile.h \ | 4 | HEADERS =configfile.h \ |
5 | defines.h \ | 5 | defines.h \ |
6 | imapbase.h \ | 6 | imapbase.h \ |
7 | imaphandler.h \ | 7 | imaphandler.h \ |
8 | imapresponse.h \ | 8 | imapresponse.h \ |
9 | mailfactory.h \ | 9 | mailfactory.h \ |
10 | md5.cpp \ | 10 | md5.cpp \ |
11 | miscfunctions.h \ | 11 | miscfunctions.h \ |
12 | smtphandler.h | 12 | smtphandler.h |
13 | SOURCES =configfile.cpp \ | 13 | SOURCES =configfile.cpp \ |
14 | imapbase.cpp \ | 14 | imapbase.cpp \ |
15 | imaphandler.cpp \ | 15 | imaphandler.cpp \ |
16 | imapresponse.cpp \ | 16 | imapresponse.cpp \ |
17 | mailfactory.cpp \ | 17 | mailfactory.cpp \ |
18 | md5.h \ | 18 | md5.h \ |
19 | miscfunctions.cpp \ | 19 | miscfunctions.cpp \ |
20 | smtphandler.cpp | 20 | smtphandler.cpp |
21 | INCLUDEPATH +=$(OPIEDIR)/include | 21 | INCLUDEPATH +=$(OPIEDIR)/include |
22 | LIBS +=-L$(OPIEDIR)/lib -lqpe | 22 | LIBS +=-L$(OPIEDIR)/lib -lqpe |
23 | TARGET =mail | 23 | TARGET =mail |
24 | DESTDIR =$(QTDIR)/lib | 24 | DESTDIR = $(OPIEDIR)/lib |
25 | 25 | ||
26 | TRANSLATIONS = ../../../i18n/de/libmail.ts \ | 26 | TRANSLATIONS = ../../../i18n/de/libmail.ts \ |
27 | ../../../i18n/da/libmail.ts \ | 27 | ../../../i18n/da/libmail.ts \ |
28 | ../../../i18n/xx/libmail.ts \ | 28 | ../../../i18n/xx/libmail.ts \ |
29 | ../../../i18n/en/libmail.ts \ | 29 | ../../../i18n/en/libmail.ts \ |
30 | ../../../i18n/es/libmail.ts \ | 30 | ../../../i18n/es/libmail.ts \ |
31 | ../../../i18n/fr/libmail.ts \ | 31 | ../../../i18n/fr/libmail.ts \ |
32 | ../../../i18n/hu/libmail.ts \ | 32 | ../../../i18n/hu/libmail.ts \ |
33 | ../../../i18n/ja/libmail.ts \ | 33 | ../../../i18n/ja/libmail.ts \ |
34 | ../../../i18n/ko/libmail.ts \ | 34 | ../../../i18n/ko/libmail.ts \ |
35 | ../../../i18n/no/libmail.ts \ | 35 | ../../../i18n/no/libmail.ts \ |
36 | ../../../i18n/pl/libmail.ts \ | 36 | ../../../i18n/pl/libmail.ts \ |
37 | ../../../i18n/pt/libmail.ts \ | 37 | ../../../i18n/pt/libmail.ts \ |
38 | ../../../i18n/pt_BR/libmail.ts \ | 38 | ../../../i18n/pt_BR/libmail.ts \ |
39 | ../../../i18n/sl/libmail.ts \ | 39 | ../../../i18n/sl/libmail.ts \ |
40 | ../../../i18n/zh_CN/libmail.ts \ | 40 | ../../../i18n/zh_CN/libmail.ts \ |
41 | ../../../i18n/zh_TW/libmail.ts | 41 | ../../../i18n/zh_TW/libmail.ts |
42 | 42 | ||
43 | 43 | ||
44 | 44 | ||
45 | include ( ../../../include.pro ) | 45 | include ( ../../../include.pro ) |
diff --git a/noncore/unsupported/mail2/opie-mail2.control b/noncore/unsupported/mail2/opie-mail2.control index b6bbff8..2a6529f 100644 --- a/noncore/unsupported/mail2/opie-mail2.control +++ b/noncore/unsupported/mail2/opie-mail2.control | |||
@@ -1,9 +1,9 @@ | |||
1 | Files: bin/mail $QTDIR/lib/libmail.so* apps/1Pim/mail.desktop pics/mail/*.png sounds/mail/*.wav | 1 | Files: bin/mail $OPIEDIR/lib/libmail.so* apps/1Pim/mail.desktop pics/mail/*.png sounds/mail/*.wav |
2 | Priority: optional | 2 | Priority: optional |
3 | Section: opie/applications | 3 | Section: opie/applications |
4 | Maintainer: Constantin Bergemann <cbergemann@lisa.de> | 4 | Maintainer: Constantin Bergemann <cbergemann@lisa.de> |
5 | Architecture: arm | 5 | Architecture: arm |
6 | Version: 0.0.9-$SUB_VERSION | 6 | Version: 0.0.9-$SUB_VERSION |
7 | Depends: opie-base, libopie1 | 7 | Depends: opie-base, libopie1 |
8 | Description: An IMAP mail client | 8 | Description: An IMAP mail client |
9 | License: LGPL | 9 | License: LGPL |
diff --git a/x11/libqpe-x11/libqpe-x11.pro b/x11/libqpe-x11/libqpe-x11.pro index 1671ffa..b61ba3f 100644 --- a/x11/libqpe-x11/libqpe-x11.pro +++ b/x11/libqpe-x11/libqpe-x11.pro | |||
@@ -108,40 +108,40 @@ SOURCES = ../../library/calendar.cpp \ | |||
108 | ../../library/categorywidget.cpp \ | 108 | ../../library/categorywidget.cpp \ |
109 | ../../library/ir.cpp \ | 109 | ../../library/ir.cpp \ |
110 | ../../library/backend/vcc_yacc.cpp \ | 110 | ../../library/backend/vcc_yacc.cpp \ |
111 | ../../library/backend/vobject.cpp \ | 111 | ../../library/backend/vobject.cpp \ |
112 | ../../library/findwidget_p.cpp \ | 112 | ../../library/findwidget_p.cpp \ |
113 | ../../library/finddialog.cpp \ | 113 | ../../library/finddialog.cpp \ |
114 | ../../library/lnkproperties.cpp \ | 114 | ../../library/lnkproperties.cpp \ |
115 | ../../library/fontdatabase.cpp \ | 115 | ../../library/fontdatabase.cpp \ |
116 | qt/qcopchannel_qws.cpp \ | 116 | qt/qcopchannel_qws.cpp \ |
117 | qpe/qpeapplication.cpp \ | 117 | qpe/qpeapplication.cpp \ |
118 | ../ipc/client/ocopclient.cpp \ | 118 | ../ipc/client/ocopclient.cpp \ |
119 | ../ipc/common/ocoppacket.cpp | 119 | ../ipc/common/ocoppacket.cpp |
120 | 120 | ||
121 | # Qt 3 compatibility | 121 | # Qt 3 compatibility |
122 | HEADERS += ../../library/quuid.h \ | 122 | HEADERS += ../../library/quuid.h \ |
123 | ../../library/qcom.h \ | 123 | ../../library/qcom.h \ |
124 | ../../library/qlibrary.h \ | 124 | ../../library/qlibrary.h \ |
125 | ../../library/qlibrary_p.h | 125 | ../../library/qlibrary_p.h |
126 | 126 | ||
127 | SOURCES += ../../library/quuid.cpp \ | 127 | SOURCES += ../../library/quuid.cpp \ |
128 | ../../library/qlibrary.cpp \ | 128 | ../../library/qlibrary.cpp \ |
129 | ../../library/qlibrary_unix.cpp | 129 | ../../library/qlibrary_unix.cpp |
130 | 130 | ||
131 | INCLUDEPATH += $(OPIEDIR)/include backend | 131 | INCLUDEPATH += $(OPIEDIR)/include backend |
132 | LIBS += -ldl -lcrypt -lm | 132 | LIBS += -ldl -lcrypt -lm |
133 | 133 | ||
134 | INTERFACES = ../../library/passwordbase_p.ui \ | 134 | INTERFACES = ../../library/passwordbase_p.ui \ |
135 | ../../library/categoryeditbase_p.ui \ | 135 | ../../library/categoryeditbase_p.ui \ |
136 | ../../library/findwidgetbase_p.ui \ | 136 | ../../library/findwidgetbase_p.ui \ |
137 | ../../library/lnkpropertiesbase_p.ui | 137 | ../../library/lnkpropertiesbase_p.ui |
138 | 138 | ||
139 | TARGET = qpe | 139 | TARGET = qpe |
140 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 140 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
141 | # This is set by configure$(OPIEDIR). | 141 | # This is set by configure$(OPIEDIR). |
142 | VERSION = 1.5.0.1 | 142 | VERSION = 1.5.0.1 |
143 | 143 | ||
144 | 144 | ||
145 | 145 | ||
146 | 146 | ||
147 | include ( ../../include.pro ) | 147 | include ( ../../include.pro ) |