init.cpp 371 B

12345678910111213
  1. /*
  2. This file is part of Desktop App Toolkit,
  3. a set of libraries for developing nice desktop applications.
  4. For license and copyright information please follow this link:
  5. https://github.com/desktop-app/legal/blob/master/LEGAL
  6. */
  7. #include <QtCore/QtPlugin>
  8. Q_IMPORT_PLUGIN(QAVIFPlugin)
  9. Q_IMPORT_PLUGIN(HEIFPlugin)
  10. Q_IMPORT_PLUGIN(QJpegXLPlugin)
  11. Q_IMPORT_PLUGIN(QOIPlugin)