diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-12-03 23:34:16 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-12-03 23:34:16 +0100 |
commit | 5bfdaff7780bc4299c3edab85c688eebf21f7d4e (patch) | |
tree | cf558f40eb7953a890cb03df98bcecc52d288e6c /CMakeLists.txt | |
parent | lint (diff) | |
download | nheko-5bfdaff7780bc4299c3edab85c688eebf21f7d4e.tar.xz |
Implement decryption of images
It is a bit of a hack, but it works...
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c918d834..67a1dfb0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -365,6 +365,7 @@ qt5_wrap_cpp(MOC_HEADERS src/CommunitiesList.h src/LoginPage.h src/MainWindow.h + src/MxcImageProvider.h src/InviteeItem.h src/QuickSwitcher.h src/RegisterPage.h |