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.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
@@ -2,5 +2,10 @@ TEMPLATE = lib
2CONFIG += qt plugin warn_on 2CONFIG += qt plugin warn_on
3HEADERS = pcmcia.h 3
4SOURCES = pcmcia.cpp 4INTERFACES = configdialogbase.ui
5HEADERS = pcmcia.h \
6 configdialog.h
7SOURCES = pcmcia.cpp \
8 configdialog.cpp
5TARGET = pcmciaapplet 9TARGET = pcmciaapplet
10
6DESTDIR = $(OPIEDIR)/plugins/applets 11DESTDIR = $(OPIEDIR)/plugins/applets
@@ -8,4 +13,5 @@ INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += $(OPIEDIR)/include 13DEPENDPATH += $(OPIEDIR)/include
14
9LIBS += -lqpe -lopiecore2 15LIBS += -lqpe -lopiecore2
10VERSION = 0.1.0 16VERSION = 0.2.0
11 17