author | zecke <zecke> | 2002-11-06 17:40:03 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-11-06 17:40:03 (UTC) |
commit | f102976a7a724520825427a76648e8b9f72e8449 (patch) (unidiff) | |
tree | 70966cd5e8c4d0283778d43ff60c942c1fdb3659 /x11/libqpe-x11 | |
parent | 2f9c6bfd4753e37c18ded0341d5bf53076a95b2c (diff) | |
download | opie-f102976a7a724520825427a76648e8b9f72e8449.zip opie-f102976a7a724520825427a76648e8b9f72e8449.tar.gz opie-f102976a7a724520825427a76648e8b9f72e8449.tar.bz2 |
TARGET is now qpe again
and not qpe-x11
this way we do not have to alter the .pro files
-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 64c05fa..8c1b7e4 100644 --- a/x11/libqpe-x11/libqpe-x11.pro +++ b/x11/libqpe-x11/libqpe-x11.pro | |||
@@ -133,9 +133,9 @@ INTERFACES = ../../library/passwordbase_p.ui \ | |||
133 | ../../library/categoryeditbase_p.ui \ | 133 | ../../library/categoryeditbase_p.ui \ |
134 | ../../library/findwidgetbase_p.ui \ | 134 | ../../library/findwidgetbase_p.ui \ |
135 | ../../library/lnkpropertiesbase_p.ui | 135 | ../../library/lnkpropertiesbase_p.ui |
136 | 136 | ||
137 | TARGET = qpe-x11 | 137 | TARGET = qpe |
138 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 138 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
139 | # This is set by configure$(OPIEDIR). | 139 | # This is set by configure$(OPIEDIR). |
140 | VERSION = 1.5.0.1 | 140 | VERSION = 1.5.0.1 |
141 | 141 | ||