10 lines
297 B
QML
10 lines
297 B
QML
// This file exists for the sole purpose for qmlimportscanner to find
|
|
// which modules it needs to extract for deployment on Android.
|
|
// Otherwise, it fails to find the imports that are expressed in C++.
|
|
|
|
import QtQuick.Controls
|
|
import QtQuick.Layouts
|
|
import Qt.labs.folderlistmodel
|
|
|
|
QtObject { }
|