Karsten Tausche

Results 6 comments of Karsten Tausche

I noticed a related issue with Qt (platform) plugins in my applications: Executables linked to Qt contain the absolute path to the Qt installation that was used at build time...

I'd recommend a solution like that. Contrary to what you originally suggested, I use this solution to prevent the Qt application from using Qt libraries/plugins that are already installed on...

@killing is it intentional to load this library at all still? Because it was dropped from release packages some time ago. See here: https://github.com/haiwen/seafile/blob/f0097a706b007d5e6b1aff7af2c536124199840d/daemon/seaf-daemon.c#L398

implemented like expression in https://github.com/kateyy/hyrise/tree/feature/LikeExpression

It's just an example, currently I would need this feature a add a % to a float value. BTW QSpinBox supports this feature.

How about writing a platform check instead of checking the compiler version? This might help: http://www.cmake.org/cmake/help/v3.0/command/try_run.html