Browse Source

Merge pull request #6276 from evsh/cmake

Fix cmake compilation
adaptive-webui-19844
sledgehammer999 8 years ago committed by GitHub
parent
commit
cccc019e5d
  1. 4
      src/gui/CMakeLists.txt

4
src/gui/CMakeLists.txt

@ -32,6 +32,8 @@ addnewtorrentdialog.h @@ -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 @@ -71,6 +73,8 @@ set(QBT_GUI_SOURCES
addnewtorrentdialog.cpp
advancedsettings.cpp
autoexpandabledialog.cpp
categoryfiltermodel.cpp
categoryfilterwidget.cpp
cookiesdialog.cpp
cookiesmodel.cpp
executionlog.cpp

Loading…
Cancel
Save