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