summaryrefslogtreecommitdiff
path: root/libopie2/opieui/opieui.pro
Unidiff
Diffstat (limited to 'libopie2/opieui/opieui.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opieui/opieui.pro14
1 files changed, 12 insertions, 2 deletions
diff --git a/libopie2/opieui/opieui.pro b/libopie2/opieui/opieui.pro
index 41db153..b9bf203 100644
--- a/libopie2/opieui/opieui.pro
+++ b/libopie2/opieui/opieui.pro
@@ -8,12 +8,17 @@ HEADERS = ocheckitem.h \
8 ofileselector_p.h \ 8 ofileselector_p.h \
9 ofiledialog.h \ 9 ofiledialog.h \
10 ofileview.h \ 10 ofileview.h \
11 ofontselector.h \
11 oimageeffect.h \ 12 oimageeffect.h \
12 olistview.h \ 13 olistview.h \
13 opixmapeffect.h \ 14 opixmapeffect.h \
14 opopupmenu.h \ 15 opopupmenu.h \
15 opixmapprovider.h \ 16 opixmapprovider.h \
16 oselector.h \ 17 oselector.h \
18 otabinfo.h \
19 otabbar.h \
20 otabwidget.h \
21 otimepicker.h \
17 oversatileview.h \ 22 oversatileview.h \
18 oversatileviewitem.h \ 23 oversatileviewitem.h \
19 omessagebox.h \ 24 omessagebox.h \
@@ -25,12 +30,16 @@ SOURCES = ocheckitem.cpp \
25 oclickablelabel.cpp \ 30 oclickablelabel.cpp \
26 ofileselector.cpp \ 31 ofileselector.cpp \
27 ofiledialog.cpp \ 32 ofiledialog.cpp \
33 ofontselector.cpp \
28 oimageeffect.cpp \ 34 oimageeffect.cpp \
29 olistview.cpp \ 35 olistview.cpp \
30 opixmapeffect.cpp \ 36 opixmapeffect.cpp \
31 opopupmenu.cpp \ 37 opopupmenu.cpp \
32 opixmapprovider.cpp \ 38 opixmapprovider.cpp \
33 oselector.cpp \ 39 oselector.cpp \
40 otabbar.cpp \
41 otabwidget.cpp \
42 otimepicker.cpp \
34 oversatileview.cpp \ 43 oversatileview.cpp \
35 oversatileviewitem.cpp \ 44 oversatileviewitem.cpp \
36 odialog.cpp \ 45 odialog.cpp \
@@ -38,9 +47,10 @@ SOURCES = ocheckitem.cpp \
38 otaskbarapplet.cpp \ 47 otaskbarapplet.cpp \
39 oseparator.cpp 48 oseparator.cpp
40 49
41INTERFACES = 50INTERFACES = otimepickerbase.ui
51
42TARGET = opieui2 52TARGET = opieui2
43VERSION = 1.8.3 53VERSION = 1.8.4
44 54
45INCLUDEPATH += $(OPIEDIR)/include 55INCLUDEPATH += $(OPIEDIR)/include
46DEPENDPATH += $(OPIEDIR)/include 56DEPENDPATH += $(OPIEDIR)/include