08df756010
qRFCView is a viewer for IETF RFCs. Advantages are: * automatic table of content, with direct opening of section; * handling of RFC internal cross-references; * automatic downloading of a referenced RFC from the IETF web site on a simple click; * caching of RFC in a local directory; * tab-browsing of RFC; * searching. From Antoine Jacoutot <ajacoutot@lphp.org>
12 lines
386 B
Plaintext
12 lines
386 B
Plaintext
$OpenBSD: patch-src_src_pro,v 1.1.1.1 2006/07/30 22:25:41 alek Exp $
|
|
--- src/src.pro.orig Tue Jul 25 23:08:50 2006
|
|
+++ src/src.pro Tue Jul 25 23:09:42 2006
|
|
@@ -22,6 +22,7 @@ SOURCES += rfcview.cpp \
|
|
rfcloader.cpp \
|
|
cdialogfind.cpp \
|
|
cprintdialog.cpp
|
|
+QMAKE_CXXFLAGS_RELEASE+=!!CXXFLAGS!!
|
|
TARGET=../bin/qRFCView
|
|
CONFIG += qt release
|
|
QT += network
|