13 lines
230 B
C
13 lines
230 B
C
/* Add C includes here */
|
|
|
|
#if defined __cplusplus
|
|
/* Add C++ includes here */
|
|
#include <QtCore>
|
|
#include <QApplication>
|
|
#include <QtGlobal>
|
|
#include <QtXml>
|
|
#include <QtWidgets>
|
|
#include <QtSvg/QtSvg>
|
|
#include "options.h"
|
|
#endif
|