summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/opiecore.pro
Unidiff
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 8f76c48..84f3343 100644
--- a/libopie2/opiecore/opiecore.pro
+++ b/libopie2/opiecore/opiecore.pro
@@ -9,10 +9,11 @@ HEADERS = oapplication.h \
9 oinputsystem.h \ 9 oinputsystem.h \
10 okeyconfigmanager.h \ 10 okeyconfigmanager.h \
11 okeyfilter.h \ 11 okeyfilter.h \
12 opluginloader.h \ 12 opluginloader.h \
13 oprocess.h \ 13 oprocess.h \
14 oprocctrl.h \ 14 oprocctrl.h \
15 osharedpointer.h \ 15 oresource.h \
16 osharedpointer.h \
16 osmartpointer.h \ 17 osmartpointer.h \
17 ostorageinfo.h \ 18 ostorageinfo.h \
18 xmltree.h 19 xmltree.h
@@ -25,10 +26,11 @@ SOURCES = oapplication.cpp \
25 oinputsystem.cpp \ 26 oinputsystem.cpp \
26 okeyconfigmanager.cpp \ 27 okeyconfigmanager.cpp \
27 okeyfilter.cpp \ 28 okeyfilter.cpp \
28 opluginloader.cpp \ 29 opluginloader.cpp \
29 oprocess.cpp \ 30 oprocess.cpp \
30 oprocctrl.cpp \ 31 oprocctrl.cpp \
31 osmartpointer.cpp \ 32 oresource.cpp \
33 osmartpointer.cpp \
32 ostorageinfo.cpp \ 34 ostorageinfo.cpp \
33 xmltree.cpp 35 xmltree.cpp
34 36
@@ -38,7 +40,7 @@ SOURCES = oapplication.cpp \
38 40
39CONFTEST = $$system( echo $CONFIG_TARGET_MACOSX ) 41CONFTEST = $$system( echo $CONFIG_TARGET_MACOSX )
40!contains( CONFTEST, y ) { 42!contains( CONFTEST, y ) {
41HEADERS += ofilenotify.h 43HEADERS += ofilenotify.h
42SOURCES += ofilenotify.cpp 44SOURCES += ofilenotify.cpp
43} else { 45} else {
44 message( "ofilenotify is not available in a mac build !" ) 46 message( "ofilenotify is not available in a mac build !" )