-rw-r--r-- | libopie2/opiecore/opiecore.pro | 14 |
1 files changed, 12 insertions, 2 deletions
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 | |||
4 | HEADERS = oapplication.h \ | 4 | HEADERS = oapplication.h \ |
5 | oconfig.h \ | 5 | oconfig.h \ |
6 | odebug.h \ | 6 | odebug.h \ |
7 | ofilenotify.h \ | ||
8 | oglobal.h \ | 7 | oglobal.h \ |
9 | oglobalsettings.h \ | 8 | oglobalsettings.h \ |
10 | okeyconfigmanager.h \ | 9 | okeyconfigmanager.h \ |
@@ -17,7 +16,6 @@ HEADERS = oapplication.h \ | |||
17 | SOURCES = oapplication.cpp \ | 16 | SOURCES = oapplication.cpp \ |
18 | oconfig.cpp \ | 17 | oconfig.cpp \ |
19 | odebug.cpp \ | 18 | odebug.cpp \ |
20 | ofilenotify.cpp \ | ||
21 | oglobal.cpp \ | 19 | oglobal.cpp \ |
22 | oglobalsettings.cpp \ | 20 | oglobalsettings.cpp \ |
23 | okeyconfigmanager.cpp \ | 21 | okeyconfigmanager.cpp \ |
@@ -26,6 +24,18 @@ SOURCES = oapplication.cpp \ | |||
26 | ostorageinfo.cpp \ | 24 | ostorageinfo.cpp \ |
27 | xmltree.cpp | 25 | xmltree.cpp |
28 | 26 | ||
27 | |||
28 | # The following files are currently not compileable on mac ! | ||
29 | # Therfore I removed them from the build .. (eilers) | ||
30 | |||
31 | CONFTEST = $$system( echo $CONFIG_TARGET_MACOSX ) | ||
32 | !contains( CONFTEST, y ) { | ||
33 | HEADERS += ofilenotify.h | ||
34 | SOURCES += ofilenotify.cpp | ||
35 | } else { | ||
36 | message( "ofilenotify is not available in a mac build !" ) | ||
37 | } | ||
38 | |||
29 | include ( device/device.pro ) | 39 | include ( device/device.pro ) |
30 | 40 | ||
31 | INTERFACES = | 41 | INTERFACES = |