summaryrefslogtreecommitdiff
path: root/src/urlbar/CMakeLists.txt
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2022-08-22 10:16:01 +0300
committeraqua <aqua@iserlohn-fortress.net>2022-09-05 23:07:41 +0300
commitf7df477b1e8fa4528b6fe4f8b44c403f46e72d85 (patch)
tree0411b17b662b7668127da151aaabab8c716cac24 /src/urlbar/CMakeLists.txt
parentcheck_license.py: add BSD-3-Clause (diff)
downloadrekonq-f7df477b1e8fa4528b6fe4f8b44c403f46e72d85.tar.xz
Add UrlBar and TabBar
- move src/tabwindow/tabbar.* to src/tabbar/
Diffstat (limited to 'src/urlbar/CMakeLists.txt')
-rw-r--r--src/urlbar/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/urlbar/CMakeLists.txt b/src/urlbar/CMakeLists.txt
new file mode 100644
index 00000000..6a68ce58
--- /dev/null
+++ b/src/urlbar/CMakeLists.txt
@@ -0,0 +1,2 @@
+add_library(urlbar STATIC urlbar.cpp urlbar.h)
+target_link_libraries(urlbar PUBLIC Qt6::Widgets) \ No newline at end of file