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/downloads/CMakeLists.txt | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 lib/downloads/CMakeLists.txt (limited to 'lib/downloads/CMakeLists.txt') diff --git a/lib/downloads/CMakeLists.txt b/lib/downloads/CMakeLists.txt deleted file mode 100644 index ad1a3fe..0000000 --- a/lib/downloads/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(downloads - downloadsform.ui - downloadswidget.cpp - downloadswidget.h - widgets/downloaditemform.ui - widgets/downloaditemwidget.cpp - widgets/downloaditemwidget.h - widgets/elidedlabel.cpp - widgets/elidedlabel.h) - -target_link_libraries(downloads Qt5::Widgets Qt5::WebEngineWidgets) \ No newline at end of file -- cgit v1.2.1