Re: [mitk-users] QMetaObject symbol not found

2015-08-04 Thread yari mattei
/Tutorial/Step6;h=ce890898dba58323f31a35d7d4bfc5a6e92caf8b;hb=HEAD > > -Ursprüngliche Nachricht- > Von: yari mattei [mailto:yari.mat...@student.supsi.ch] > Gesendet: Montag, 3. August 2015 11:56 > An: mitk-users@lists.sourceforge.net > Betreff: Re: [mitk-users] QMetaObject s

Re: [mitk-users] QMetaObject symbol not found

2015-08-03 Thread Goch, Caspar Jonas
[mailto:yari.mat...@student.supsi.ch] Gesendet: Montag, 3. August 2015 11:56 An: mitk-users@lists.sourceforge.net Betreff: Re: [mitk-users] QMetaObject symbol not found Hi Caspar, thanks for the answer. What you assumed is almost right. I will explain in detail what is my problem. I create a MITK

Re: [mitk-users] QMetaObject symbol not found

2015-08-03 Thread yari mattei
t; > -Ursprüngliche Nachricht- > Von: yari mattei [mailto:yari.mat...@student.supsi.ch] > Gesendet: Freitag, 31. Juli 2015 16:10 > An: mitk-users@lists.sourceforge.net > Betreff: Re: [mitk-users] QMetaObject symbol not found > > Hi Sascha, > > I am having some prob

Re: [mitk-users] QMetaObject symbol not found

2015-08-03 Thread Goch, Caspar Jonas
-Ursprüngliche Nachricht- Von: yari mattei [mailto:yari.mat...@student.supsi.ch] Gesendet: Freitag, 31. Juli 2015 16:10 An: mitk-users@lists.sourceforge.net Betreff: Re: [mitk-users] QMetaObject symbol not found Hi Sascha, I am having some problem. I am working in the "AwesomeApp&quo

Re: [mitk-users] QMetaObject symbol not found

2015-07-31 Thread Ingmar Wegner
Hi Yari, either the list of files is in the cmake file or in a file.cmake file. If your files.cmake is not parsed you need to add the parsing into the cmake file. See an tutorial on cmake. Best, Ingmar yari mattei schrieb: Hi Sascha,I am having

Re: [mitk-users] QMetaObject symbol not found

2015-07-31 Thread yari mattei
Hi Sascha, I am having some problem. I am working in the "AwesomeApp" project wchich does not have the "files.cmake" file I tried to create it (with the MOC_H_FILES variable) but it doesn't seems to work. I have to add something else? Thanks Yari Il 28.07.2015 19:04, Sascha Zelzer ha scritto

Re: [mitk-users] QMetaObject symbol not found

2015-07-28 Thread Sascha Zelzer
Hi Yari, did you add the header file (step6.h) to the CMake list of files which should be processed by moc (look at files.cmake and the MOC_H_FILES variable)? Cheers, Sascha On 07/28/2015 04:47 PM, yari mattei wrote: > Hi guys, > > I am trying to create my own user interface for a MITK based a