: Federico Milano [mailto:fmil...@gmail.com]
Sent: Mittwoch, 19. Juli 2017 15:01
To: Sascha Zelzer
Cc: Dinkelacker, Stefan; mitk-users@lists.sourceforge.net
Subject: Re: [mitk-users] Linux package contains Qt libraries but no plugins
Hi Sascha,
I've actually found the same issue a while ago and m
Hi Sascha,
I've actually found the same issue a while ago and made a curated list. I
added this to my install rules:
if(UNIX)
get_property(_qmake_location TARGET ${Qt5Core_QMAKE_EXECUTABLE}
PROPERTY IMPORT_LOCATION)
get_filename_component(_qmake_path "${_qmake_location}" DIRECT
Hi Stefan,
there is linuxdeployqt, but it seems to have a couple of issues. With
the plugins, one would either need to copy all the plugins from the
build machine, or have a curated list of plugins required for the
application to work. No tool can possibly infer plugin dependencies
without kn
Hi Sascha,
you're right. It wasn't intended not to ship the Qt plugins within the package.
I'll check that and update the tarball. BTW, do you know something similar for
Linux like windeployqt.exe?
Best,
Stefan
-Original Message-
From: Sascha Zelzer [mailto:sascha.zel...@gmail.com]
Se