summaryrefslogtreecommitdiff
path: root/core/apps/qcop/qcop.pro
Unidiff
Diffstat (limited to 'core/apps/qcop/qcop.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/qcop/qcop.pro20
1 files changed, 19 insertions, 1 deletions
diff --git a/core/apps/qcop/qcop.pro b/core/apps/qcop/qcop.pro
index a4b39d9..5e9c735 100644
--- a/core/apps/qcop/qcop.pro
+++ b/core/apps/qcop/qcop.pro
@@ -6,7 +6,25 @@ SOURCES = main.cpp
6INCLUDEPATH += $(OPIEDIR)/include 6INCLUDEPATH += $(OPIEDIR)/include
7 DEPENDPATH+= $(OPIEDIR)/include 7 DEPENDPATH+= $(OPIEDIR)/include
8LIBS += -lqpe 8LIBS += -lqpe
9 INTERFACES= 9 INTERFACES=
10 TARGET = qcop 10 TARGET = qcop
11 11
12include ( $(OPIEDIR)/include.pro ) 12include(
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30 $(OPIEDIR)/include.pro )