summaryrefslogtreecommitdiff
path: root/x11/libqpe-x11/libqpe-x11.pro
authorkergoth <kergoth>2003-01-24 01:29:06 (UTC)
committer kergoth <kergoth>2003-01-24 01:29:06 (UTC)
commit039367f738688f9484a487db8720a5bd2ad5878f (patch) (unidiff)
tree3ad1716b648f54cf63b91358bad5d072938f7b6a /x11/libqpe-x11/libqpe-x11.pro
parenta30140aaac1c0144c93a6fc3b1085e78612b94b1 (diff)
downloadopie-039367f738688f9484a487db8720a5bd2ad5878f.zip
opie-039367f738688f9484a487db8720a5bd2ad5878f.tar.gz
opie-039367f738688f9484a487db8720a5bd2ad5878f.tar.bz2
Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
Diffstat (limited to 'x11/libqpe-x11/libqpe-x11.pro') (more/less context) (show whitespace changes)
-rw-r--r--x11/libqpe-x11/libqpe-x11.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/libqpe-x11/libqpe-x11.pro b/x11/libqpe-x11/libqpe-x11.pro
index b61ba3f..b96d347 100644
--- a/x11/libqpe-x11/libqpe-x11.pro
+++ b/x11/libqpe-x11/libqpe-x11.pro
@@ -123,25 +123,25 @@ 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
127SOURCES += ../../library/quuid.cpp \ 127SOURCES += ../../library/quuid.cpp \
128 ../../library/qlibrary.cpp \ 128 ../../library/qlibrary.cpp \
129 ../../library/qlibrary_unix.cpp 129 ../../library/qlibrary_unix.cpp
130 130
131INCLUDEPATH += $(OPIEDIR)/include backend 131INCLUDEPATH += $(OPIEDIR)/include backend
132 LIBS += -ldl -lcrypt -lm 132 LIBS += -ldl -lcrypt -lm
133 133
134INTERFACES = ../../library/passwordbase_p.ui \ 134INTERFACES = ../../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 = $(OPIEDIR)/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
147include ( ../../include.pro ) 147include ( $(OPIEDIR)/include.pro )