aboutsummaryrefslogtreecommitdiff
path: root/lib/about
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-10-25 12:47:39 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-10-25 12:47:39 +0200
commit1f85a65078815b56bbb5581675b4f6e3253d8d9f (patch)
treeec48e9f100e8550442f27cdd819512e829789b7e /lib/about
parentUse vcs_tag to get version information (diff)
downloadsmolbote-1f85a65078815b56bbb5581675b4f6e3253d8d9f.tar.xz
Remove CMakeLists
Diffstat (limited to 'lib/about')
-rw-r--r--lib/about/CMakeLists.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/lib/about/CMakeLists.txt b/lib/about/CMakeLists.txt
deleted file mode 100644
index be506fe..0000000
--- a/lib/about/CMakeLists.txt
+++ /dev/null
@@ -1,20 +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(about
- aboutdialog.cpp
- aboutdialog.h
- aboutdialog.ui
-)
-
-target_include_directories(about
- PRIVATE ${Boost_INCLUDE_DIRS}
- PRIVATE ${CMAKE_BINARY_DIR}/src
-)
-
-target_link_libraries(about Qt5::Widgets)