On 05/01/2010 07:59 AM, Roger Mc Murtrie wrote: > I have been attempting to build Tutorial t1 from the command line. > I have added to my .profile file: > ADA_INCLUDE_PATH=/usr/local/include/qtada/core:/usr/local/include/qtada/gui > and added /usr/local/lib/qtada:/usr/local/lib:/usr/local/lib to > LD_LIBRARY_PATH > > gnatmake main -largs -lQtAdaCore -lQtAdaGui > works OK > > Is there any way of not having to specify -largs -lQtAdaCore -lQtAdaGui? Yes, add <qtada_prefix>/lib/gnat to ADA_PROJECT_PATH and start to use GNAT Project Files. Each example in the QtAda package come with Makefile and set of project files, see gnat subdirectory in each example directory.
_______________________________________________ qtada-users mailing list [email protected] http://box347.bluehost.com/mailman/listinfo/qtada-users_lists.qtada.com
