genode/repos/libports/src/lib/qt5/qtbase/src/plugins/imageformats/jpeg/import_plugin.cc
Christian Prochaska 99937a6267 qt5: update to version 5.8.0
Fixes #2424
2017-05-31 13:16:23 +02:00

17 lines
346 B
C++

/*
* \brief Static instance of the QJpegPlugin
* \author Christian Prochaska
* \date 2017-05-27
*/
/*
* Copyright (C) 2017 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU Affero General Public License version 3.
*/
#include "main.h"
Q_IMPORT_PLUGIN(QJpegPlugin)