valentina/stable.h
2013-09-10 15:34:50 +03:00

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