From 81a650dc44d3be986cbf8f60e7c7b21ef76d1b94 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sat, 21 May 2005 14:33:55 +0000 Subject: 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. --- (limited to 'noncore/applets/pcmcia/pcmcia.pro') 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 ) -- cgit v0.9.0.2