summaryrefslogtreecommitdiff
path: root/x11
authorkergoth <kergoth>2003-01-24 01:29:06 (UTC)
committer kergoth <kergoth>2003-01-24 01:29:06 (UTC)
commit039367f738688f9484a487db8720a5bd2ad5878f (patch) (unidiff)
tree3ad1716b648f54cf63b91358bad5d072938f7b6a /x11
parenta30140aaac1c0144c93a6fc3b1085e78612b94b1 (diff)
downloadopie-039367f738688f9484a487db8720a5bd2ad5878f.zip
opie-039367f738688f9484a487db8720a5bd2ad5878f.tar.gz
opie-039367f738688f9484a487db8720a5bd2ad5878f.tar.bz2
Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
Diffstat (limited to 'x11') (more/less context) (show whitespace changes)
-rw-r--r--x11/ipc/server/ocopserver.pro2
-rw-r--r--x11/ipc/server/server.pro2
-rw-r--r--x11/libqpe-x11/libqpe-x11.pro2
3 files changed, 3 insertions, 3 deletions
diff --git a/x11/ipc/server/ocopserver.pro b/x11/ipc/server/ocopserver.pro
index b6d4af5..496b782 100644
--- a/x11/ipc/server/ocopserver.pro
+++ b/x11/ipc/server/ocopserver.pro
@@ -1,14 +1,14 @@
1 TEMPLATE= app 1 TEMPLATE= app
2DESTDIR = $(OPIEDIR)/bin 2DESTDIR = $(OPIEDIR)/bin
3 CONFIG = qt warn_on debug 3 CONFIG = qt warn_on debug
4 #CONFIG = qt warn_on release 4 #CONFIG = qt warn_on release
5 HEADERS = ../common/ocoppacket.h ocopclient.h ocopserver.h 5 HEADERS = ../common/ocoppacket.h ocopclient.h ocopserver.h
6 SOURCES = ../common/ocoppacket.cpp main.cpp ocopserver.cpp 6 SOURCES = ../common/ocoppacket.cpp main.cpp ocopserver.cpp
7 INCLUDEPATH+= $(OPIEDIR)/include 7 INCLUDEPATH+= $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9 TARGET = ocopserver 9 TARGET = ocopserver
10 10
11 11
12 12
13 13
14include ( ../../../include.pro ) 14include ( $(OPIEDIR)/include.pro )
diff --git a/x11/ipc/server/server.pro b/x11/ipc/server/server.pro
index b6d4af5..496b782 100644
--- a/x11/ipc/server/server.pro
+++ b/x11/ipc/server/server.pro
@@ -1,14 +1,14 @@
1 TEMPLATE= app 1 TEMPLATE= app
2DESTDIR = $(OPIEDIR)/bin 2DESTDIR = $(OPIEDIR)/bin
3 CONFIG = qt warn_on debug 3 CONFIG = qt warn_on debug
4 #CONFIG = qt warn_on release 4 #CONFIG = qt warn_on release
5 HEADERS = ../common/ocoppacket.h ocopclient.h ocopserver.h 5 HEADERS = ../common/ocoppacket.h ocopclient.h ocopserver.h
6 SOURCES = ../common/ocoppacket.cpp main.cpp ocopserver.cpp 6 SOURCES = ../common/ocoppacket.cpp main.cpp ocopserver.cpp
7 INCLUDEPATH+= $(OPIEDIR)/include 7 INCLUDEPATH+= $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9 TARGET = ocopserver 9 TARGET = ocopserver
10 10
11 11
12 12
13 13
14include ( ../../../include.pro ) 14include ( $(OPIEDIR)/include.pro )
diff --git a/x11/libqpe-x11/libqpe-x11.pro b/x11/libqpe-x11/libqpe-x11.pro
index b61ba3f..b96d347 100644
--- a/x11/libqpe-x11/libqpe-x11.pro
+++ b/x11/libqpe-x11/libqpe-x11.pro
@@ -51,97 +51,97 @@ HEADERS = ../../library/calendar.h \
51 ../../library/finddialog.h \ 51 ../../library/finddialog.h \
52 ../../library/lnkproperties.h \ 52 ../../library/lnkproperties.h \
53 ../../library/windowdecorationinterface.h \ 53 ../../library/windowdecorationinterface.h \
54 ../../library/textcodecinterface.h \ 54 ../../library/textcodecinterface.h \
55 ../../library/imagecodecinterface.h \ 55 ../../library/imagecodecinterface.h \
56 ../../library/fontdatabase.h \ 56 ../../library/fontdatabase.h \
57 qt/qcopchannel_qws.h \ 57 qt/qcopchannel_qws.h \
58 qpe/qpeapplication.h \ 58 qpe/qpeapplication.h \
59 qpe/fontmanager.h \ 59 qpe/fontmanager.h \
60 ../ipc/client/ocopclient.h \ 60 ../ipc/client/ocopclient.h \
61 ../ipc/common/ocoppacket.h 61 ../ipc/common/ocoppacket.h
62 62
63 63
64 SOURCES= ../../library/calendar.cpp \ 64 SOURCES= ../../library/calendar.cpp \
65 ../../library/global.cpp \ 65 ../../library/global.cpp \
66 ../../library/xmlreader.cpp \ 66 ../../library/xmlreader.cpp \
67 ../../library/mimetype.cpp \ 67 ../../library/mimetype.cpp \
68 ../../library/menubutton.cpp \ 68 ../../library/menubutton.cpp \
69 ../../library/network.cpp \ 69 ../../library/network.cpp \
70 ../../library/networkinterface.cpp \ 70 ../../library/networkinterface.cpp \
71 ../../library/filemanager.cpp \ 71 ../../library/filemanager.cpp \
72 ../../library/qdawg.cpp \ 72 ../../library/qdawg.cpp \
73 ../../library/datebookmonth.cpp \ 73 ../../library/datebookmonth.cpp \
74 ../../library/fileselector.cpp \ 74 ../../library/fileselector.cpp \
75 ../../library/imageedit.cpp \ 75 ../../library/imageedit.cpp \
76 ../../library/resource.cpp \ 76 ../../library/resource.cpp \
77 ../../library/qcopenvelope_qws.cpp \ 77 ../../library/qcopenvelope_qws.cpp \
78 ../../library/qpestyle.cpp \ 78 ../../library/qpestyle.cpp \
79 ../../library/qpedialog.cpp \ 79 ../../library/qpedialog.cpp \
80 ../../library/lightstyle.cpp \ 80 ../../library/lightstyle.cpp \
81 ../../library/config.cpp \ 81 ../../library/config.cpp \
82 ../../library/applnk.cpp \ 82 ../../library/applnk.cpp \
83 ../../library/sound.cpp \ 83 ../../library/sound.cpp \
84 ../../library/tzselect.cpp \ 84 ../../library/tzselect.cpp \
85 ../../library/qmath.c \ 85 ../../library/qmath.c \
86 ../../library/datebookdb.cpp \ 86 ../../library/datebookdb.cpp \
87 ../../library/alarmserver.cpp \ 87 ../../library/alarmserver.cpp \
88 ../../library/password.cpp \ 88 ../../library/password.cpp \
89 ../../library/process.cpp \ 89 ../../library/process.cpp \
90 ../../library/process_unix.cpp \ 90 ../../library/process_unix.cpp \
91 ../../library/timestring.cpp \ 91 ../../library/timestring.cpp \
92 ../../library/power.cpp \ 92 ../../library/power.cpp \
93 ../../library/storage.cpp \ 93 ../../library/storage.cpp \
94 ../../library/qpemessagebox.cpp \ 94 ../../library/qpemessagebox.cpp \
95 ../../library/backend/timeconversion.cpp \ 95 ../../library/backend/timeconversion.cpp \
96 ../../library/qpedebug.cpp \ 96 ../../library/qpedebug.cpp \
97 ../../library/qpemenubar.cpp \ 97 ../../library/qpemenubar.cpp \
98 ../../library/qpetoolbar.cpp \ 98 ../../library/qpetoolbar.cpp \
99 ../../library/backend/categories.cpp \ 99 ../../library/backend/categories.cpp \
100 ../../library/backend/stringutil.cpp \ 100 ../../library/backend/stringutil.cpp \
101 ../../library/backend/palmtoprecord.cpp \ 101 ../../library/backend/palmtoprecord.cpp \
102 ../../library/backend/task.cpp \ 102 ../../library/backend/task.cpp \
103 ../../library/backend/event.cpp \ 103 ../../library/backend/event.cpp \
104 ../../library/backend/contact.cpp \ 104 ../../library/backend/contact.cpp \
105 ../../library/categorymenu.cpp \ 105 ../../library/categorymenu.cpp \
106 ../../library/categoryedit_p.cpp \ 106 ../../library/categoryedit_p.cpp \
107 ../../library/categoryselect.cpp \ 107 ../../library/categoryselect.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
122HEADERS += ../../library/quuid.h \ 122HEADERS += ../../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
127SOURCES += ../../library/quuid.cpp \ 127SOURCES += ../../library/quuid.cpp \
128 ../../library/qlibrary.cpp \ 128 ../../library/qlibrary.cpp \
129 ../../library/qlibrary_unix.cpp 129 ../../library/qlibrary_unix.cpp
130 130
131INCLUDEPATH += $(OPIEDIR)/include backend 131INCLUDEPATH += $(OPIEDIR)/include backend
132 LIBS += -ldl -lcrypt -lm 132 LIBS += -ldl -lcrypt -lm
133 133
134INTERFACES = ../../library/passwordbase_p.ui \ 134INTERFACES = ../../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 = $(OPIEDIR)/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
147include ( ../../include.pro ) 147include ( $(OPIEDIR)/include.pro )