-rw-r--r-- | noncore/apps/opie-reader/.cvsignore | 3 | ||||
-rw-r--r-- | noncore/apps/opie-reader/opie-reader.pro | 11 |
2 files changed, 10 insertions, 4 deletions
diff --git a/noncore/apps/opie-reader/.cvsignore b/noncore/apps/opie-reader/.cvsignore index 6d678c6..238a28e 100644 --- a/noncore/apps/opie-reader/.cvsignore +++ b/noncore/apps/opie-reader/.cvsignore | |||
@@ -1 +1,4 @@ | |||
1 | Makefile | ||
1 | config.in | 2 | config.in |
3 | moc_* | ||
4 | |||
diff --git a/noncore/apps/opie-reader/opie-reader.pro b/noncore/apps/opie-reader/opie-reader.pro index db85aa4..62113c3 100644 --- a/noncore/apps/opie-reader/opie-reader.pro +++ b/noncore/apps/opie-reader/opie-reader.pro | |||
@@ -69,22 +69,25 @@ SOURCES = Aportis.cpp \ | |||
69 | StyleConsts.cpp \ | 69 | StyleConsts.cpp \ |
70 | ToolbarPrefs.cpp \ | 70 | ToolbarPrefs.cpp \ |
71 | URLDialog.cpp \ | 71 | URLDialog.cpp \ |
72 | arith_d.cpp \ | 72 | arith_d.cpp \ |
73 | fileBrowser.cpp \ | 73 | fileBrowser.cpp \ |
74 | infowin.cpp \ | 74 | infowin.cpp \ |
75 | main.cpp \ | 75 | main.cpp \ |
76 | pdb.cpp \ | 76 | pdb.cpp \ |
77 | plucker.cpp \ | 77 | plucker.cpp \ |
78 | plucker_base.cpp \ | 78 | plucker_base.cpp \ |
79 | ppm.cpp \ | 79 | ppm.cpp \ |
80 | ppm_expander.cpp \ | 80 | ppm_expander.cpp \ |
81 | version.cpp \ | 81 | version.cpp \ |
82 | ztxt.cpp | 82 | ztxt.cpp |
83 | 83 | ||
84 | INTERFACES= | 84 | INTERFACES= |
85 | DESTDIR = ../bin | 85 | DESTDIR = $(OPIEDIR)/bin |
86 | #INCLUDEPATH+= $(QPEDIR)/include | 86 | INCLUDEPATH+= $(OPIEDIR)/include |
87 | #DEPENDPATH+= $(QPEDIR)/include | 87 | DEPENDPATH+= $(OPIEDIR)/include |
88 | TARGET = uqtreader | 88 | TARGET = reader |
89 | LIBS += -lqpe | 89 | LIBS += -lqpe |
90 | 90 | ||
91 | include ( $(OPIEDIR)/include.pro ) | ||
92 | |||
93 | |||