-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 | |||
@@ -113,29 +113,29 @@ SOURCES = ../../library/calendar.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 | ||