/* * \copyright Copyright (c) 2016-2018 Governikus GmbH & Co. KG, Germany */ #include "ResourceLoader.h" #include "UIPlugInQml.h" #include #include using namespace governikus; static void preRoutine() { ResourceLoader::getInstance().init(); UIPlugInQml::registerQmlTypes(); } Q_COREAPP_STARTUP_FUNCTION(preRoutine) QUICK_TEST_MAIN(qml)