diff options
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 |