summaryrefslogtreecommitdiff
path: root/libopie2/opieui/opieui.pro
authormickeyl <mickeyl>2004-01-15 13:59:58 (UTC)
committer mickeyl <mickeyl>2004-01-15 13:59:58 (UTC)
commitdde789ef19fa3a3913805e452ac1e3400688e8a0 (patch) (unidiff)
treea33a0ce31750ad56cfd3362585d4e7b32ca0a456 /libopie2/opieui/opieui.pro
parent3c74c5343a8432c494ace71d94cca354c01ef1d3 (diff)
downloadopie-dde789ef19fa3a3913805e452ac1e3400688e8a0.zip
opie-dde789ef19fa3a3913805e452ac1e3400688e8a0.tar.gz
opie-dde789ef19fa3a3913805e452ac1e3400688e8a0.tar.bz2
more libopie1 --> libopie2 with namespace cleanups and code layout cleanups
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
@@ -2,6 +2,13 @@ TEMPLATE = 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 \
@@ -10,5 +17,4 @@ HEADERS = olistview.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 \
@@ -16,6 +22,10 @@ HEADERS = olistview.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 \
@@ -31,5 +41,5 @@ SOURCES = olistview.cpp \
31INTERFACES = 41INTERFACES =
32TARGET = opieui2 42TARGET = opieui2
33VERSION = 1.8.2 43VERSION = 1.8.3
34 44
35INCLUDEPATH += $(OPIEDIR)/include 45INCLUDEPATH += $(OPIEDIR)/include