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.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/libopie2/opiecore/opiecore.pro b/libopie2/opiecore/opiecore.pro
index 8189a7c..e72576c 100644
--- a/libopie2/opiecore/opiecore.pro
+++ b/libopie2/opiecore/opiecore.pro
@@ -2,38 +2,40 @@ TEMPLATE = lib
2CONFIG += qt warn_on 2CONFIG += qt warn_on
3DESTDIR = $(OPIEDIR)/lib 3DESTDIR = $(OPIEDIR)/lib
4HEADERS = oapplication.h \ 4HEADERS = oapplication.h \
5 oconfig.h \ 5 oconfig.h \
6 odebug.h \ 6 odebug.h \
7 oglobal.h \ 7 oglobal.h \
8 oglobalsettings.h \ 8 oglobalsettings.h \
9 okeyconfigmanager.h \ 9 okeyconfigmanager.h \
10 okeyfilter.h \ 10 okeyfilter.h \
11 opluginloader.h \ 11 opluginloader.h \
12 oprocess.h \ 12 oprocess.h \
13 oprocctrl.h \ 13 oprocctrl.h \
14 osharedpointer.h \
14 osmartpointer.h \ 15 osmartpointer.h \
15 ostorageinfo.h \ 16 ostorageinfo.h \
16 xmltree.h 17 xmltree.h
17 18
18SOURCES = oapplication.cpp \ 19SOURCES = oapplication.cpp \
19 oconfig.cpp \ 20 oconfig.cpp \
20 odebug.cpp \ 21 odebug.cpp \
21 oglobal.cpp \ 22 oglobal.cpp \
22 oglobalsettings.cpp \ 23 oglobalsettings.cpp \
23 okeyconfigmanager.cpp \ 24 okeyconfigmanager.cpp \
24 okeyfilter.cpp \ 25 okeyfilter.cpp \
25 opluginloader.cpp \ 26 opluginloader.cpp \
26 oprocess.cpp \ 27 oprocess.cpp \
27 oprocctrl.cpp \ 28 oprocctrl.cpp \
29 osmartpointer.cpp \
28 ostorageinfo.cpp \ 30 ostorageinfo.cpp \
29 xmltree.cpp 31 xmltree.cpp
30 32
31 33
32# The following files are currently not compileable on mac ! 34# The following files are currently not compileable on mac !
33# Therfore I removed them from the build .. (eilers) 35# Therfore I removed them from the build .. (eilers)
34 36
35CONFTEST = $$system( echo $CONFIG_TARGET_MACOSX ) 37CONFTEST = $$system( echo $CONFIG_TARGET_MACOSX )
36!contains( CONFTEST, y ) { 38!contains( CONFTEST, y ) {
37HEADERS += ofilenotify.h 39HEADERS += ofilenotify.h
38SOURCES += ofilenotify.cpp 40SOURCES += ofilenotify.cpp
39} else { 41} else {