Skip to content

Commit

Permalink
README.md, demo.gif and app icon added
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonEvmenenko committed Feb 4, 2024
1 parent 43bce5e commit af69904
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ set(CMAKE_AUTOMOC ON)

find_package(Qt6 REQUIRED COMPONENTS Core Gui Quick Quick3D)

enable_language("RC")
set(app_icon_resource_windows "${CMAKE_CURRENT_SOURCE_DIR}/icons/rgbd_viewer.rc")

qt_add_executable(rgbd_viewer
src/main.cpp
${app_icon_resource_windows}
)

set_target_properties(rgbd_viewer PROPERTIES
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
![](./screenshots/demo.gif)
Binary file added icons/rgbd_viewer.ico
Binary file not shown.
1 change: 1 addition & 0 deletions icons/rgbd_viewer.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
IDI_ICON1 ICON "rgbd_viewer.ico"
Binary file added screenshots/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit af69904

Please sign in to comment.