summaryrefslogtreecommitdiff
path: root/core/applets/cardmon/pcmcia.pro
Unidiff
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 @@
1TEMPLATE = lib
2CONFIG += qt plugin warn_on
3HEADERS = pcmcia.h
4SOURCES = pcmcia.cpp
5TARGET = pcmciaapplet
6DESTDIR = $(OPIEDIR)/plugins/applets
7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe -lopiecore2
10VERSION = 0.1.0
11
12include( $(OPIEDIR)/include.pro )