TSP Solver and Generator
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
pch.h
Go to the documentation of this file.
1
28
#ifdef __cplusplus
29
# include "
globals.h
"
30
# include <QtCore>
31
# include <QtGui>
32
# if defined(QT_NO_SVG) && !defined(NOSVG)
33
# define NOSVG
34
# endif
35
# if !defined(NOSVG)
36
# include <QtSvg>
37
# endif // NOSVG
38
# if QT_VERSION >= QT_VERSION_CHECK(5,0,0)
39
# include <QtConcurrent>
40
# include <QtPrintSupport>
41
# endif
42
# ifndef HANDHELD
43
# include "qttoolbardialog.h"
44
# endif
45
#endif // __cplusplus
globals.h
Contains TSPSG global defines.
Generated on Mon Apr 18 2016 23:45:20 for TSP Solver and Generator by
1.8.10