author | mickeyl <mickeyl> | 2004-12-24 12:58:59 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-12-24 12:58:59 (UTC) |
commit | dc57cb439c6c9256f76f78a487942a4d1b2a2e27 (patch) (unidiff) | |
tree | f2b1dc69283c3de30930a650c87be834e04998c9 /x11 | |
parent | 3236db49b0718764bcfe211442354202725a6ff6 (diff) | |
download | opie-dc57cb439c6c9256f76f78a487942a4d1b2a2e27.zip opie-dc57cb439c6c9256f76f78a487942a4d1b2a2e27.tar.gz opie-dc57cb439c6c9256f76f78a487942a4d1b2a2e27.tar.bz2 |
qmake 1.08a has more rigid syntax checking and chokes on our .pro files
-rw-r--r-- | x11/ipc/server/ocopserver.pro | 6 | ||||
-rw-r--r-- | x11/ipc/server/server.pro | 4 | ||||
-rw-r--r-- | x11/libqpe-x11/libqpe-x11.pro | 6 |
3 files changed, 13 insertions, 3 deletions
diff --git a/x11/ipc/server/ocopserver.pro b/x11/ipc/server/ocopserver.pro index 496b782..2fd951d 100644 --- a/x11/ipc/server/ocopserver.pro +++ b/x11/ipc/server/ocopserver.pro | |||
@@ -1,14 +1,18 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | DESTDIR = $(OPIEDIR)/bin | 2 | DESTDIR = $(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 | ||
14 | include ( $(OPIEDIR)/include.pro ) | 14 | include( |
15 | |||
16 | |||
17 | |||
18 | $(OPIEDIR)/include.pro ) | ||
diff --git a/x11/ipc/server/server.pro b/x11/ipc/server/server.pro index 496b782..33e038e 100644 --- a/x11/ipc/server/server.pro +++ b/x11/ipc/server/server.pro | |||
@@ -1,14 +1,16 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | DESTDIR = $(OPIEDIR)/bin | 2 | DESTDIR = $(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 | ||
14 | include ( $(OPIEDIR)/include.pro ) | 14 | include( |
15 | |||
16 | $(OPIEDIR)/include.pro ) | ||
diff --git a/x11/libqpe-x11/libqpe-x11.pro b/x11/libqpe-x11/libqpe-x11.pro index b96d347..99c50ee 100644 --- a/x11/libqpe-x11/libqpe-x11.pro +++ b/x11/libqpe-x11/libqpe-x11.pro | |||
@@ -99,49 +99,53 @@ SOURCES = ../../library/calendar.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 |
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 = $(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 | ||
147 | include ( $(OPIEDIR)/include.pro ) | 147 | include( |
148 | |||
149 | |||
150 | |||
151 | $(OPIEDIR)/include.pro ) | ||