forked from qt-creator/qt-creator
Utils: Add synchronizedvalue.h into cmake and qbs
Amends 35a2d598ab
Change-Id: I64d76896c8bfbe4b48e2593118b209e3ae187a87
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -173,6 +173,7 @@ add_qtc_library(Utils
|
||||
styleanimator.cpp styleanimator.h
|
||||
styledbar.cpp styledbar.h
|
||||
stylehelper.cpp stylehelper.h
|
||||
synchronizedvalue.h
|
||||
templateengine.cpp templateengine.h
|
||||
temporarydirectory.cpp temporarydirectory.h
|
||||
temporaryfile.cpp temporaryfile.h
|
||||
|
@@ -305,6 +305,7 @@ QtcLibrary {
|
||||
"styledbar.h",
|
||||
"stylehelper.cpp",
|
||||
"stylehelper.h",
|
||||
"synchronizedvalue.h",
|
||||
"templateengine.cpp",
|
||||
"templateengine.h",
|
||||
"temporarydirectory.cpp",
|
||||
|
@@ -8,13 +8,13 @@ add_subdirectory(fileutils)
|
||||
add_subdirectory(fsengine)
|
||||
add_subdirectory(fuzzymatcher)
|
||||
add_subdirectory(indexedcontainerproxyconstiterator)
|
||||
add_subdirectory(synchronizedvalue)
|
||||
add_subdirectory(mathutils)
|
||||
add_subdirectory(multicursor)
|
||||
add_subdirectory(persistentsettings)
|
||||
add_subdirectory(process)
|
||||
add_subdirectory(settings)
|
||||
add_subdirectory(stringutils)
|
||||
add_subdirectory(synchronizedvalue)
|
||||
add_subdirectory(templateengine)
|
||||
add_subdirectory(treemodel)
|
||||
add_subdirectory(text)
|
||||
|
@@ -13,13 +13,13 @@ Project {
|
||||
"fsengine/fsengine.qbs",
|
||||
"fuzzymatcher/fuzzymatcher.qbs",
|
||||
"indexedcontainerproxyconstiterator/indexedcontainerproxyconstiterator.qbs",
|
||||
"synchronizedvalue/synchronizedvalue.qbs",
|
||||
"mathutils/mathutils.qbs",
|
||||
"multicursor/multicursor.qbs",
|
||||
"persistentsettings/persistentsettings.qbs",
|
||||
"process/process.qbs",
|
||||
"settings/settings.qbs",
|
||||
"stringutils/stringutils.qbs",
|
||||
"synchronizedvalue/synchronizedvalue.qbs",
|
||||
"templateengine/templateengine.qbs",
|
||||
"text/text.qbs",
|
||||
"treemodel/treemodel.qbs",
|
||||
|
Reference in New Issue
Block a user