summaryrefslogtreecommitdiff
path: root/libopie2/opieui/opieui.pro
authormickeyl <mickeyl>2003-03-28 15:11:52 (UTC)
committer mickeyl <mickeyl>2003-03-28 15:11:52 (UTC)
commit11304d02942e9fa493e4e80943a828f9c65f6772 (patch) (unidiff)
treea0223c10c067e1afc70d15c2b82be3f3c15e41ae /libopie2/opieui/opieui.pro
parentb271d575fa05cf570a1a829136517761bd47e69b (diff)
downloadopie-11304d02942e9fa493e4e80943a828f9c65f6772.zip
opie-11304d02942e9fa493e4e80943a828f9c65f6772.tar.gz
opie-11304d02942e9fa493e4e80943a828f9c65f6772.tar.bz2
skeleton and the start of libopie2, please read README, ROADMAP and STATUS and comment...
Diffstat (limited to 'libopie2/opieui/opieui.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opieui/opieui.pro46
1 files changed, 46 insertions, 0 deletions
diff --git a/libopie2/opieui/opieui.pro b/libopie2/opieui/opieui.pro
new file mode 100644
index 0000000..dffbbde
--- a/dev/null
+++ b/libopie2/opieui/opieui.pro
@@ -0,0 +1,46 @@
1TEMPLATE = lib
2CONFIG += qt warn_on debug
3DESTDIR = $(QTDIR)/lib
4HEADERS = ocompletionbox.h \
5 ocombobox.h \
6 oeditlistbox.h \
7 olineedit.h \
8 olistview.h \
9 oimageeffect.h \
10 opixmapeffect.h \
11 opopupmenu.h \
12 opixmapprovider.h \
13 oselector.h \
14 oversatileview.h \
15 oversatileviewitem.h \
16 #ojanuswidget.h \
17 odialog.h \
18 oseparator.h
19
20SOURCES = ocompletionbox.cpp \
21 ocombobox.cpp \
22 oeditlistbox.cpp \
23 olineedit.cpp \
24 olistview.cpp \
25 oimageeffect.cpp \
26 opixmapeffect.cpp \
27 opopupmenu.cpp \
28 opixmapprovider.cpp \
29 oselector.cpp \
30 oversatileview.cpp \
31 oversatileviewitem.cpp \
32 #ojanuswidget.cpp \
33 odialog.cpp \
34 oseparator.cpp
35
36INTERFACES =
37TARGET = opieui2
38VERSION = 1.8.1
39INCLUDEPATH += $(OPIEDIR)/include
40DEPENDPATH += $(OPIEDIR)/include
41LIBS += -lopiecore2
42MOC_DIR = moc
43OBJECTS_DIR = obj
44
45include ( $(OPIEDIR)/include.pro )
46