summaryrefslogtreecommitdiff
path: root/libopie2
Unidiff
Diffstat (limited to 'libopie2') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opieui/opieui.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/libopie2/opieui/opieui.pro b/libopie2/opieui/opieui.pro
index e97e82c..16be120 100644
--- a/libopie2/opieui/opieui.pro
+++ b/libopie2/opieui/opieui.pro
@@ -1,65 +1,63 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG += qt warn_on 2CONFIG += qt warn_on
3DESTDIR = $(OPIEDIR)/lib 3DESTDIR = $(OPIEDIR)/lib
4HEADERS = oclickablelabel.h \ 4HEADERS = oclickablelabel.h \
5 odialog.h \ 5 odialog.h \
6 ofontselector.h \ 6 ofontselector.h \
7 oimageeffect.h \ 7 oimageeffect.h \
8 okeyconfigwidget.h \ 8 okeyconfigwidget.h \
9 olistview.h \ 9 olistview.h \
10 opixmapeffect.h \ 10 opixmapeffect.h \
11 opopupmenu.h \ 11 opopupmenu.h \
12 opixmapprovider.h \ 12 opixmapprovider.h \
13 oselector.h \ 13 oselector.h \
14 oseparator.h \ 14 oseparator.h \
15 otabinfo.h \ 15 otabinfo.h \
16 otabbar.h \ 16 otabbar.h \
17 otabwidget.h \ 17 otabwidget.h \
18 otaskbarapplet.h \ 18 otaskbarapplet.h \
19 oticker.h \
20 otimepicker.h \ 19 otimepicker.h \
21 oversatileview.h \ 20 oversatileview.h \
22 oversatileviewitem.h \ 21 oversatileviewitem.h \
23 owait.h 22 owait.h
24 23
25SOURCES = oclickablelabel.cpp \ 24SOURCES = oclickablelabel.cpp \
26 odialog.cpp \ 25 odialog.cpp \
27 ofontselector.cpp \ 26 ofontselector.cpp \
28 oimageeffect.cpp \ 27 oimageeffect.cpp \
29 okeyconfigwidget.cpp \ 28 okeyconfigwidget.cpp \
30 olistview.cpp \ 29 olistview.cpp \
31 opixmapeffect.cpp \ 30 opixmapeffect.cpp \
32 opopupmenu.cpp \ 31 opopupmenu.cpp \
33 opixmapprovider.cpp \ 32 opixmapprovider.cpp \
34 oselector.cpp \ 33 oselector.cpp \
35 oseparator.cpp \ 34 oseparator.cpp \
36 otabbar.cpp \ 35 otabbar.cpp \
37 otabwidget.cpp \ 36 otabwidget.cpp \
38 otaskbarapplet.cpp \ 37 otaskbarapplet.cpp \
39 oticker.cpp \
40 otimepicker.cpp \ 38 otimepicker.cpp \
41 oversatileview.cpp \ 39 oversatileview.cpp \
42 oversatileviewitem.cpp \ 40 oversatileviewitem.cpp \
43 owait.cpp 41 owait.cpp
44 42
45include ( big-screen/big-screen.pro ) 43include ( big-screen/big-screen.pro )
46include ( fileselector/fileselector.pro ) 44include ( fileselector/fileselector.pro )
47 45
48INTERFACES = otimepickerbase.ui 46INTERFACES = otimepickerbase.ui
49 47
50TARGET = opieui2 48TARGET = opieui2
51VERSION = 1.8.5 49VERSION = 1.8.5
52 50
53INCLUDEPATH += $(OPIEDIR)/include 51INCLUDEPATH += $(OPIEDIR)/include
54DEPENDPATH += $(OPIEDIR)/include 52DEPENDPATH += $(OPIEDIR)/include
55 53
56LIBS += -lopiecore2 54LIBS += -lopiecore2
57 55
58!contains( platform, x11 ) { 56!contains( platform, x11 ) {
59 include ( $(OPIEDIR)/include.pro ) 57 include ( $(OPIEDIR)/include.pro )
60} 58}
61 59
62contains( platform, x11 ) { 60contains( platform, x11 ) {
63 LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib 61 LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib
64} 62}
65 63