##// END OF EJS Templates
Added static plugin support...
Added static plugin support In case of fully static exe even plugins must be static to allow single file executable. Small fix, when using resources in app from library they must be initialized with Q_INIT_RESOURCE. Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r620:3dbb981097b0
r1156:247dc18789c6
Show More
cross_fedora_win64.txt
18 lines | 471 B | text/plain | TextLexer
/ build_cfg / windows / cross_fedora_win64.txt
Added Meson support....
r620 [binaries]
c = 'x86_64-w64-mingw32-gcc'
cpp = 'x86_64-w64-mingw32-g++'
ar = 'x86_64-w64-mingw32-ar'
strip = 'x86_64-w64-mingw32-strip'
qmake = 'mingw64-qmake-qt5'
qmake-qt5 = 'mingw64-qmake-qt5'
moc-qt5 = '/usr/x86_64-w64-mingw32/bin/qt5/moc'
windres = 'x86_64-w64-mingw32-windres'
pkgconfig = 'mingw64-pkg-config'
exe_wrapper = 'wine' # A command used to run generated executables.
[host_machine]
system = 'windows'
cpu_family = 'x86'
cpu = 'x86_64'
endian = 'little'