summaryrefslogtreecommitdiff
path: root/libopie2/opieui/opieui.pro
authormickeyl <mickeyl>2004-01-21 23:41:53 (UTC)
committer mickeyl <mickeyl>2004-01-21 23:41:53 (UTC)
commita428ff7937dae04b1b51d3e91f46c74f4f869543 (patch) (unidiff)
tree35e266a250a893ad3eb7b934296538ea82722954 /libopie2/opieui/opieui.pro
parentcc5d48b188c21ff873300179264ab354d4c8aa09 (diff)
downloadopie-a428ff7937dae04b1b51d3e91f46c74f4f869543.zip
opie-a428ff7937dae04b1b51d3e91f46c74f4f869543.tar.gz
opie-a428ff7937dae04b1b51d3e91f46c74f4f869543.tar.bz2
catch up with moves on cvs server
Diffstat (limited to 'libopie2/opieui/opieui.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opieui/opieui.pro9
1 files changed, 2 insertions, 7 deletions
diff --git a/libopie2/opieui/opieui.pro b/libopie2/opieui/opieui.pro
index b07976b..8b8ed21 100644
--- a/libopie2/opieui/opieui.pro
+++ b/libopie2/opieui/opieui.pro
@@ -1,16 +1,12 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG += qt warn_on debug 2CONFIG += qt warn_on debug
3DESTDIR = $(OPIEDIR)/lib 3DESTDIR = $(OPIEDIR)/lib
4HEADERS = ocheckitem.h \ 4HEADERS = ocheckitem.h \
5 oclickablelabel.h \ 5 oclickablelabel.h \
6 odialog.h \ 6 odialog.h \
7 ofileselector.h \
8 ofileselector_p.h \
9 ofiledialog.h \
10 ofileview.h \
11 ofontselector.h \ 7 ofontselector.h \
12 oimageeffect.h \ 8 oimageeffect.h \
13 olistview.h \ 9 olistview.h \
14 opixmapeffect.h \ 10 opixmapeffect.h \
15 opopupmenu.h \ 11 opopupmenu.h \
16 opixmapprovider.h \ 12 opixmapprovider.h \
@@ -25,14 +21,12 @@ HEADERS = ocheckitem.h \
25 oresource.h \ 21 oresource.h \
26 otaskbarapplet.h \ 22 otaskbarapplet.h \
27 oseparator.h 23 oseparator.h
28 24
29SOURCES = ocheckitem.cpp \ 25SOURCES = ocheckitem.cpp \
30 oclickablelabel.cpp \ 26 oclickablelabel.cpp \
31 ofileselector.cpp \
32 ofiledialog.cpp \
33 ofontselector.cpp \ 27 ofontselector.cpp \
34 oimageeffect.cpp \ 28 oimageeffect.cpp \
35 olistview.cpp \ 29 olistview.cpp \
36 opixmapeffect.cpp \ 30 opixmapeffect.cpp \
37 opopupmenu.cpp \ 31 opopupmenu.cpp \
38 opixmapprovider.cpp \ 32 opixmapprovider.cpp \
@@ -45,17 +39,18 @@ SOURCES = ocheckitem.cpp \
45 odialog.cpp \ 39 odialog.cpp \
46 oresource.cpp \ 40 oresource.cpp \
47 otaskbarapplet.cpp \ 41 otaskbarapplet.cpp \
48 oseparator.cpp 42 oseparator.cpp
49 43
50include ( big-screen/big-screen.pro ) 44include ( big-screen/big-screen.pro )
45include ( fileselector/fileselector.pro )
51 46
52INTERFACES = otimepickerbase.ui 47INTERFACES = otimepickerbase.ui
53 48
54TARGET = opieui2 49TARGET = opieui2
55VERSION = 1.8.4 50VERSION = 1.8.5
56 51
57INCLUDEPATH += $(OPIEDIR)/include 52INCLUDEPATH += $(OPIEDIR)/include
58DEPENDPATH += $(OPIEDIR)/include 53DEPENDPATH += $(OPIEDIR)/include
59 54
60LIBS += -lopiecore2 55LIBS += -lopiecore2
61 56