forked from qt-creator/qt-creator
8 lines
104 B
QML
8 lines
104 B
QML
|
|
import qbs
|
||
|
|
|
||
|
|
Project {
|
||
|
|
name: "Plain test project"
|
||
|
|
|
||
|
|
references: [ "test_plain/test_plain.qbs" ]
|
||
|
|
}
|