summaryrefslogtreecommitdiff
path: root/noncore/applets/pcmcia/pcmcia.pro
authormickeyl <mickeyl>2005-05-21 14:33:55 (UTC)
committer mickeyl <mickeyl>2005-05-21 14:33:55 (UTC)
commit81a650dc44d3be986cbf8f60e7c7b21ef76d1b94 (patch) (side-by-side diff)
tree146576c950237445a6f3639ef5de8e9cf6214294 /noncore/applets/pcmcia/pcmcia.pro
parentdfdc651b989550e30f2b72f535ce0cd3431fc9f4 (diff)
downloadopie-81a650dc44d3be986cbf8f60e7c7b21ef76d1b94.zip
opie-81a650dc44d3be986cbf8f60e7c7b21ef76d1b94.tar.gz
opie-81a650dc44d3be986cbf8f60e7c7b21ef76d1b94.tar.bz2
add pcmciaapplet. this applet will be a 'next-generation' cardmon applet allowing
not only to monitor PCMCIA/CF cards but also to configure cards, e.g. what Opie should do, when a certain card has been inserted.
Diffstat (limited to 'noncore/applets/pcmcia/pcmcia.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/applets/pcmcia/pcmcia.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/noncore/applets/pcmcia/pcmcia.pro b/noncore/applets/pcmcia/pcmcia.pro
new file mode 100644
index 0000000..c4f7b62
--- a/dev/null
+++ b/noncore/applets/pcmcia/pcmcia.pro
@@ -0,0 +1,12 @@
+TEMPLATE = lib
+CONFIG += qt plugin warn_on
+HEADERS = pcmcia.h
+SOURCES = pcmcia.cpp
+TARGET = pcmciaapplet
+DESTDIR = $(OPIEDIR)/plugins/applets
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
+LIBS += -lqpe -lopiecore2
+VERSION = 0.1.0
+
+include( $(OPIEDIR)/include.pro )