summaryrefslogtreecommitdiff
path: root/noncore/applets/pcmcia/pcmcia.pro
Unidiff
Diffstat (limited to 'noncore/applets/pcmcia/pcmcia.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/applets/pcmcia/pcmcia.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/noncore/applets/pcmcia/pcmcia.pro b/noncore/applets/pcmcia/pcmcia.pro
index 4a893b5..b9af380 100644
--- a/noncore/applets/pcmcia/pcmcia.pro
+++ b/noncore/applets/pcmcia/pcmcia.pro
@@ -1,18 +1,20 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG += qt plugin warn_on 2CONFIG += qt plugin warn_on
3 3
4INTERFACES = configdialogbase.ui 4INTERFACES = configdialogbase.ui \
5 promptactiondialog.ui
5HEADERS = pcmcia.h \ 6HEADERS = pcmcia.h \
6 configdialog.h 7 configdialog.h
7SOURCES = pcmcia.cpp \ 8SOURCES = pcmcia.cpp \
8 configdialog.cpp 9 configdialog.cpp
9TARGET = pcmciaapplet 10TARGET = pcmciaapplet
10 11
11DESTDIR = $(OPIEDIR)/plugins/applets 12DESTDIR = $(OPIEDIR)/plugins/applets
13
12INCLUDEPATH += $(OPIEDIR)/include 14INCLUDEPATH += $(OPIEDIR)/include
13DEPENDPATH += $(OPIEDIR)/include 15DEPENDPATH += $(OPIEDIR)/include
14 16
15LIBS += -lqpe -lopiecore2 17LIBS += -lqpe -lopiecore2
16VERSION = 0.2.0 18VERSION = 0.9.0
17 19
18include( $(OPIEDIR)/include.pro ) 20include( $(OPIEDIR)/include.pro )