diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-25 12:47:39 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-25 12:47:39 +0200 |
commit | 1f85a65078815b56bbb5581675b4f6e3253d8d9f (patch) | |
tree | ec48e9f100e8550442f27cdd819512e829789b7e /lib/downloads | |
parent | Use vcs_tag to get version information (diff) | |
download | smolbote-1f85a65078815b56bbb5581675b4f6e3253d8d9f.tar.xz |
Remove CMakeLists
Diffstat (limited to 'lib/downloads')
-rw-r--r-- | lib/downloads/CMakeLists.txt | 19 |
1 files changed, 0 insertions, 19 deletions
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 |