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 | |||
@@ -108,40 +108,40 @@ SOURCES = ../../library/calendar.cpp \ | |||
108 | ../../library/categorywidget.cpp \ | 108 | ../../library/categorywidget.cpp \ |
109 | ../../library/ir.cpp \ | 109 | ../../library/ir.cpp \ |
110 | ../../library/backend/vcc_yacc.cpp \ | 110 | ../../library/backend/vcc_yacc.cpp \ |
111 | ../../library/backend/vobject.cpp \ | 111 | ../../library/backend/vobject.cpp \ |
112 | ../../library/findwidget_p.cpp \ | 112 | ../../library/findwidget_p.cpp \ |
113 | ../../library/finddialog.cpp \ | 113 | ../../library/finddialog.cpp \ |
114 | ../../library/lnkproperties.cpp \ | 114 | ../../library/lnkproperties.cpp \ |
115 | ../../library/fontdatabase.cpp \ | 115 | ../../library/fontdatabase.cpp \ |
116 | qt/qcopchannel_qws.cpp \ | 116 | qt/qcopchannel_qws.cpp \ |
117 | qpe/qpeapplication.cpp \ | 117 | qpe/qpeapplication.cpp \ |
118 | ../ipc/client/ocopclient.cpp \ | 118 | ../ipc/client/ocopclient.cpp \ |
119 | ../ipc/common/ocoppacket.cpp | 119 | ../ipc/common/ocoppacket.cpp |
120 | 120 | ||
121 | # Qt 3 compatibility | 121 | # Qt 3 compatibility |
122 | HEADERS += ../../library/quuid.h \ | 122 | HEADERS += ../../library/quuid.h \ |
123 | ../../library/qcom.h \ | 123 | ../../library/qcom.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 ) |