author | mickeyl <mickeyl> | 2003-05-08 06:57:20 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-05-08 06:57:20 (UTC) |
commit | 0950f27fa7136eb59f7e259cb4477ca10c89640d (patch) (side-by-side diff) | |
tree | 6ea35bb67e20b7aba3bcf7ab1d79c09e6c5aaa11 | |
parent | 3d150d3dceb6f66930d487958af95a169462ea84 (diff) | |
download | opie-0950f27fa7136eb59f7e259cb4477ca10c89640d.zip opie-0950f27fa7136eb59f7e259cb4477ca10c89640d.tar.gz opie-0950f27fa7136eb59f7e259cb4477ca10c89640d.tar.bz2 |
opiefy .pro-file
-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 @@ +Makefile config.in +moc_* + 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 @@ -1,90 +1,93 @@ TEMPLATE = app CONFIG = qt warn_on release HEADERS = Aportis.h \ Bkmks.h \ BuffDoc.h \ CAnnoEdit.h \ CBuffer.h \ CDrawBuffer.h \ CEncoding.h \ CEncoding_tables.h \ CExpander.h \ CFilter.h \ CloseDialog.h \ Filedata.h \ FixedFont.h \ FontControl.h \ GraphicWin.h \ Markups.h \ Navigation.h \ Palm2QImage.h \ Prefs.h \ QFloatBar.h \ QTReader.h \ QTReaderApp.h \ QtrListView.h \ Queue.h \ StateData.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 \ opie.h \ pdb.h \ plucker_base.h \ plucker.h \ ppm.h \ ppm_expander.h \ usenef.h \ useqpe.h \ ustring.h \ utypes.h \ version.h \ ztxt.h SOURCES = Aportis.cpp \ Bkmks.cpp \ BuffDoc.cpp \ CBuffer.cpp \ CDrawBuffer.cpp \ CEncoding.cpp \ CEncoding_tables.cpp \ CFilter.cpp \ CloseDialog.cpp \ FontControl.cpp \ Navigation.cpp \ Palm2QImage.cpp \ Prefs.cpp \ QTReader.cpp \ QTReaderApp.cpp \ QtrListView.cpp \ StyleConsts.cpp \ ToolbarPrefs.cpp \ URLDialog.cpp \ arith_d.cpp \ fileBrowser.cpp \ infowin.cpp \ main.cpp \ pdb.cpp \ plucker.cpp \ plucker_base.cpp \ ppm.cpp \ ppm_expander.cpp \ version.cpp \ ztxt.cpp INTERFACES = -DESTDIR = ../bin -#INCLUDEPATH += $(QPEDIR)/include -#DEPENDPATH += $(QPEDIR)/include -TARGET = uqtreader +DESTDIR = $(OPIEDIR)/bin +INCLUDEPATH += $(OPIEDIR)/include +DEPENDPATH += $(OPIEDIR)/include +TARGET = reader LIBS += -lqpe +include ( $(OPIEDIR)/include.pro ) + + |