]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/widgets/CMakeLists.txt
Add URL syntax highlighting. https://redmine.stoutner.com/issues/1024
[PrivacyBrowserPC.git] / src / widgets / CMakeLists.txt
index f161dec2afc0bd216808bf5b466f5be4b621cf6b..9fe904f0761dcfec36dac8c3b4827d8ed298dc40 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Soren Stoutner <soren@stoutner.com>.
+# Copyright 2022-2024 Soren Stoutner <soren@stoutner.com>.
 #
 # This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc>.
 #
@@ -22,4 +22,5 @@ target_sources(privacybrowser PRIVATE
     DraggableTreeView.cpp
     PrivacyWebEngineView.cpp
     TabWidget.cpp
+    UrlLineEdit.cpp
 )