File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.16)
2- project (Koi VERSION 0.2.2 LANGUAGES CXX)
2+ project (Koi VERSION 0.2.3 LANGUAGES CXX)
33
44configure_file (headers/config.h.in config.h)
55include_directories (${CMAKE_CURRENT_BINARY_DIR} )
@@ -17,7 +17,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
1717set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR} /bin)
1818install (FILES ${CMAKE_CURRENT_SOURCE_DIR} /koi.desktop DESTINATION share/applications)
1919install (FILES ${CMAKE_CURRENT_SOURCE_DIR} /resources/icons/koi.svg DESTINATION share/icons/hicolor/scalable/apps)
20- install (FILES ${CMAKE_CURRENT_SOURCE_DIR} /resources/icons/koi_tray.svg DESTINATION share/icons/hicolor/scalable/status )
20+ install (FILES ${CMAKE_CURRENT_SOURCE_DIR} /resources/icons/koi_tray.svg DESTINATION share/icons/hicolor/scalable/apps )
2121
2222find_package (QT NAMES Qt5 REQUIRED COMPONENTS Core)
2323find_package (Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS DBus Gui Network Test )
You can’t perform that action at this time.
0 commit comments