~ubuntu-branches/ubuntu/precise/soqt/precise

« back to all changes in this revision

Viewing changes to src/Inventor/Qt/common/engines/Engines.cpp.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2004-10-11 22:00:26 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041011220026-s682y1my72drwkkh
Tags: 1.2.0-2
configure: Don't quote "$LD", it breaks the build.  
Closes: #269669, 274275.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**************************************************************************\
 
2
 *
 
3
 *  This file is part of the Coin 3D visualization library.
 
4
 *  Copyright (C) 1998-2004 by Systems in Motion.  All rights reserved.
 
5
 *
 
6
 *  This library is free software; you can redistribute it and/or
 
7
 *  modify it under the terms of the GNU General Public License
 
8
 *  ("GPL") version 2 as published by the Free Software Foundation.
 
9
 *  See the file LICENSE.GPL at the root directory of this source
 
10
 *  distribution for additional information about the GNU GPL.
 
11
 *
 
12
 *  For using Coin with software that can not be combined with the GNU
 
13
 *  GPL, and for taking advantage of the additional benefits of our
 
14
 *  support services, please contact Systems in Motion about acquiring
 
15
 *  a Coin Professional Edition License.
 
16
 *
 
17
 *  See <URL:http://www.coin3d.org/> for more information.
 
18
 *
 
19
 *  Systems in Motion, Teknobyen, Abels Gate 5, 7030 Trondheim, NORWAY.
 
20
 *  <URL:http://www.sim.no/>.
 
21
 *
 
22
\**************************************************************************/
 
23
 
 
24
#include <Inventor/@Gui@/engines/SoGuiEngines.h>
 
25
 
 
26
void
 
27
SoGuiEngines::initClasses(void)
 
28
{
 
29
  SoGuiRadioGroup::initClass();
 
30
  SoGuiFormat::initClass();
 
31
}
 
32