forked from qt-creator/qt-creator
7 lines
76 B
QML
7 lines
76 B
QML
|
|
import qbs
|
||
|
|
|
||
|
|
Project {
|
||
|
|
name: "Tests"
|
||
|
|
references: ["auto/auto.qbs"]
|
||
|
|
}
|