diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index a8a9217..a512ad3 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -13,8 +13,7 @@ add_executable(${PROJECT_NAME} ${EXE_SOURCES}) target_link_libraries(${PROJECT_NAME} PUBLIC ${LIBRARY_WIDGET} ${LIBRARY_FILE} - SDL2 - SDL2_ttf) +) target_include_directories(${PROJECT_NAME} PUBLIC ${CMAKE_BINARY_DIR}/configured_files/include diff --git a/icon/kebb.desktop b/icon/kebb.desktop new file mode 100644 index 0000000..f250ade --- /dev/null +++ b/icon/kebb.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Version=1.3.0 +Name=kebb +Comment=Improve your typing skills +Exec=kebb +Icon=/usr/share/kebb/kebb.png +Terminal=false +Type=Application +StartupNotify=true diff --git a/icon/kebb.kra b/icon/kebb.kra new file mode 100644 index 0000000..c1c7125 Binary files /dev/null and b/icon/kebb.kra differ diff --git a/icon/kebb.png b/icon/kebb.png new file mode 100644 index 0000000..d8bf46d Binary files /dev/null and b/icon/kebb.png differ