summaryrefslogtreecommitdiff
path: root/core/applets/cardmon/pcmcia.pro
Side-by-side diff
Diffstat (limited to 'core/applets/cardmon/pcmcia.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/cardmon/pcmcia.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/core/applets/cardmon/pcmcia.pro b/core/applets/cardmon/pcmcia.pro
new file mode 100644
index 0000000..c4f7b62
--- a/dev/null
+++ b/core/applets/cardmon/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 )