TSP Solver and Generator
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
Contains TSPSG global defines.