summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/reader/reader.pro
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-reader/reader/reader.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-reader/reader/reader.pro12
1 files changed, 4 insertions, 8 deletions
diff --git a/noncore/apps/opie-reader/reader/reader.pro b/noncore/apps/opie-reader/reader/reader.pro
index 3f56da9..33975ee 100644
--- a/noncore/apps/opie-reader/reader/reader.pro
+++ b/noncore/apps/opie-reader/reader/reader.pro
@@ -32,32 +32,30 @@ HEADERS = Aportis.h \
StyleConsts.h \
ToolbarPrefs.h \
URLDialog.h \
ZText.h \
arith.h \
cbkmkselector.h \
config.h \
fileBrowser.h \
infowin.h \
linktype.h \
my_list.h \
names.h \
- ../OREADERINC/opie.h \
pdb.h \
plucker.h \
plucker_base.h \
ppm.h \
ppm_expander.h \
usenef.h \
- ../OREADERINC/useqpe.h \
ustring.h \
util.h \
utypes.h \
version.h \
ztxt.h
SOURCES = BuffDoc.cpp \
ButtonPrefs.cpp \
CAnnoEdit.cpp \
CDrawBuffer.cpp \
CEncoding.cpp \
CEncoding_tables.cpp \
@@ -72,20 +70,18 @@ SOURCES = BuffDoc.cpp \
QtrListView.cpp \
ToolbarPrefs.cpp \
URLDialog.cpp \
fileBrowser.cpp \
infowin.cpp \
main.cpp \
orkey.cpp \
util.cpp \
version.cpp
INTERFACES =
DESTDIR = $(OPIEDIR)/bin
-INCLUDEPATH += ../OREADERINC $(OPIEDIR)/include
-DEPENDPATH += ../OREADERINC $(OPIEDIR)/include
-TARGET = reader
-LIBS += -lopieui2 -lqpe -lreader_codec
-
-DEPENDPATH += ../OREADERINC
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
+TARGET = opie-reader
+LIBS += -lopiecore2 -lopieui2 -lqpe -lreader_codec
include ( $(OPIEDIR)/include.pro )