From 9e2e24a67c66c5ccb3d76e63a18908febecde9c3 Mon Sep 17 00:00:00 2001 From: eilers Date: Fri, 30 Apr 2004 23:04:04 +0000 Subject: I had to remove ofilenotify out of the build for Darwin (MacOS X). It uses calls to fcntl which is not supported. We should use kqueue instead.. --- (limited to 'libopie2/opiecore') diff --git a/libopie2/opiecore/opiecore.pro b/libopie2/opiecore/opiecore.pro index ee42368..a9562b5 100644 --- a/libopie2/opiecore/opiecore.pro +++ b/libopie2/opiecore/opiecore.pro @@ -4,7 +4,6 @@ DESTDIR = $(OPIEDIR)/lib HEADERS = oapplication.h \ oconfig.h \ odebug.h \ - ofilenotify.h \ oglobal.h \ oglobalsettings.h \ okeyconfigmanager.h \ @@ -17,7 +16,6 @@ HEADERS = oapplication.h \ SOURCES = oapplication.cpp \ oconfig.cpp \ odebug.cpp \ - ofilenotify.cpp \ oglobal.cpp \ oglobalsettings.cpp \ okeyconfigmanager.cpp \ @@ -26,6 +24,18 @@ SOURCES = oapplication.cpp \ ostorageinfo.cpp \ xmltree.cpp + +# The following files are currently not compileable on mac ! +# Therfore I removed them from the build .. (eilers) + +CONFTEST = $$system( echo $CONFIG_TARGET_MACOSX ) +!contains( CONFTEST, y ) { +HEADERS += ofilenotify.h +SOURCES += ofilenotify.cpp +} else { + message( "ofilenotify is not available in a mac build !" ) +} + include ( device/device.pro ) INTERFACES = -- cgit v0.9.0.2