2020-12-05 01:31:11 +01:00
|
|
|
import "../common/common.qbs" as Common
|
|
|
|
|
|
|
|
|
|
CppApplication {
|
|
|
|
|
name: "Manual Test Utils InfoLabel"
|
|
|
|
|
|
|
|
|
|
Depends { name: "Core" }
|
|
|
|
|
Depends { name: "Utils" }
|
|
|
|
|
|
2023-09-19 18:22:48 +02:00
|
|
|
files: "tst_manual_widgets_infolabel.cpp"
|
2020-12-05 01:31:11 +01:00
|
|
|
|
|
|
|
|
Common {}
|
|
|
|
|
}
|