-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 |