summaryrefslogtreecommitdiff
authormickeyl <mickeyl>2003-03-30 03:20:58 (UTC)
committer mickeyl <mickeyl>2003-03-30 03:20:58 (UTC)
commita4c497f3c9935fa393af93899739a0a795c456a8 (patch) (unidiff)
tree599eb6b2e2a4ad5b9f454befd6e1c99a3e088179
parent161d9299ad2448092d62a1cff16e64c1b5b3a436 (diff)
downloadopie-a4c497f3c9935fa393af93899739a0a795c456a8.zip
opie-a4c497f3c9935fa393af93899739a0a795c456a8.tar.gz
opie-a4c497f3c9935fa393af93899739a0a795c456a8.tar.bz2
$(QTDIR)/lib --> $(OPIEDIR)/lib
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opieui/opieui.pro2
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,27 +1,27 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG += qt warn_on debug 2CONFIG += qt warn_on debug
3DESTDIR = $(QTDIR)/lib 3DESTDIR = $(OPIEDIR)/lib
4HEADERS = ocompletionbox.h \ 4HEADERS = 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
20SOURCES = ocompletionbox.cpp \ 20SOURCES = 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 \