Hello. I'd like to ask about amoc usage in my application.
In which way should i use amoc ?

I have tried to do as follows:
Created new grp build file, like in qtada examples dir.
Here it is:

with "qt_gui";

project My_Apps_Moc is

  for Languages use ("Amoc");
  for Source_Dirs use ("..");
  for Object_Dir use "../.amoc";
  for Source_Files use ("my_apps-impl.ads");

end My_Apps_Moc;

and when i've tried to use amoc i've got such message:

gprbuild -p -Pgpr/my_apps_moc.gpr
creating auto.cgpr
my_apps_moc.gpr:3:09: warning: no compiler specified for language "Amoc", ignoring all its sources
gprbuild: no sources to compile


_______________________________________________
qtada-users mailing list
[email protected]
http://lists.qtada.com/mailman/listinfo/qtada-users_lists.qtada.com

Reply via email to