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/configuration/CMakeLists.txt | 24 ------------------------ lib/configuration/defaults.h.in | 14 -------------- 2 files changed, 38 deletions(-) delete mode 100644 lib/configuration/CMakeLists.txt delete mode 100644 lib/configuration/defaults.h.in (limited to 'lib/configuration') diff --git a/lib/configuration/CMakeLists.txt b/lib/configuration/CMakeLists.txt deleted file mode 100644 index d5a46ae..0000000 --- a/lib/configuration/CMakeLists.txt +++ /dev/null @@ -1,24 +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(configuration - configuration.cpp - configuration.h -) - -add_dependencies(configuration config_header) - -target_include_directories(configuration - PRIVATE ${Boost_INCLUDE_DIRS} - PRIVATE ${PROJECT_BINARY_DIR}/include -) - -target_link_libraries(configuration - Qt5::Core Qt5::Widgets - ${Boost_LIBRARIES} -) diff --git a/lib/configuration/defaults.h.in b/lib/configuration/defaults.h.in deleted file mode 100644 index c64cf2f..0000000 --- a/lib/configuration/defaults.h.in +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef SMOLBOTE_DEFAULTS -#define SMOLBOTE_DEFAULTS - -#define Path_Config "@CONFIG_PATH_CONFIG@" -#define Path_Crashdump "@CONFIG_PATH_CRASHDUMP@" - -#define Path_Filter "@CONFIG_PATH_FILTER@" -#define Path_Plugins "@CONFIG_PATH_PLUGINS@" -#define Path_Profiles "@CONFIG_PATH_PROFILES@" - -#define Path_Bookmarks "@CONFIG_PATH_BOOKMARKS@" -#define Path_Downloads "@CONFIG_PATH_DOWNLOADS@" - -#endif // SMOLBOTE_DEFAULTS -- cgit v1.2.1