author | kergoth <kergoth> | 2003-01-23 20:27:22 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-23 20:27:22 (UTC) |
commit | 77d1dd97b0583ee8d0631f9870bda9d0de16128d (patch) (unidiff) | |
tree | 241d5d9b838b1646fe038fd949436d412adb0da1 /x11 | |
parent | afe2c2f4925e45440c081c695a4af0c7839789ef (diff) | |
download | opie-77d1dd97b0583ee8d0631f9870bda9d0de16128d.zip opie-77d1dd97b0583ee8d0631f9870bda9d0de16128d.tar.gz opie-77d1dd97b0583ee8d0631f9870bda9d0de16128d.tar.bz2 |
QTDIR/lib -> OPIEDIR/lib
-rw-r--r-- | x11/libqpe-x11/libqpe-x11.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/libqpe-x11/libqpe-x11.pro b/x11/libqpe-x11/libqpe-x11.pro index 1671ffa..b61ba3f 100644 --- a/x11/libqpe-x11/libqpe-x11.pro +++ b/x11/libqpe-x11/libqpe-x11.pro | |||
@@ -124,24 +124,24 @@ HEADERS += ../../library/quuid.h \ | |||
124 | ../../library/qlibrary.h \ | 124 | ../../library/qlibrary.h \ |
125 | ../../library/qlibrary_p.h | 125 | ../../library/qlibrary_p.h |
126 | 126 | ||
127 | SOURCES += ../../library/quuid.cpp \ | 127 | SOURCES += ../../library/quuid.cpp \ |
128 | ../../library/qlibrary.cpp \ | 128 | ../../library/qlibrary.cpp \ |
129 | ../../library/qlibrary_unix.cpp | 129 | ../../library/qlibrary_unix.cpp |
130 | 130 | ||
131 | INCLUDEPATH += $(OPIEDIR)/include backend | 131 | INCLUDEPATH += $(OPIEDIR)/include backend |
132 | LIBS += -ldl -lcrypt -lm | 132 | LIBS += -ldl -lcrypt -lm |
133 | 133 | ||
134 | INTERFACES = ../../library/passwordbase_p.ui \ | 134 | INTERFACES = ../../library/passwordbase_p.ui \ |
135 | ../../library/categoryeditbase_p.ui \ | 135 | ../../library/categoryeditbase_p.ui \ |
136 | ../../library/findwidgetbase_p.ui \ | 136 | ../../library/findwidgetbase_p.ui \ |
137 | ../../library/lnkpropertiesbase_p.ui | 137 | ../../library/lnkpropertiesbase_p.ui |
138 | 138 | ||
139 | TARGET = qpe | 139 | TARGET = qpe |
140 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 140 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
141 | # This is set by configure$(OPIEDIR). | 141 | # This is set by configure$(OPIEDIR). |
142 | VERSION = 1.5.0.1 | 142 | VERSION = 1.5.0.1 |
143 | 143 | ||
144 | 144 | ||
145 | 145 | ||
146 | 146 | ||
147 | include ( ../../include.pro ) | 147 | include ( ../../include.pro ) |