summaryrefslogtreecommitdiff
path: root/core/applets/irdaapplet/irdaapplet.pro
authordwmw2 <dwmw2>2002-04-01 21:41:04 (UTC)
committer dwmw2 <dwmw2>2002-04-01 21:41:04 (UTC)
commit22183e22f3d1776c6c73219bd1a07ddf6bb8d670 (patch) (side-by-side diff)
tree82712ae6199ba31dbf826d2ded63e866a05373e6 /core/applets/irdaapplet/irdaapplet.pro
parent5c8abf28f5c839d1af9565b58b9f01aa54378eab (diff)
downloadopie-22183e22f3d1776c6c73219bd1a07ddf6bb8d670.zip
opie-22183e22f3d1776c6c73219bd1a07ddf6bb8d670.tar.gz
opie-22183e22f3d1776c6c73219bd1a07ddf6bb8d670.tar.bz2
Import basic applet to allow switching IrDA on and off.
Diffstat (limited to 'core/applets/irdaapplet/irdaapplet.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/irdaapplet/irdaapplet.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/applets/irdaapplet/irdaapplet.pro b/core/applets/irdaapplet/irdaapplet.pro
new file mode 100644
index 0000000..c8f3fdc
--- a/dev/null
+++ b/core/applets/irdaapplet/irdaapplet.pro
@@ -0,0 +1,11 @@
+TEMPLATE = lib
+CONFIG += qt warn_on release
+HEADERS = irda.h irdaappletimpl.h
+SOURCES = irda.cpp irdaappletimpl.cpp
+TARGET = irdaapplet
+DESTDIR = ../../plugins/applets
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += ../$(OPIEDIR)/include
+LIBS += -lqpe
+VERSION = 1.0.0
+