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.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/libopie2/opieui/opieui.pro b/libopie2/opieui/opieui.pro
index 1b6ecdf..68a5c5f 100644
--- a/libopie2/opieui/opieui.pro
+++ b/libopie2/opieui/opieui.pro
@@ -6,41 +6,50 @@ HEADERS = ocompletionbox.h \
6 oeditlistbox.h \ 6 oeditlistbox.h \
7 olineedit.h \ 7 olineedit.h \
8 olistview.h \ 8 olistview.h \
9 oimageeffect.h \ 9 oimageeffect.h \
10 opixmapeffect.h \ 10 opixmapeffect.h \
11 opopupmenu.h \ 11 opopupmenu.h \
12 opixmapprovider.h \ 12 opixmapprovider.h \
13 oselector.h \ 13 oselector.h \
14 oversatileview.h \ 14 oversatileview.h \
15 oversatileviewitem.h \ 15 oversatileviewitem.h \
16 #ojanuswidget.h \ 16 #ojanuswidget.h \
17 odialog.h \ 17 odialog.h \
18 omenubar.h \
19 opiemenubar.h \
20 omessagebox.h \
21 oresource.h \
22 otoolbar.h \
18 oseparator.h 23 oseparator.h
19# otaskbarapplet.h 24# otaskbarapplet.h
20 25
21SOURCES = ocompletionbox.cpp \ 26SOURCES = ocompletionbox.cpp \
22 ocombobox.cpp \ 27 ocombobox.cpp \
23 oeditlistbox.cpp \ 28 oeditlistbox.cpp \
24 olineedit.cpp \ 29 olineedit.cpp \
25 olistview.cpp \ 30 olistview.cpp \
26 oimageeffect.cpp \ 31 oimageeffect.cpp \
27 opixmapeffect.cpp \ 32 opixmapeffect.cpp \
28 opopupmenu.cpp \ 33 opopupmenu.cpp \
29 opixmapprovider.cpp \ 34 opixmapprovider.cpp \
30 oselector.cpp \ 35 oselector.cpp \
31 oversatileview.cpp \ 36 oversatileview.cpp \
32 oversatileviewitem.cpp \ 37 oversatileviewitem.cpp \
33 #ojanuswidget.cpp \ 38 #ojanuswidget.cpp \
34 odialog.cpp \ 39 odialog.cpp \
40 omenubar.cpp \
41 opiemenubar.cpp \
42 oresource.cpp \
43 otoolbar.cpp \
35 oseparator.cpp #\ 44 oseparator.cpp #\
36# otaskbarapplet.cpp 45# otaskbarapplet.cpp
37 46
38INTERFACES = 47INTERFACES =
39TARGET = opieui2 48TARGET = opieui2
40VERSION = 1.8.1 49VERSION = 1.8.1
41INCLUDEPATH += $(OPIEDIR)/include 50INCLUDEPATH += $(OPIEDIR)/include
42DEPENDPATH += $(OPIEDIR)/include 51DEPENDPATH += $(OPIEDIR)/include
43LIBS += -lopiecore2 52LIBS += -lopiecore2
44MOC_DIR = moc 53MOC_DIR = moc
45OBJECTS_DIR = obj 54OBJECTS_DIR = obj
46 55