mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
12 lines
119 B
QML
12 lines
119 B
QML
|
import qbs
|
||
|
|
||
|
Project {
|
||
|
name: "QMQTT"
|
||
|
|
||
|
references: [
|
||
|
"examples",
|
||
|
"src",
|
||
|
"tests",
|
||
|
]
|
||
|
}
|