summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-01-02 15:18:13 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-01-02 15:18:13 +0800
commitb5abc713d91d2430d672eab70101ad1c0a8b8041 (patch)
tree8d36c3b127dc817ddb67fd6bb66a04abd37ef8ed
parent0fdb577551ce92f3888b9564cdd1149e5a82432c (diff)
Qt Design Studio project
Qt Design Studio on macOS cannot just open a ui.qml file directly, though it works on GNU/Linux, hence the project file. It adds some convenience anyway.
-rw-r--r--.gitignore2
-rw-r--r--Qeduport.qmlproject27
2 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1377554..a656d2b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
+.DS_Store
+*.qtds
*.swp
diff --git a/Qeduport.qmlproject b/Qeduport.qmlproject
new file mode 100644
index 0000000..af822e7
--- /dev/null
+++ b/Qeduport.qmlproject
@@ -0,0 +1,27 @@
+import QmlProject 1.1
+
+Project {
+ mainFile: "DefaultHome.ui.qml"
+
+ QmlFiles {
+ directory: "."
+ }
+
+ ImageFiles {
+ directory: "Font-Awesome"
+ }
+
+ ImageFiles {
+ directory: "Bootstrap"
+ }
+
+ Files {
+ filter: "*.ttf"
+ }
+
+ qdsVersion: "3.9"
+ quickVersion: "2.15"
+ multilanguageSupport: true
+ supportedLanguages: ["en", "id"]
+ primaryLanguage: "en"
+}