Libs: Fix Qbs build

Amends a621aa1d8b.

Change-Id: If5276e5558bf8139286c2084400eac915253c7f7
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Christian Stenger
2022-09-01 15:28:53 +02:00
committed by Alessandro Portale
parent b417154cac
commit c98c4319e9
2 changed files with 8 additions and 2 deletions

View File

@@ -18,11 +18,17 @@ QtcLibrary {
cpp.defines: base.concat("QT_NO_SVG") cpp.defines: base.concat("QT_NO_SVG")
} }
Group {
name: "common"
files: [
"modelinglibtr.h",
]
}
Group { Group {
name: "Qmt" name: "Qmt"
prefix: "./qmt/" prefix: "./qmt/"
files: [ files: [
"modelinglibtr.h",
"config/configcontroller.cpp", "config/configcontroller.cpp",
"config/configcontroller.h", "config/configcontroller.h",
"config/sourcepos.cpp", "config/sourcepos.cpp",

View File

@@ -35,7 +35,7 @@ Project {
"timelinetracefile.cpp", "timelinetracefile.h", "timelinetracefile.cpp", "timelinetracefile.h",
"timelinetracemanager.cpp", "timelinetracemanager.h", "timelinetracemanager.cpp", "timelinetracemanager.h",
"timelinezoomcontrol.cpp", "timelinezoomcontrol.h", "timelinezoomcontrol.cpp", "timelinezoomcontrol.h",
"traceevent.h", "traceeventtype.h", "tracestashfile.h" "traceevent.h", "traceeventtype.h", "tracestashfile.h",
"tracingtr.h", "tracingtr.h",
] ]
} }