cmake_minimum_required(VERSION 3.1.0) add_library(bookmarks bookmarksform.ui bookmarkswidget.cpp bookmarkswidget.h # model bookmarkitem.cpp bookmarkitem.h bookmarksmodel.cpp bookmarksmodel.h # xbel xbel.cpp xbel.h) target_link_libraries(bookmarks Qt5::Widgets)