import qbs 1.0 Project { name: "downloads" StaticLibrary { id: downloads name: "downloads" cpp.includePaths: ['../..'] Depends { name: "Qt" submodules: ["core", "widgets", "webenginewidgets"] } files: [ "downloadsform.ui", "downloadswidget.cpp", "downloadswidget.h", "widgets/downloaditemform.ui", "widgets/downloaditemwidget.cpp", "widgets/downloaditemwidget.h", ] } }