/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
[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
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
-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
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
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
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