diff options
| author | Méven Car <[email protected]> | 2024-10-27 17:20:40 +0000 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2024-10-27 17:20:40 +0000 |
| commit | fdf854bd81d9e42df2d8672d49a0b7fcdb7443a5 (patch) | |
| tree | 63e52b962b465d1af5ff46fe2935125827ab2e0c /src/tests/CMakeLists.txt | |
| parent | ad8a75cd9f5fa26710e3334a1aae34a88b0333c0 (diff) | |
ViewProperties: Store view properties in extended file attributes
Existing settings are converted.
Works on most FS except FAT/exFAT which fallback to .directory files.
If the extended file attributes (in ADS in Windows) can't be saved, they are saved to file as before.
BUG: 322922
You can see file xattr using for instance for Unix filesystems:
getfattr -d /home/meven
Diffstat (limited to 'src/tests/CMakeLists.txt')
| -rw-r--r-- | src/tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index 20b682fe0..1ef82e3d9 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -59,7 +59,7 @@ endif() # ViewPropertiesTest ecm_add_test(viewpropertiestest.cpp testdir.cpp TEST_NAME viewpropertiestest -LINK_LIBRARIES dolphinprivate dolphinstatic Qt6::Test) +LINK_LIBRARIES dolphinprivate dolphinstatic Qt6::Test KF6::FileMetaData) # DolphinMainWindowTest ecm_add_test(dolphinmainwindowtest.cpp testdir.cpp ${CMAKE_SOURCE_DIR}/src/dolphin.qrc |
