forked from QupZilla/qupzilla-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BUILDING
26 lines (16 loc) · 995 Bytes
/
BUILDING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
General
----------------------------------------------------------------------------------
Building plugins has the same dependencies as application.
However, there is possibility to build plugins out of main source directory
(src/plugins)
In order to build plugins this way, you need to specify 2 env variables:
QUPZILLA_SRCDIR="Full path to QupZilla source"
QUPZILLA_PLUGINS_SRCDIR="Full path to plugins source"
QUPZILLA_SRCDIR must point to top source directory
(eg. where src/ or translations/ ... directories are located)
QUPZILLA_PLUGINS_SRCDIR must point to top plugins directory
(eg. where CopyTitle/ or Videoner/ ... directories are located)
Note: If you are using Qt Creator for building, you need to specify these
variables in Projects/Build Environment section
*********************************************************************************
All you need to do now is run qmake && make from QupZilla source directory.