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.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