9 lines
303 B
QML
9 lines
303 B
QML
// This file exists for the sole purpose for qmlimportscanner to find
|
|
// which modules it needs to extract for deployment.
|
|
// Otherwise, it fails to find the imports that are expressed in C++.
|
|
|
|
import QtQml
|
|
import Qt.labs.folderlistmodel // workaround, shouldn't we get that from Dialogs?
|
|
|
|
QtObject { }
|