Added active exchanges parser

This commit is contained in:
Andre Jochems
2015-11-26 14:30:24 +01:00
parent f7a752473b
commit 849a807d38
14 changed files with 653 additions and 447 deletions

23
QmlImports.qml Normal file
View File

@@ -0,0 +1,23 @@
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 {}