forked from qt-creator/qt-creator
Change-Id: I27918b0beaa39926c13dbf54e1479502a598a598 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
8 lines
104 B
QML
8 lines
104 B
QML
import qbs
|
|
|
|
Project {
|
|
name: "Plain test project"
|
|
|
|
references: [ "test_plain/test_plain.qbs" ]
|
|
}
|