summaryrefslogtreecommitdiff
path: root/noncore/applets/pcmcia/pcmcia.pro
authormickeyl <mickeyl>2005-05-21 20:23:42 (UTC)
committer mickeyl <mickeyl>2005-05-21 20:23:42 (UTC)
commit55753b4e3550f950497fe073488a206d924b75be (patch) (side-by-side diff)
treebcb04412e5bc8ea0ac8ee3669ba4e8912954ec45 /noncore/applets/pcmcia/pcmcia.pro
parentdb6b46788db3653812f07c3018abc5bfaaa821c3 (diff)
downloadopie-55753b4e3550f950497fe073488a206d924b75be.zip
opie-55753b4e3550f950497fe073488a206d924b75be.tar.gz
opie-55753b4e3550f950497fe073488a206d924b75be.tar.bz2
add first card configuration bits and config dialog skeleton
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, 9 insertions, 3 deletions
diff --git a/noncore/applets/pcmcia/pcmcia.pro b/noncore/applets/pcmcia/pcmcia.pro
index c4f7b62..4a893b5 100644
--- a/noncore/applets/pcmcia/pcmcia.pro
+++ b/noncore/applets/pcmcia/pcmcia.pro
@@ -1,12 +1,18 @@
TEMPLATE = lib
CONFIG += qt plugin warn_on
-HEADERS = pcmcia.h
-SOURCES = pcmcia.cpp
+
+INTERFACES = configdialogbase.ui
+HEADERS = pcmcia.h \
+ configdialog.h
+SOURCES = pcmcia.cpp \
+ configdialog.cpp
TARGET = pcmciaapplet
+
DESTDIR = $(OPIEDIR)/plugins/applets
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
+
LIBS += -lqpe -lopiecore2
-VERSION = 0.1.0
+VERSION = 0.2.0
include( $(OPIEDIR)/include.pro )