mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
10 lines
86 B
QML
10 lines
86 B
QML
import qbs
|
|
|
|
Project {
|
|
name: "Examples"
|
|
|
|
references: [
|
|
"qmqtt"
|
|
]
|
|
}
|