summaryrefslogtreecommitdiffabout
path: root/kabc/plugins/file/fileE.pro
authorulf69 <ulf69>2004-07-12 23:02:54 (UTC)
committer ulf69 <ulf69>2004-07-12 23:02:54 (UTC)
commit79e6c298b50942798d6412b387eec35f0ba806f7 (patch) (side-by-side diff)
tree25487610f2b34892e46e96574f173a792838ab29 /kabc/plugins/file/fileE.pro
parent035f7a60338f40774e75dc280ee31f29cefcfc48 (diff)
downloadkdepimpi-79e6c298b50942798d6412b387eec35f0ba806f7.zip
kdepimpi-79e6c298b50942798d6412b387eec35f0ba806f7.tar.gz
kdepimpi-79e6c298b50942798d6412b387eec35f0ba806f7.tar.bz2
changed name to represent the dirname convention
Diffstat (limited to 'kabc/plugins/file/fileE.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--kabc/plugins/file/fileE.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/kabc/plugins/file/fileE.pro b/kabc/plugins/file/fileE.pro
new file mode 100644
index 0000000..2d17a8f
--- a/dev/null
+++ b/kabc/plugins/file/fileE.pro
@@ -0,0 +1,21 @@
+TEMPLATE = lib
+CONFIG += qt warn_on release
+#release debug
+
+TARGET = microkabc_file
+INCLUDEPATH += ../.. ../../../microkde ../../../microkde/kdecore ../../../microkde/kio/kfile ../../../qtcompat
+OBJECTS_DIR = obj/$(PLATFORM)
+MOC_DIR = moc/$(PLATFORM)
+DESTDIR = $(QPEDIR)/lib
+LIBS += -lmicrokde -lmicrokabc
+LIBS += -L$(QPEDIR)/lib
+
+INTERFACES = \
+
+HEADERS = \
+ resourcefile.h \
+ resourcefileconfig.h
+
+SOURCES = \
+ resourcefile.cpp \
+ resourcefileconfig.cpp