-rw-r--r-- | libopie2/opieui/opieui.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie2/opieui/opieui.pro b/libopie2/opieui/opieui.pro index dffbbde..ba85766 100644 --- a/libopie2/opieui/opieui.pro +++ b/libopie2/opieui/opieui.pro | |||
@@ -1,46 +1,46 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on debug | 2 | CONFIG += qt warn_on debug |
3 | DESTDIR = $(QTDIR)/lib | 3 | DESTDIR = $(OPIEDIR)/lib |
4 | HEADERS = ocompletionbox.h \ | 4 | HEADERS = ocompletionbox.h \ |
5 | ocombobox.h \ | 5 | ocombobox.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 | oseparator.h | 18 | oseparator.h |
19 | 19 | ||
20 | SOURCES = ocompletionbox.cpp \ | 20 | SOURCES = ocompletionbox.cpp \ |
21 | ocombobox.cpp \ | 21 | ocombobox.cpp \ |
22 | oeditlistbox.cpp \ | 22 | oeditlistbox.cpp \ |
23 | olineedit.cpp \ | 23 | olineedit.cpp \ |
24 | olistview.cpp \ | 24 | olistview.cpp \ |
25 | oimageeffect.cpp \ | 25 | oimageeffect.cpp \ |
26 | opixmapeffect.cpp \ | 26 | opixmapeffect.cpp \ |
27 | opopupmenu.cpp \ | 27 | opopupmenu.cpp \ |
28 | opixmapprovider.cpp \ | 28 | opixmapprovider.cpp \ |
29 | oselector.cpp \ | 29 | oselector.cpp \ |
30 | oversatileview.cpp \ | 30 | oversatileview.cpp \ |
31 | oversatileviewitem.cpp \ | 31 | oversatileviewitem.cpp \ |
32 | #ojanuswidget.cpp \ | 32 | #ojanuswidget.cpp \ |
33 | odialog.cpp \ | 33 | odialog.cpp \ |
34 | oseparator.cpp | 34 | oseparator.cpp |
35 | 35 | ||
36 | INTERFACES = | 36 | INTERFACES = |
37 | TARGET = opieui2 | 37 | TARGET = opieui2 |
38 | VERSION = 1.8.1 | 38 | VERSION = 1.8.1 |
39 | INCLUDEPATH += $(OPIEDIR)/include | 39 | INCLUDEPATH += $(OPIEDIR)/include |
40 | DEPENDPATH += $(OPIEDIR)/include | 40 | DEPENDPATH += $(OPIEDIR)/include |
41 | LIBS += -lopiecore2 | 41 | LIBS += -lopiecore2 |
42 | MOC_DIR = moc | 42 | MOC_DIR = moc |
43 | OBJECTS_DIR = obj | 43 | OBJECTS_DIR = obj |
44 | 44 | ||
45 | include ( $(OPIEDIR)/include.pro ) | 45 | include ( $(OPIEDIR)/include.pro ) |
46 | 46 | ||