You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
472 B
20 lines
472 B
/* File generated by Qt Creator */ |
|
|
|
import QmlProject 1.1 |
|
|
|
Project { |
|
mainFile: "Breeze.qml" |
|
|
|
/* Include .qml, .js, and image files from current directory and subdirectories */ |
|
QmlFiles { |
|
directory: "." |
|
} |
|
JavaScriptFiles { |
|
directory: "." |
|
} |
|
ImageFiles { |
|
directory: "." |
|
} |
|
/* List of plugin directories passed to QML runtime */ |
|
importPaths: [ "/home/jamboarder/Projects/Qt5/Qt5.2.1/5.2.1/gcc/qml/QtQuick.2/" ] |
|
}
|
|
|