author | zecke <zecke> | 2002-11-06 17:40:03 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-11-06 17:40:03 (UTC) |
commit | f102976a7a724520825427a76648e8b9f72e8449 (patch) (side-by-side diff) | |
tree | 70966cd5e8c4d0283778d43ff60c942c1fdb3659 /x11/libqpe-x11/libqpe-x11.pro | |
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
Diffstat (limited to 'x11/libqpe-x11/libqpe-x11.pro') (more/less context) (ignore whitespace changes)
-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 @@ -129,13 +129,13 @@ SOURCES += ../../library/quuid.cpp \ INCLUDEPATH += $(OPIEDIR)/include backend LIBS += -ldl -lcrypt -lm INTERFACES = ../../library/passwordbase_p.ui \ ../../library/categoryeditbase_p.ui \ ../../library/findwidgetbase_p.ui \ ../../library/lnkpropertiesbase_p.ui -TARGET = qpe-x11 +TARGET = qpe DESTDIR = $(QTDIR)/lib$(PROJMAK) # This is set by configure$(OPIEDIR). VERSION = 1.5.0.1 |