forked from qt-creator/qt-creator
Change-Id: I7f8ebcc27b4acd9494fa30d87089d01454b35c48 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
11 lines
185 B
QML
11 lines
185 B
QML
import qbs
|
|
|
|
Project {
|
|
name: "Memcheck autotests"
|
|
condition: !qbs.targetOS.contains("windows")
|
|
references: [
|
|
"testapps/testapps.qbs",
|
|
"modeldemo.qbs"
|
|
]
|
|
}
|