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