Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

QupZilla/qupzilla-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QupZilla Web Browser

Homepage: http://www.qupzilla.com
Blog: http://blog.qupzilla.com
IRC: #qupzilla at irc.freenode.net

Building

The easiest way to build external plugins is to copy plugin directories into QupZilla's source tree (eg. into src/plugins).

You can also build plugins out of the main source tree. In order to do that, you need to set two environment variables, namely $QUPZILLA_PLUGINS_SRCDIR and $QUPZILLA_SRCDIR, both pointing to the correct directory.

echo $QUPZILLA_PLUGINS_SRCDIR $QUPZILLA_SRCDIR

/home/david/Programming/Qt-C++/QupZilla-plugins/plugins
/home/david/Programming/Qt-C++/QupZilla