summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/opiecore.pro
Unidiff
Diffstat (limited to 'libopie2/opiecore/opiecore.pro') (more/less context) (show whitespace changes)
-rw-r--r--libopie2/opiecore/opiecore.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/libopie2/opiecore/opiecore.pro b/libopie2/opiecore/opiecore.pro
index f133433..8f76c48 100644
--- a/libopie2/opiecore/opiecore.pro
+++ b/libopie2/opiecore/opiecore.pro
@@ -1,35 +1,37 @@
1TEMPLATE = lib 1TEMPLATE = 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 oinputsystem.h \
9 okeyconfigmanager.h \ 10 okeyconfigmanager.h \
10 okeyfilter.h \ 11 okeyfilter.h \
11 opluginloader.h \ 12 opluginloader.h \
12 oprocess.h \ 13 oprocess.h \
13 oprocctrl.h \ 14 oprocctrl.h \
14 osharedpointer.h \ 15 osharedpointer.h \
15 osmartpointer.h \ 16 osmartpointer.h \
16 ostorageinfo.h \ 17 ostorageinfo.h \
17 xmltree.h 18 xmltree.h
18 19
19SOURCES = oapplication.cpp \ 20SOURCES = oapplication.cpp \
20 oconfig.cpp \ 21 oconfig.cpp \
21 odebug.cpp \ 22 odebug.cpp \
22 oglobal.cpp \ 23 oglobal.cpp \
23 oglobalsettings.cpp \ 24 oglobalsettings.cpp \
25 oinputsystem.cpp \
24 okeyconfigmanager.cpp \ 26 okeyconfigmanager.cpp \
25 okeyfilter.cpp \ 27 okeyfilter.cpp \
26 opluginloader.cpp \ 28 opluginloader.cpp \
27 oprocess.cpp \ 29 oprocess.cpp \
28 oprocctrl.cpp \ 30 oprocctrl.cpp \
29 osmartpointer.cpp \ 31 osmartpointer.cpp \
30 ostorageinfo.cpp \ 32 ostorageinfo.cpp \
31 xmltree.cpp 33 xmltree.cpp
32 34
33 35
34# The following files are currently not compileable on mac ! 36# The following files are currently not compileable on mac !
35# Therfore I removed them from the build .. (eilers) 37# Therfore I removed them from the build .. (eilers)
@@ -37,25 +39,25 @@ SOURCES = oapplication.cpp \
37CONFTEST = $$system( echo $CONFIG_TARGET_MACOSX ) 39CONFTEST = $$system( echo $CONFIG_TARGET_MACOSX )
38!contains( CONFTEST, y ) { 40!contains( CONFTEST, y ) {
39HEADERS += ofilenotify.h 41HEADERS += ofilenotify.h
40SOURCES += ofilenotify.cpp 42SOURCES += ofilenotify.cpp
41} else { 43} else {
42 message( "ofilenotify is not available in a mac build !" ) 44 message( "ofilenotify is not available in a mac build !" )
43} 45}
44 46
45include( device/device.pro ) 47include( device/device.pro )
46 48
47INTERFACES = 49INTERFACES =
48TARGET = opiecore2 50TARGET = opiecore2
49VERSION = 1.9.2 51VERSION = 1.9.3
50INCLUDEPATH += $(OPIEDIR)/include 52INCLUDEPATH += $(OPIEDIR)/include
51DEPENDPATH += $(OPIEDIR)/include 53DEPENDPATH += $(OPIEDIR)/include
52 54
53!contains( platform, x11 ) { 55!contains( platform, x11 ) {
54 LIBS = -lqpe 56 LIBS = -lqpe
55 include( $(OPIEDIR)/include.pro ) 57 include( $(OPIEDIR)/include.pro )
56} 58}
57 59
58contains( platform, x11 ) { 60contains( platform, x11 ) {
59 LIBS = -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib 61 LIBS = -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib
60} 62}
61 63