mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-28 22:05:03 +00:00
ce1bdcb1b1
This changes several things: 1. The path to the plugins is no longer determined by looking through the include flags in QT_LIBS. This process was broken for paths with file names. Instead, qmake is queried for the installation location for the plugins. 2. Similar to qmake, configure now generates a file for both mkvinfo and mkvtoolnix-gui that includes the appropriate #include directives for the chosen plugins. Therefore no additional #ifdef… logic is required for the static plugins in other parts of the two programs. 3. For platforms other than Windows or macOS, configure will now add the Xcb platform integration plugin. This is required for using a static Qt on Linux. This change should implement #1898. |
||
---|---|---|
.. | ||
ax_boost_base.m4 | ||
ax_boost_check_headers.m4 | ||
ax_boost_date_time.m4 | ||
ax_boost_filesystem.m4 | ||
ax_boost_regex.m4 | ||
ax_boost_system.m4 | ||
ax_docbook.m4 | ||
boost.m4 | ||
c++-features.m4 | ||
check_version.m4 | ||
clang.m4 | ||
compiler_flags.m4 | ||
debugging_profiling.m4 | ||
endianess.m4 | ||
extra_inc_lib.m4 | ||
flac.m4 | ||
gcc_version.m4 | ||
gnurx.m4 | ||
gtest.m4 | ||
iconv.m4 | ||
initialization.m4 | ||
inttypes.m4 | ||
magic.m4 | ||
manpages_translations.m4 | ||
matroska.m4 | ||
mingw.m4 | ||
nl_langinfo.m4 | ||
nlohmann_jsoncpp.m4 | ||
ogg.m4 | ||
pandoc.m4 | ||
pkg.m4 | ||
po4a.m4 | ||
precompiled_headers.m4 | ||
pri64d.m4 | ||
pugixml.m4 | ||
qt5.m4 | ||
static.m4 | ||
tiocgwinsz.m4 | ||
tools.m4 | ||
translations.m4 | ||
utf8cpp.m4 | ||
vorbis.m4 | ||
zlib.m4 |