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 | |
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 @@ -105,37 +105,37 @@ SOURCES = ../../library/calendar.cpp \ ../../library/categoryedit_p.cpp \ ../../library/categoryselect.cpp \ ../../library/categorywidget.cpp \ ../../library/ir.cpp \ ../../library/backend/vcc_yacc.cpp \ ../../library/backend/vobject.cpp \ ../../library/findwidget_p.cpp \ ../../library/finddialog.cpp \ ../../library/lnkproperties.cpp \ qt/qcopchannel_qws.cpp \ qpe/qpeapplication.cpp \ ../ipc/client/ocopclient.cpp \ ../ipc/common/ocoppacket.cpp # Qt 3 compatibility HEADERS += ../../library/quuid.h \ ../../library/qcom.h \ ../../library/qlibrary.h \ ../../library/qlibrary_p.h SOURCES += ../../library/quuid.cpp \ ../../library/qlibrary.cpp \ ../../library/qlibrary_unix.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 |