summaryrefslogtreecommitdiff
path: root/noncore/applets/pcmcia/pcmcia.pro
Side-by-side diff
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 )