author | mickeyl <mickeyl> | 2003-03-30 03:20:58 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-03-30 03:20:58 (UTC) |
commit | a4c497f3c9935fa393af93899739a0a795c456a8 (patch) (unidiff) | |
tree | 599eb6b2e2a4ad5b9f454befd6e1c99a3e088179 | |
parent | 161d9299ad2448092d62a1cff16e64c1b5b3a436 (diff) | |
download | opie-a4c497f3c9935fa393af93899739a0a795c456a8.zip opie-a4c497f3c9935fa393af93899739a0a795c456a8.tar.gz opie-a4c497f3c9935fa393af93899739a0a795c456a8.tar.bz2 |
$(QTDIR)/lib --> $(OPIEDIR)/lib
-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,11 +1,11 @@ | |||
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 \ |