mirror of
https://github.com/AskDavis/Casinotest.git
synced 2026-01-01 05:05:57 -08:00
24 lines
646 B
QML
24 lines
646 B
QML
import QtQuick 2.0
|
|
import QtQuick 2.2
|
|
import QtQuick.Controls 1.2
|
|
import QtQuick.Dialogs 1.1
|
|
import QtQuick.Layouts 1.1
|
|
import QtQuick.Window 2.1
|
|
import QtQuick.Controls.Styles 1.2
|
|
|
|
/*
|
|
QmlImports.qml
|
|
|
|
Declaration of QML Imports required by project.
|
|
|
|
This is necessary if we want to keep qml files in a folder
|
|
separate from .pro file because of the way qmlimportscanner works.
|
|
If these imports are not declared, qmake will not recognize them,
|
|
and QtQuick will not be packaged with statically built apps and imported
|
|
at runtime.
|
|
|
|
This must be kept in the same directory as your .pro file
|
|
*/
|
|
|
|
QtObject {}
|