X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=src%2Fwidgets%2FCMakeLists.txt;h=d237afbe12f8ed3025f4902e58d85207cea5a6fc;hb=f18185adbdce9891be0cbd2197838441aaa5ed3e;hp=a391b8975a77202e0d1633894d0e840845446647;hpb=7c6edb3608791950c6146ac242e2b6f493ca8e8c;p=PrivacyBrowserPC.git diff --git a/src/widgets/CMakeLists.txt b/src/widgets/CMakeLists.txt index a391b89..d237afb 100644 --- a/src/widgets/CMakeLists.txt +++ b/src/widgets/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright © 2022 Soren Stoutner . +# Copyright 2022-2023 Soren Stoutner . # # This file is part of Privacy Browser PC . # @@ -18,6 +18,7 @@ # List the sources to include in the executable. target_sources(privacybrowser PRIVATE - TabWidget.cpp + DraggableTreeView.cpp PrivacyWebEngineView.cpp + TabWidget.cpp )