From af1eff03c9e839914aab4109970c4a9f6fac8a99 Mon Sep 17 00:00:00 2001 From: aqua Date: Thu, 8 Sep 2022 10:27:30 +0300 Subject: RekonqSettings: add resetValue and remove value's defaultValue parameter - generate default rekonqrc and include it in libsettings - Settings uses :/settings/rekonqrc to provide default values - Add Settings::path() to get the default settings location --- src/tabbar/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 src/tabbar/CMakeLists.txt (limited to 'src/tabbar') diff --git a/src/tabbar/CMakeLists.txt b/src/tabbar/CMakeLists.txt deleted file mode 100644 index 9333ef0a..00000000 --- a/src/tabbar/CMakeLists.txt +++ /dev/null @@ -1,2 +0,0 @@ -add_library(tabbar STATIC tabbar.cpp tabbar.h) -target_link_libraries(tabbar PUBLIC Qt6::Widgets) \ No newline at end of file -- cgit v1.2.1