diff --git a/UIs/GenericWidgets b/UIs/GenericWidgets index 1b0e257..641cf02 160000 --- a/UIs/GenericWidgets +++ b/UIs/GenericWidgets @@ -1 +1 @@ -Subproject commit 1b0e2576029a3a58d789c4ab6be14552eefe8a8b +Subproject commit 641cf02db4cd012cb05c11cedcbe9e44174248f2 diff --git a/assets/icons/GenericQtClient.png b/assets/icons/GenericQtClient.png new file mode 100644 index 0000000..a9b73d9 Binary files /dev/null and b/assets/icons/GenericQtClient.png differ diff --git a/assets/icons/feature.png b/assets/icons/feature.png new file mode 100644 index 0000000..a9b73d9 Binary files /dev/null and b/assets/icons/feature.png differ diff --git a/assets/icons/icons.qrc b/assets/icons/icons.qrc new file mode 100644 index 0000000..d51a60e --- /dev/null +++ b/assets/icons/icons.qrc @@ -0,0 +1,7 @@ + + + software-application.png + feature.png + no-picture-taking.png + + diff --git a/assets/icons/no-picture-taking.png b/assets/icons/no-picture-taking.png new file mode 100644 index 0000000..2ae8799 Binary files /dev/null and b/assets/icons/no-picture-taking.png differ diff --git a/assets/icons/software-application.png b/assets/icons/software-application.png new file mode 100644 index 0000000..2edb87d Binary files /dev/null and b/assets/icons/software-application.png differ diff --git a/assets/icons/urls.txt b/assets/icons/urls.txt new file mode 100644 index 0000000..7442630 --- /dev/null +++ b/assets/icons/urls.txt @@ -0,0 +1,5 @@ +software-application.png: +https://www.flaticon.com/free-icon/software-application_5063917 + +feature.png: +https://www.flaticon.com/free-icon/feature_1085784 diff --git a/libs/GenericCore b/libs/GenericCore index 7ec346b..bddb6df 160000 --- a/libs/GenericCore +++ b/libs/GenericCore @@ -1 +1 @@ -Subproject commit 7ec346b5a595e4bd77e3bac39ca2bf832caac7e9 +Subproject commit bddb6df3eef511eb8af41ff6b52c66e4a70fea11 diff --git a/tests/GenericCoreTests/CMakeLists.txt b/tests/GenericCoreTests/CMakeLists.txt index f07569e..21d44fe 100644 --- a/tests/GenericCoreTests/CMakeLists.txt +++ b/tests/GenericCoreTests/CMakeLists.txt @@ -22,7 +22,7 @@ add_executable(${TARGET_APP} core_test.cpp) target_include_directories(${TARGET_APP} PRIVATE ${CORE_LIB_DIR}/include) target_link_libraries(${TARGET_APP} - PRIVATE + PRIVATE GTest::GTest GenericCore) target_link_libraries(${TARGET_APP} PUBLIC Qt${QT_VERSION_MAJOR}::Core)