diff --git a/CMakeLists.txt b/CMakeLists.txt index 081ec88..3d84359 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,8 @@ find_package(Qt6 COMPONENTS Widgets REQUIRED) -add_executable(ihm_robot main.cpp) +add_executable(ihm_robot main.cpp resource.qrc) + target_link_libraries(ihm_robot Qt::Core Qt::Gui diff --git a/img/logo complet long.png b/img/logo.png similarity index 100% rename from img/logo complet long.png rename to img/logo.png diff --git a/img/logo_complet_long-removebg-preview.png b/img/logo_without_background.png similarity index 100% rename from img/logo_complet_long-removebg-preview.png rename to img/logo_without_background.png diff --git a/resource.qrc b/resource.qrc new file mode 100644 index 0000000..20dc1e7 --- /dev/null +++ b/resource.qrc @@ -0,0 +1,7 @@ + + + + img/logo.png + img/logo_without_background.png + + \ No newline at end of file