summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/opiecore.pro
authormickeyl <mickeyl>2004-04-16 18:09:45 (UTC)
committer mickeyl <mickeyl>2004-04-16 18:09:45 (UTC)
commit71b24a42daccd45fe80b2a669c3a88cfc5dcf608 (patch) (side-by-side diff)
tree073f505661af9e4a3c68383c1a10ff45e164047d /libopie2/opiecore/opiecore.pro
parent746f8154b5b81621ee55d24c8ed2cbc05d402490 (diff)
downloadopie-71b24a42daccd45fe80b2a669c3a88cfc5dcf608.zip
opie-71b24a42daccd45fe80b2a669c3a88cfc5dcf608.tar.gz
opie-71b24a42daccd45fe80b2a669c3a88cfc5dcf608.tar.bz2
initial checkin of file and directory notifying classes
this is work in progress. don't look to close yet
Diffstat (limited to 'libopie2/opiecore/opiecore.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiecore/opiecore.pro14
1 files changed, 8 insertions, 6 deletions
diff --git a/libopie2/opiecore/opiecore.pro b/libopie2/opiecore/opiecore.pro
index 171bb0c..ee42368 100644
--- a/libopie2/opiecore/opiecore.pro
+++ b/libopie2/opiecore/opiecore.pro
@@ -1,34 +1,36 @@
TEMPLATE = lib
-CONFIG += qt warn_on
+CONFIG += qt warn_on
DESTDIR = $(OPIEDIR)/lib
HEADERS = oapplication.h \
oconfig.h \
odebug.h \
+ ofilenotify.h \
oglobal.h \
oglobalsettings.h \
- okeyconfigmanager.h \
+ okeyconfigmanager.h \
oprocess.h \
oprocctrl.h \
osmartpointer.h \
ostorageinfo.h \
- xmltree.h
+ xmltree.h
SOURCES = oapplication.cpp \
oconfig.cpp \
odebug.cpp \
+ ofilenotify.cpp \
oglobal.cpp \
oglobalsettings.cpp \
- okeyconfigmanager.cpp \
+ okeyconfigmanager.cpp \
oprocess.cpp \
oprocctrl.cpp \
ostorageinfo.cpp \
- xmltree.cpp
+ xmltree.cpp
include ( device/device.pro )
INTERFACES =
TARGET = opiecore2
-VERSION = 1.9.0
+VERSION = 1.9.1
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include