Rainer Lehrig (SMS) jun.2000 QT-development

- Requirements
  you need to have c++ compiler cxx 6.2 installed
  you need to have x-windows installed

- Installation
  restore backup saveset
  example:
    backup/log mka500:[]qt21.bck/saveset [...]*.*

- After Installation
  $ set default [qt-2_1_0.changes]
  $ edit login.com
  adjust the line
    $ define/process/trans=conc qt dkb100:[lehrig.]
  to your path of qt

- @login
  in order to set up logicals and symbols for qt development

- make a qt program
  type
  $ h
  to see symbols used in qt development
  $ sp qt               (setup project qt)
  $ set default [qt-2_1_0.changes.qtvdi]
  $ m                   (make program)
  $ mb                  (make program completely new)
  $ r qtvdi test.smf    (run qtvdi with file test.smf)

- Initialisation files
  [qt-2_1_0.changes]menue.ini   (here you can define the path of your project)
    type
    $ sp
    to see all defined projects
    type
    $ sp qt
    to select project qt

  prj_ini.com
    is run when you type "sp projectname".
    It is located in the path you specified in menue.ini
    It sets up prj prjdir and the path of your executables exepath
    It define the logical make_default which points to your global make
    initialisation file.

  make_defaults 
    see make.doc (word document)

