1
0

Other: use QApplication to enable Widget support on platform that lack of native support [skip-ci]

This commit is contained in:
Romain LE JEUNE
2022-08-25 09:33:34 +02:00
committed by Jakub
parent a9c038bcb6
commit ce743fe95d
3 changed files with 4 additions and 2 deletions

View File

@ -23,6 +23,7 @@
#include <QtCore>
#include <QtQuick>
#include <QtQml>
#include <QtWidgets>
#include <QtQuickControls2>
#include <AppController.h>