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 | |
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 \ | |||
105 | ../../library/categoryedit_p.cpp \ | 105 | ../../library/categoryedit_p.cpp \ |
106 | ../../library/categoryselect.cpp \ | 106 | ../../library/categoryselect.cpp \ |
107 | ../../library/categorywidget.cpp \ | 107 | ../../library/categorywidget.cpp \ |
108 | ../../library/ir.cpp \ | 108 | ../../library/ir.cpp \ |
109 | ../../library/backend/vcc_yacc.cpp \ | 109 | ../../library/backend/vcc_yacc.cpp \ |
110 | ../../library/backend/vobject.cpp \ | 110 | ../../library/backend/vobject.cpp \ |
111 | ../../library/findwidget_p.cpp \ | 111 | ../../library/findwidget_p.cpp \ |
112 | ../../library/finddialog.cpp \ | 112 | ../../library/finddialog.cpp \ |
113 | ../../library/lnkproperties.cpp \ | 113 | ../../library/lnkproperties.cpp \ |
114 | qt/qcopchannel_qws.cpp \ | 114 | qt/qcopchannel_qws.cpp \ |
115 | qpe/qpeapplication.cpp \ | 115 | qpe/qpeapplication.cpp \ |
116 | ../ipc/client/ocopclient.cpp \ | 116 | ../ipc/client/ocopclient.cpp \ |
117 | ../ipc/common/ocoppacket.cpp | 117 | ../ipc/common/ocoppacket.cpp |
118 | 118 | ||
119 | # Qt 3 compatibility | 119 | # Qt 3 compatibility |
120 | HEADERS += ../../library/quuid.h \ | 120 | HEADERS += ../../library/quuid.h \ |
121 | ../../library/qcom.h \ | 121 | ../../library/qcom.h \ |
122 | ../../library/qlibrary.h \ | 122 | ../../library/qlibrary.h \ |
123 | ../../library/qlibrary_p.h | 123 | ../../library/qlibrary_p.h |
124 | 124 | ||
125 | SOURCES += ../../library/quuid.cpp \ | 125 | SOURCES += ../../library/quuid.cpp \ |
126 | ../../library/qlibrary.cpp \ | 126 | ../../library/qlibrary.cpp \ |
127 | ../../library/qlibrary_unix.cpp | 127 | ../../library/qlibrary_unix.cpp |
128 | 128 | ||
129 | INCLUDEPATH += $(OPIEDIR)/include backend | 129 | INCLUDEPATH += $(OPIEDIR)/include backend |
130 | LIBS += -ldl -lcrypt -lm | 130 | LIBS += -ldl -lcrypt -lm |
131 | 131 | ||
132 | INTERFACES = ../../library/passwordbase_p.ui \ | 132 | 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 | ||