Skip to content

Commit 66c7c49

Browse files
committed
minor fixes
1 parent 10c0d21 commit 66c7c49

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Note that PEB is created to work from any folder without installation and all fi
6767
* **5. Maximal reuse of existing web technologies and standards**
6868

6969
## Features
70-
* [Perl script output is seamlessly inserted into the calling local page.](#api)
70+
* [Perl script output is seamlessly inserted into the calling local page.](#perl-scripts-api)
7171
* [Perl scripts with STDIN event loops can be repeatedly fed with data.](#interactive-perl-scripts)
7272
* [Any version of Perl 5 can be used.](#runtime-requirements)
7373
* PEB can be started from any folder.

src/peb.pro

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,17 +81,14 @@ greaterThan (QT_MAJOR_VERSION, 4) {
8181
SOURCES += \
8282
main.cpp \
8383
file-reader.cpp \
84-
local-reply.cpp \
8584
main-window.cpp \
8685
script-handler.cpp \
8786
webkit-page.cpp \
8887
webkit-view.cpp
8988

9089
# Header files:
9190
HEADERS += \
92-
access-manager.h \
9391
file-reader.h \
94-
local-reply.h \
9592
script-handler.h \
9693
webkit-main-window.h \
9794
webkit-page.h \

0 commit comments

Comments
 (0)