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/kabc_fileE.pro | |
parent | 035f7a60338f40774e75dc280ee31f29cefcfc48 (diff) | |
download | kdepimpi-79e6c298b50942798d6412b387eec35f0ba806f7.zip kdepimpi-79e6c298b50942798d6412b387eec35f0ba806f7.tar.gz kdepimpi-79e6c298b50942798d6412b387eec35f0ba806f7.tar.bz2 |
changed name to represent the dirname convention
Diffstat (limited to 'kabc/plugins/file/kabc_fileE.pro') (more/less context) (ignore whitespace changes)
-rw-r--r-- | kabc/plugins/file/kabc_fileE.pro | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/kabc/plugins/file/kabc_fileE.pro b/kabc/plugins/file/kabc_fileE.pro deleted file mode 100644 index 2d17a8f..0000000 --- a/kabc/plugins/file/kabc_fileE.pro +++ b/dev/null @@ -1,21 +0,0 @@ -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 |