summaryrefslogtreecommitdiff
path: root/libopie2/opieui
authormickeyl <mickeyl>2004-03-28 19:01:58 (UTC)
committer mickeyl <mickeyl>2004-03-28 19:01:58 (UTC)
commit185e37c4372883a52a44318d1d70aa685417b3a6 (patch) (unidiff)
treee506976bcd23f93c7670b5d7689fc961653d45f2 /libopie2/opieui
parentdd23aa6470b671250ba57bec095d3bc0fab39102 (diff)
downloadopie-185e37c4372883a52a44318d1d70aa685417b3a6.zip
opie-185e37c4372883a52a44318d1d70aa685417b3a6.tar.gz
opie-185e37c4372883a52a44318d1d70aa685417b3a6.tar.bz2
remove hardcoded build types "debug" and "release". these are set by the build system
Diffstat (limited to 'libopie2/opieui') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opieui/opieui.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie2/opieui/opieui.pro b/libopie2/opieui/opieui.pro
index e895edc..0749f7d 100644
--- a/libopie2/opieui/opieui.pro
+++ b/libopie2/opieui/opieui.pro
@@ -1,63 +1,63 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG += qt warn_on debug 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 olistview.h \ 8 olistview.h \
9 opixmapeffect.h \ 9 opixmapeffect.h \
10 opopupmenu.h \ 10 opopupmenu.h \
11 opixmapprovider.h \ 11 opixmapprovider.h \
12 oselector.h \ 12 oselector.h \
13 oseparator.h \ 13 oseparator.h \
14 otabinfo.h \ 14 otabinfo.h \
15 otabbar.h \ 15 otabbar.h \
16 otabwidget.h \ 16 otabwidget.h \
17 otaskbarapplet.h \ 17 otaskbarapplet.h \
18 oticker.h \ 18 oticker.h \
19 otimepicker.h \ 19 otimepicker.h \
20 oversatileview.h \ 20 oversatileview.h \
21 oversatileviewitem.h \ 21 oversatileviewitem.h \
22 owait.h 22 owait.h
23 23
24SOURCES = oclickablelabel.cpp \ 24SOURCES = oclickablelabel.cpp \
25 odialog.cpp \ 25 odialog.cpp \
26 ofontselector.cpp \ 26 ofontselector.cpp \
27 oimageeffect.cpp \ 27 oimageeffect.cpp \
28 olistview.cpp \ 28 olistview.cpp \
29 opixmapeffect.cpp \ 29 opixmapeffect.cpp \
30 opopupmenu.cpp \ 30 opopupmenu.cpp \
31 opixmapprovider.cpp \ 31 opixmapprovider.cpp \
32 oselector.cpp \ 32 oselector.cpp \
33 oseparator.cpp \ 33 oseparator.cpp \
34 otabbar.cpp \ 34 otabbar.cpp \
35 otabwidget.cpp \ 35 otabwidget.cpp \
36 otaskbarapplet.cpp \ 36 otaskbarapplet.cpp \
37 oticker.cpp \ 37 oticker.cpp \
38 otimepicker.cpp \ 38 otimepicker.cpp \
39 oversatileview.cpp \ 39 oversatileview.cpp \
40 oversatileviewitem.cpp \ 40 oversatileviewitem.cpp \
41 owait.cpp 41 owait.cpp
42 42
43include ( big-screen/big-screen.pro ) 43include ( big-screen/big-screen.pro )
44include ( fileselector/fileselector.pro ) 44include ( fileselector/fileselector.pro )
45 45
46INTERFACES = otimepickerbase.ui 46INTERFACES = otimepickerbase.ui
47 47
48TARGET = opieui2 48TARGET = opieui2
49VERSION = 1.8.5 49VERSION = 1.8.5
50 50
51INCLUDEPATH += $(OPIEDIR)/include 51INCLUDEPATH += $(OPIEDIR)/include
52DEPENDPATH += $(OPIEDIR)/include 52DEPENDPATH += $(OPIEDIR)/include
53 53
54LIBS += -lopiecore2 54LIBS += -lopiecore2
55 55
56!contains( platform, x11 ) { 56!contains( platform, x11 ) {
57 include ( $(OPIEDIR)/include.pro ) 57 include ( $(OPIEDIR)/include.pro )
58} 58}
59 59
60contains( platform, x11 ) { 60contains( platform, x11 ) {
61 LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib 61 LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib
62} 62}
63 63