summaryrefslogtreecommitdiff
path: root/core/applets/obex/obex.pro
authorharlekin <harlekin>2002-06-10 09:39:23 (UTC)
committer harlekin <harlekin>2002-06-10 09:39:23 (UTC)
commitca3838f3aa3bbfa3aba61f7aaa285b9be67ca426 (patch) (side-by-side diff)
treeb14274bbff3cd1140b9b1a1c84c2e97b712f1828 /core/applets/obex/obex.pro
parent81add8ce87168282bb56a15f0406f3fec75cf610 (diff)
downloadopie-ca3838f3aa3bbfa3aba61f7aaa285b9be67ca426.zip
opie-ca3838f3aa3bbfa3aba61f7aaa285b9be67ca426.tar.gz
opie-ca3838f3aa3bbfa3aba61f7aaa285b9be67ca426.tar.bz2
initial try
Diffstat (limited to 'core/applets/obex/obex.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/obex/obex.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/applets/obex/obex.pro b/core/applets/obex/obex.pro
new file mode 100644
index 0000000..ce07ac9
--- a/dev/null
+++ b/core/applets/obex/obex.pro
@@ -0,0 +1,11 @@
+TEMPLATE = lib
+CONFIG += qt warn_on release
+HEADERS = kprocess.h kprocctrl.h obex.h
+SOURCES = kprocess.cpp kprocctrl.cpp obex.cc
+TARGET = obex
+DESTDIR = ../../plugins/applets
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += ../$(OPIEDIR)/include
+LIBS += -lqpe
+VERSION = 0.0.1
+