From 1f85a65078815b56bbb5581675b4f6e3253d8d9f Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 25 Oct 2018 12:47:39 +0200 Subject: Remove CMakeLists --- lib/addressbar/CMakeLists.txt | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 lib/addressbar/CMakeLists.txt (limited to 'lib/addressbar/CMakeLists.txt') diff --git a/lib/addressbar/CMakeLists.txt b/lib/addressbar/CMakeLists.txt deleted file mode 100644 index 3a1ab2d..0000000 --- a/lib/addressbar/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ -# Find includes in corresponding build directories -set(CMAKE_INCLUDE_CURRENT_DIR ON) - -# Instruct CMake to run moc automatically when needed. -set(CMAKE_AUTOMOC ON) -set(CMAKE_AUTOUIC ON) -set(CMAKE_AUTORCC ON) - -add_library(addressbar - addressbar.cpp - addressbar.h - addressbar.ui - completer.cpp - completer.h - urllineedit.cpp - urllineedit.h -) - -target_link_libraries(addressbar Qt5::Widgets) -- cgit v1.2.1