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.pro18
1 files changed, 14 insertions, 4 deletions
diff --git a/libopie2/opieui/opieui.pro b/libopie2/opieui/opieui.pro
index 61f9bbb..41db153 100644
--- a/libopie2/opieui/opieui.pro
+++ b/libopie2/opieui/opieui.pro
@@ -1,25 +1,35 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG += qt warn_on debug 2CONFIG += qt warn_on debug
3DESTDIR = $(OPIEDIR)/lib 3DESTDIR = $(OPIEDIR)/lib
4HEADERS = olistview.h \ 4HEADERS = ocheckitem.h \
5 oclickablelabel.h \
6 odialog.h \
7 ofileselector.h \
8 ofileselector_p.h \
9 ofiledialog.h \
10 ofileview.h \
5 oimageeffect.h \ 11 oimageeffect.h \
12 olistview.h \
6 opixmapeffect.h \ 13 opixmapeffect.h \
7 opopupmenu.h \ 14 opopupmenu.h \
8 opixmapprovider.h \ 15 opixmapprovider.h \
9 oselector.h \ 16 oselector.h \
10 oversatileview.h \ 17 oversatileview.h \
11 oversatileviewitem.h \ 18 oversatileviewitem.h \
12 odialog.h \
13 omessagebox.h \ 19 omessagebox.h \
14 oresource.h \ 20 oresource.h \
15 otaskbarapplet.h \ 21 otaskbarapplet.h \
16 oseparator.h 22 oseparator.h
17 23
18SOURCES = olistview.cpp \ 24SOURCES = ocheckitem.cpp \
25 oclickablelabel.cpp \
26 ofileselector.cpp \
27 ofiledialog.cpp \
19 oimageeffect.cpp \ 28 oimageeffect.cpp \
29 olistview.cpp \
20 opixmapeffect.cpp \ 30 opixmapeffect.cpp \
21 opopupmenu.cpp \ 31 opopupmenu.cpp \
22 opixmapprovider.cpp \ 32 opixmapprovider.cpp \
23 oselector.cpp \ 33 oselector.cpp \
24 oversatileview.cpp \ 34 oversatileview.cpp \
25 oversatileviewitem.cpp \ 35 oversatileviewitem.cpp \
@@ -27,13 +37,13 @@ SOURCES = olistview.cpp \
27 oresource.cpp \ 37 oresource.cpp \
28 otaskbarapplet.cpp \ 38 otaskbarapplet.cpp \
29 oseparator.cpp 39 oseparator.cpp
30 40
31INTERFACES = 41INTERFACES =
32TARGET = opieui2 42TARGET = opieui2
33VERSION = 1.8.2 43VERSION = 1.8.3
34 44
35INCLUDEPATH += $(OPIEDIR)/include 45INCLUDEPATH += $(OPIEDIR)/include
36DEPENDPATH += $(OPIEDIR)/include 46DEPENDPATH += $(OPIEDIR)/include
37 47
38LIBS += -lopiecore2 48LIBS += -lopiecore2
39 49