mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
10 lines
82 B
QML
10 lines
82 B
QML
import qbs
|
|
|
|
Project {
|
|
name: "Auto"
|
|
|
|
references: [
|
|
"cmake"
|
|
]
|
|
}
|