import qbs Project { name: "Settings" StaticLibrary { name: "settings" Depends { name: "cpp" } cpp.cxxLanguageVersion: "c++17" files: [ "configuration.cpp", "configuration.h" ] } }