Files
qt-creator/tests/manual/widgets/infolabel/infolabel.qbs
Christian Kandeler d4b8739653 qbs build: Fix building with MSVC and Qt >= 6.3
Change-Id: I59439217575bdcc170f38382129fa5f13edb23e2
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
2022-06-17 15:24:00 +00:00

16 lines
267 B
QML

import "../common/common.qbs" as Common
CppApplication {
name: "Manual Test Utils InfoLabel"
Depends { name: "qtc" }
Depends { name: "Core" }
Depends { name: "Utils" }
files: [
"tst_manual_widgets_infolabel.cpp",
]
Common {}
}