Skip to content

Commit

Permalink
Document new/updated CMake variables for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
stloeffler committed Mar 31, 2019
1 parent 4e37895 commit c78f209
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions PACKAGING
Expand Up @@ -69,6 +69,15 @@ can be passed on to you, the packager.
Other variables that may be useful for packaging include:
BUILD_SHARED_PLUGINS flag to indicate whether plugins should be built
as separate shared libraries [true]
PLATFORM_DEPENDENCIES additional libraries required by Qt platform
support plugins; currently on used when building
statically on Windows' separate multiple libraries
by a semicolon
Poppler_ADDITIONAL_DEPENDENCIES additional libraries required by poppler;
useful only if CMake does not pick them up
automatically (e.g. when linking poppler
statically); separate multiple libraries by a
semicolon
PREFER_BUNDLED_SYNCTEX set this flag to use SyncTeX is bundled with
TeXworks even if a system-wide installation is
found [false]
Expand Down

0 comments on commit c78f209

Please sign in to comment.