#include <NDEVR/ApplicationSetup.h>
#include <NDEVR/QTWindowManager.h>
#include <NDEVR/QTModelManager.h>
#include <NDEVR/WindowOptions.h>
#include <NDEVR/NDEVRProxyStyle.h>
#include <NDEVR/NDEVRActivationDialog.h>
#include <NDEVR/DesignPixmapResolver.h>
#include <NDEVR/QTIconManager.h>
#include <NDEVR/ItemDownloader.h>
#include <NDEVR/QTErrorDialog.h>
#include <NDEVR/WidgetInitialization.h>
#include <NDEVR/QCustomTranslator.h>
#include <NDEVR/InterfaceOrientationController.h>
#include <NDEVR/WidgetOptions.h>
#include <NDEVR/DesignSettings.h>
#include <NDEVR/DesignObjectLookup.h>
#include <NDEVR/Project.h>
#include <NDEVR/FileAndFolderOptions.h>
#include <NDEVR/CoordinateOptions.h>
#include <NDEVR/ViewportOptions.h>
#include <NDEVR/NDVFactory.h>
#include <NDEVR/ModelFactory.h>
#include <NDEVR/ModuleManager.h>
#include <NDEVR/FileResource.h>
#include <NDEVR/ApplicationResource.h>
#include <NDEVR/Translator.h>
#include <NDEVR/Exception.h>
#include <NDEVR/Thread.h>
#include <NDEVR/Font.h>
#include <NDEVR/FileOptions.h>
#include <NDEVR/FeatureOptions.h>
#include <QFile>
#include <QApplication>
#include <QSettings>
#include <QScreen>
#include <QSurfaceFormat>
#include <QDateTime>
#include <QTimeZone>
#include <QMainWindow>