From 68e8f565e2c31426a0142fd7da6a7a25dcad3852 Mon Sep 17 00:00:00 2001 From: Eugene Shalygin Date: Sat, 21 Jan 2017 00:32:00 +0100 Subject: [PATCH] Fix cmake compilation --- src/gui/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index 8ed1632bc..dffc61872 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -32,6 +32,8 @@ addnewtorrentdialog.h advancedsettings.h advancedsettings.h autoexpandabledialog.h +categoryfiltermodel.h +categoryfilterwidget.h cookiesdialog.h cookiesmodel.h deletionconfirmationdlg.h @@ -71,6 +73,8 @@ set(QBT_GUI_SOURCES addnewtorrentdialog.cpp advancedsettings.cpp autoexpandabledialog.cpp +categoryfiltermodel.cpp +categoryfilterwidget.cpp cookiesdialog.cpp cookiesmodel.cpp executionlog.cpp