blob: 6208c2edab9f0ecf1a697baaa4c2618d9069420b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
import "../common/common.qbs" as Common
CppApplication {
name: "Manual Test Utils LayoutBuilder"
Depends { name: "Core" }
Depends { name: "Utils" }
files: "tst_manual_widgets_layoutbuilder.cpp"
Common {}
}
|