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/configuration | |
parent | Use vcs_tag to get version information (diff) | |
download | smolbote-1f85a65078815b56bbb5581675b4f6e3253d8d9f.tar.xz |
Remove CMakeLists
Diffstat (limited to 'lib/configuration')
-rw-r--r-- | lib/configuration/CMakeLists.txt | 24 | ||||
-rw-r--r-- | lib/configuration/defaults.h.in | 14 |
2 files changed, 0 insertions, 38 deletions
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 |