Re: [mitk-users] PluginGenerator and ProjectTemplate

2022-01-11 Thread Dinkelacker, Stefan
for me. From: Dinkelacker, Stefan Sent: Mittwoch, 7. April 2021 13:00 To: Nil Goyette Cc: [email protected] Subject: Re: [mitk-users] PluginGenerator and ProjectTemplate Hi, my first guess is that your executable is infected with this dependency from MitkAppUtil, which has

Re: [mitk-users] PluginGenerator and ProjectTemplate

2022-01-10 Thread Noll, Matthias
ets+WebEngine) to only set(qt5_depends Qt5|Widgets+WebEngineCore) seems to fix the issue for me. From: Dinkelacker, Stefan Sent: Mittwoch, 7. April 2021 13:00 To: Nil Goyette Cc: [email protected] Subject: Re: [mitk-users] PluginGenerator and ProjectTemplate Hi, my first gue

Re: [mitk-users] PluginGenerator and ProjectTemplate

2021-05-11 Thread Nil Goyette
Hi Stefan, as always, thank you for your answer. 1. "Spare the last step" Yes, of course, it would fix the recompilation problem but not the others (see april 21th message). And as I said it's not compatible with our build system. We're preparing the mitk build in our cicd and using i

Re: [mitk-users] PluginGenerator and ProjectTemplate

2021-05-11 Thread Dinkelacker, Stefan
ject A, Update project A, (Yada yada is up-to-date) * n". And it should be done in a few seconds. Best, Stefan Von: Nil Goyette Gesendet: Dienstag, 11. Mai 2021 17:45 An: Dinkelacker, Stefan Cc: [email protected] Betreff: Re: [mitk-users

Re: [mitk-users] PluginGenerator and ProjectTemplate

2021-05-11 Thread Nil Goyette
Hi Stefan, Sorry for the late reply, I'm not working on this project often. I didn't record a screencast but I took note of what I did. Maybe you will be able to spot what I did wrong. # Install Qt 5.12.10 (QtScript, QtWebEngine, OpenSSL 1.1) # Install CMake 3.19.7 # Create an empty extension pr

Re: [mitk-users] PluginGenerator and ProjectTemplate

2021-04-25 Thread Dinkelacker, Stefan
said that you are not used to CMake and writing new CMake files is a hurdle for you. That's a perfect reason to use the extension mechanism instead. Fingers crossed Stefan Von: Nil Goyette Gesendet: Mittwoch, 21. April 2021 21:09 An: Dinkelacker,

Re: [mitk-users] PluginGenerator and ProjectTemplate

2021-04-21 Thread Nil Goyette
Hi Stefan, Still no success. I deleted everything and started from a fresh build. Adding an "empty" project to MITK_EXTENSION_DIRS does start a new MITK build. Removing it does the same thing. Once it's added, I can add modules and plugins without full compilation though. This being said, I see s

Re: [mitk-users] PluginGenerator and ProjectTemplate

2021-04-19 Thread Dinkelacker, Stefan
tefan Cc: [email protected] Betreff: Re: [mitk-users] PluginGenerator and ProjectTemplate Hi Stefan. I'm currently testing the MITK extension. I created an almost empty project as you suggested . To be more specific, a "Modules" folder with an empty MITK_MODULES

Re: [mitk-users] PluginGenerator and ProjectTemplate

2021-04-19 Thread Nil Goyette
te/blob/master/CMakeExternals/Customization/ITK.cmake > > [2] https://github.com/MITK/MITK-ProjectTemplate/tree/master/Modules > > > -- > *Von:* Nil Goyette > *Gesendet:* Freitag, 9. April 2021 04:19 > *An:* Dinkelacker, Stefan > *Cc:* mitk-use

Re: [mitk-users] PluginGenerator and ProjectTemplate

2021-04-09 Thread Dinkelacker, Stefan
elacker, Stefan Cc: [email protected] Betreff: Re: [mitk-users] PluginGenerator and ProjectTemplate Hi Stefan, I'm still unable to generate the solution, with Qt5.12 or Qt5.15, with or without a reference to MitkAppUtil, with or without a "find_package(Qt5WebEngine REQ

Re: [mitk-users] PluginGenerator and ProjectTemplate

2021-04-08 Thread Nil Goyette
. I also did not use Qt 5.15 yet, only 5.12. > > > Best, > > Stefan > -- > *Von:* Nil Goyette > *Gesendet:* Dienstag, 6. April 2021 17:21 > *An:* Dinkelacker, Stefan > *Cc:* [email protected] > *Betreff:* Re: [mitk-users] PluginGenerator and Pro

Re: [mitk-users] PluginGenerator and ProjectTemplate

2021-04-07 Thread Dinkelacker, Stefan
moment. I also did not use Qt 5.15 yet, only 5.12. Best, Stefan Von: Nil Goyette Gesendet: Dienstag, 6. April 2021 17:21 An: Dinkelacker, Stefan Cc: [email protected] Betreff: Re: [mitk-users] PluginGenerator and ProjectTemplate Hi Stefan, My

Re: [mitk-users] PluginGenerator and ProjectTemplate

2021-04-06 Thread Nil Goyette
ot there anymore (we revisited the ITK > dependencies of all MITK modules in v2021.02 for example). The CMake output > / summary should print out why a module is missing. > > > Best, > > Stefan > > > > > > ------ > *Von:* Nil Goyett

Re: [mitk-users] PluginGenerator and ProjectTemplate

2021-04-05 Thread Dinkelacker, Stefan
Goyette Gesendet: Donnerstag, 1. April 2021 21:51 An: [email protected] Betreff: [mitk-users] PluginGenerator and ProjectTemplate Hi all, I tried porting my application to 2121.02 and there's plenty of cmake errors because one of my modules is suddenly missing. So I tried usin

[mitk-users] PluginGenerator and ProjectTemplate

2021-04-01 Thread Nil Goyette
Hi all, I tried porting my application to 2121.02 and there's plenty of cmake errors because one of my modules is suddenly missing. So I tried using the good old PluginGenerator, but I see that there's a problem with it. It's not built when I build MITK. It was decided in T27701