1
2Frequently Asked Questions for SoQt
3===================================
4
5Last Updated:
6$Date$
7
8For answers to common questions about the Coin library, see the separate
9FAQ in the Coin source archive.
10
11For answers to common Open Inventor programming issues not covered in this
12FAQ or the Coin FAQ, take a look at the FAQs directory in the SoGuiExamples
13archive.
14
15For answers to common questions regarding licensing, see the FAQ.legal
16file in the Coin source archive.
17
18
19Index
20=====
21
221: Qt Versions
23  Q1: Does SoQt work with Qt < 2.0?
24
25  Q2: Does SoQt work with Qt 2.*?
26
27  Q3: Does SoQt work with Qt >= 3.0?
28
29  Q4: Where is the qt-mt230nc.dll file?
30
31  Q5: Does SoQt work with the Qt port for Mac OS X/Darwin?
32
33
34Section 1. Qt Versions
35======================
36
37Q1.1: Does SoQt work with Qt < 2.0?
38
39A:    We have basically dropped trying to support Qt 1.*, but if we can help
40      it we will apply patches (within reason) to keep the Qt 1.x support
41      alive.
42
43
44Q1.2: Does SoQt work with Qt 2.*?
45
46A:    Yes, the support for the Qt 2.* series is well tested.
47
48
49Q1.3: Does SoQt work with Qt >= 3.0?
50
51A:    There has been various reports about problems with Qt 3.0, particularly
52      the Windows port.   We do use Qt 3.0 on Linux annd it seems to work
53      well here.
54
55
56Q1.4: Where is the qt-mt230nc.dll file?
57
58A:    This file is the Windows Qt 2.3.0 NonCommercial Edition DLL, which
59      you can fetch from the TrollTech web site (http://www.trolltech.com).
60
61
62Q1.5: Does SoQt work with the Qt port for Mac OS X/Darwin?
63
64A:    Yes, but we do not provide binary distributions for Mac OS X
65      yet.  As with for MS Windows, library builders are expected to
66      know their way around on their system and do a a minimum of
67      troubleshooting yourself before contacting coin-support.  This
68      situation will hopefully be fixed by the end of the year.
69
70      SoQt is BTW not installed as a framework like Coin is.
71
72
73--
74