Skip to content

Commit 20c8880

Browse files
committed
Revision 322 added
1 parent dd4be3c commit 20c8880

File tree

397 files changed

+97492
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

397 files changed

+97492
-0
lines changed

config.pri

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
CONFIG += qt warn_on thread static
2+
QT += opengl
3+
4+
win32 {
5+
!build_pass {
6+
win32-msvc | win32-msvc2002 {
7+
error(Unsupported Visual Studio version ( < 2003 ))
8+
}
9+
}
10+
11+
#win32-msvc2003 | win32-msvc2005 | win32-msvc2008 {
12+
# TEMPLATE = vclib
13+
# CONFIG += dll exceptions
14+
# dll:DEFINES += QT_DLL QWT3D_DLL QWT3D_MAKEDLL
15+
# QMAKE_CXXFLAGS += $$QMAKE_CFLAGS_STL
16+
17+
# win32-msvc2008 | win32-msvc2010 {
18+
# !build_pass {
19+
# message(Ignore warnings regarding parsing problems for /MP switch)
20+
# }
21+
# QMAKE_CXXFLAGS += /MP
22+
# }
23+
#}
24+
25+
win32-msvc2003 | win32-msvc2005 | win32-msvc2008 | win32-msvc2010 {
26+
QMAKE_CXXFLAGS += -MP
27+
QMAKE_CXXFLAGS += $$QMAKE_CFLAGS_STL
28+
QMAKE_CXXFLAGS += -fp:fast -arch:SSE2
29+
30+
#test - asm output
31+
QMAKE_CXXFLAGS += -FAs
32+
}
33+
}
34+
35+
linux-g++:QMAKE_CXXFLAGS += -fno-exceptions
36+
37+

doc/Doxyfile.doxygen

Lines changed: 2324 additions & 0 deletions
Large diffs are not rendered by default.

doc/doxygenimages/Thumbs.db

5.5 KB
Binary file not shown.

doc/doxygenimages/arrowanatomy.png

12 KB

doc/doxygenimages/axes.png

19.9 KB

doc/footer.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<hr><address style="align: right;"><small>
2+
The documentation for the QwtPlot3D API has been created by <a href="http://www.doxygen.org/index.html">
3+
<img src="doxygen.png" alt="doxygen" align="middle" border=0 width=110 height=53>
4+
</a> $doxygenversion and is hosted at </small> <a href="http://sourceforge.net">
5+
<img src="http://sourceforge.net/sflogo.php?group_id=78209&amp;type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a></address>
6+
</body>
7+
</html>

doc/images/Thumbs.db

6 KB
Binary file not shown.

doc/images/arrow_0.png

7.7 KB

doc/images/arrow_2.png

7.28 KB

doc/images/arrow_3.png

7.61 KB

0 commit comments

Comments
 (0)