
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/QupZilla
QupZilla Web Browser
QupZilla is a new and very fast lightweight QtWebEngine Browser.
In addition to standard features, QupZilla offers:
Bug Tracker: https://github.com/QupZilla/qupzilla/issues
IRC: #qupzilla at irc.freenode.net
QupZilla was renamed to Falkon: https://falkon.org
5 years ago
Full Changelog: https://github.com/QupZilla/qupzilla/blob/master/CHANGELOG
5 years ago
Full Changelog: https://github.com/QupZilla/qupzilla/blob/master/CHANGELOG
gcala
9 years ago
Good work.
Report
tetris4
9 years ago
I removed that line and managed to build it. However after running the bin, many icons seem to be missing from the toolbar, and no themes appear under "appearance"
screenshot: http://wstaw.org/w/HHH/
Report
nowrep
9 years ago
Additionaly, it is possible to build qupzilla to use data path relative to binary location.
I will update it on git today and document this define.
Report
tetris4
9 years ago
RCC: Error in 'data/html.qrc': Cannot find file 'html/copyright'
I moved the copyright file there and tried again.
This time I got an error here:
"app/qupzilla.h:26:2: error:
#error "TRYING TO RELEASE WITH DEVELOPING FLAG"
make: *** [../build/qupzilla.o] Error 1 "
full make report: http://paste.kde.org/129925/
Report
nowrep
9 years ago
Thank you for your post.
I will fix it on github today, for now, just delete one line in qupzilla.h and it should build fine this time.
It is this line:
#define DEVELOPPING
Report
tetris4
9 years ago
RCC: Error in 'data/html.qrc': Cannot find file 'html/copyright'
I moved the copyright file there and tried again.
This time I got an error here:
"app/qupzilla.h:26:2: error:
#error "TRYING TO RELEASE WITH DEVELOPING FLAG"
make: *** [../build/qupzilla.o] Error 1 "
full make report: http://paste.kde.org/129925/
Report