summaryrefslogtreecommitdiff
path: root/core/qws/qws.pro
Unidiff
Diffstat (limited to 'core/qws/qws.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/qws/qws.pro18
1 files changed, 1 insertions, 17 deletions
diff --git a/core/qws/qws.pro b/core/qws/qws.pro
index 594ceb2..730fc3a 100644
--- a/core/qws/qws.pro
+++ b/core/qws/qws.pro
@@ -8,29 +8,13 @@ HEADERS = \
8 oqwsserver.h 8 oqwsserver.h
9 SOURCES = \ 9 SOURCES = \
10 main.cpp \ 10 main.cpp \
11 transferserver.cpp \ 11 transferserver.cpp \
12 qcopbridge.cpp \ 12 qcopbridge.cpp \
13 oqwsserver.cpp 13 oqwsserver.cpp
14 14
15 INCLUDEPATH+= $(OPIEDIR)/include 15 INCLUDEPATH+= $(OPIEDIR)/include
16 DEPENDPATH+= $(OPIEDIR)/include . 16 DEPENDPATH+= $(OPIEDIR)/include .
17 TARGET = qws 17 TARGET = qws
18 LIBS += -lqpe -lopiecore2 -lopieui2 18 LIBS += -lqpe -lopiecore2 -lopieui2
19 19
20include( 20include( $(OPIEDIR)/include.pro )
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36 $(OPIEDIR)/include.pro )