author | mickeyl <mickeyl> | 2003-03-30 03:20:58 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-03-30 03:20:58 (UTC) |
commit | a4c497f3c9935fa393af93899739a0a795c456a8 (patch) (side-by-side diff) | |
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,46 +1,46 @@ TEMPLATE = lib CONFIG += qt warn_on debug -DESTDIR = $(QTDIR)/lib +DESTDIR = $(OPIEDIR)/lib HEADERS = ocompletionbox.h \ ocombobox.h \ oeditlistbox.h \ olineedit.h \ olistview.h \ oimageeffect.h \ opixmapeffect.h \ opopupmenu.h \ opixmapprovider.h \ oselector.h \ oversatileview.h \ oversatileviewitem.h \ #ojanuswidget.h \ odialog.h \ oseparator.h SOURCES = ocompletionbox.cpp \ ocombobox.cpp \ oeditlistbox.cpp \ olineedit.cpp \ olistview.cpp \ oimageeffect.cpp \ opixmapeffect.cpp \ opopupmenu.cpp \ opixmapprovider.cpp \ oselector.cpp \ oversatileview.cpp \ oversatileviewitem.cpp \ #ojanuswidget.cpp \ odialog.cpp \ oseparator.cpp INTERFACES = TARGET = opieui2 VERSION = 1.8.1 INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lopiecore2 MOC_DIR = moc OBJECTS_DIR = obj include ( $(OPIEDIR)/include.pro ) |