summaryrefslogtreecommitdiff
path: root/x11/libqpe-x11
authorkergoth <kergoth>2003-01-16 06:18:34 (UTC)
committer kergoth <kergoth>2003-01-16 06:18:34 (UTC)
commit9a90cb1a9e61d2bc3298f2131671d9f32abbac5a (patch) (unidiff)
tree1d2d0eb0372f32e682fe139b3e89882f381dc0db /x11/libqpe-x11
parent216efd1cb2210211816b865b5574866e598bf3bd (diff)
downloadopie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.zip
opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.tar.gz
opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.tar.bz2
i18n for new buildsystem :)
Diffstat (limited to 'x11/libqpe-x11') (more/less context) (ignore whitespace changes)
-rw-r--r--x11/libqpe-x11/libqpe-x11.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/libqpe-x11/libqpe-x11.pro b/x11/libqpe-x11/libqpe-x11.pro
index 459d3ba..1671ffa 100644
--- a/x11/libqpe-x11/libqpe-x11.pro
+++ b/x11/libqpe-x11/libqpe-x11.pro
@@ -132,12 +132,16 @@ INCLUDEPATH += $(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 = $(QTDIR)/lib$(PROJMAK) 140 DESTDIR = $(QTDIR)/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
145
146
147include ( ../../include.pro )