author | ulf69 <ulf69> | 2004-07-12 23:02:54 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-07-12 23:02:54 (UTC) |
commit | 79e6c298b50942798d6412b387eec35f0ba806f7 (patch) (side-by-side diff) | |
tree | 25487610f2b34892e46e96574f173a792838ab29 /kabc/plugins/file/fileE.pro | |
parent | 035f7a60338f40774e75dc280ee31f29cefcfc48 (diff) | |
download | kdepimpi-79e6c298b50942798d6412b387eec35f0ba806f7.zip kdepimpi-79e6c298b50942798d6412b387eec35f0ba806f7.tar.gz kdepimpi-79e6c298b50942798d6412b387eec35f0ba806f7.tar.bz2 |
changed name to represent the dirname convention
-rw-r--r-- | kabc/plugins/file/fileE.pro | 21 |
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 |