summaryrefslogtreecommitdiff
path: root/x11
Unidiff
Diffstat (limited to 'x11') (more/less context) (ignore whitespace changes)
-rw-r--r--x11/ipc/server/ocopserver.pro6
-rw-r--r--x11/ipc/server/server.pro4
-rw-r--r--x11/libqpe-x11/libqpe-x11.pro6
3 files changed, 3 insertions, 13 deletions
diff --git a/x11/ipc/server/ocopserver.pro b/x11/ipc/server/ocopserver.pro
index 2fd951d..b1ed406 100644
--- a/x11/ipc/server/ocopserver.pro
+++ b/x11/ipc/server/ocopserver.pro
@@ -6,13 +6,9 @@ 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( 14include( $(OPIEDIR)/include.pro )
15
16
17
18 $(OPIEDIR)/include.pro )
diff --git a/x11/ipc/server/server.pro b/x11/ipc/server/server.pro
index 33e038e..b1ed406 100644
--- a/x11/ipc/server/server.pro
+++ b/x11/ipc/server/server.pro
@@ -6,11 +6,9 @@ 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( 14include( $(OPIEDIR)/include.pro )
15
16 $(OPIEDIR)/include.pro )
diff --git a/x11/libqpe-x11/libqpe-x11.pro b/x11/libqpe-x11/libqpe-x11.pro
index 99c50ee..45d2042 100644
--- a/x11/libqpe-x11/libqpe-x11.pro
+++ b/x11/libqpe-x11/libqpe-x11.pro
@@ -139,13 +139,9 @@ INTERFACES = ../../library/passwordbase_p.ui \
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( 147include( $(OPIEDIR)/include.pro )
148
149
150
151 $(OPIEDIR)/include.pro )