Loading CMakeLists.txt +1 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ if(Qt5Core_FOUND) src/gui/MainGui.cpp src/core/Statsgen.cpp src/core/Policy.cpp ressources/logos.qrc ) target_link_libraries(cppack-gui Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Charts ${CMAKE_THREAD_LIBS_INIT}) Loading ressources/logos.qrc 0 → 100644 +8 −0 Original line number Diff line number Diff line <RCC> <qresource prefix="/logos"> <file>logoGREYC.png</file> <file>logoCNRS.png</file> <file>logoENSICAEN.png</file> <file>logoUNICAEN.png</file> </qresource> </RCC> src/gui/MainWindow.ui +4 −4 Original line number Diff line number Diff line Loading @@ -354,7 +354,7 @@ <string/> </property> <property name="pixmap"> <pixmap>ressources/logoGREYC.png</pixmap> <pixmap>:/logos/logoGREYC.png</pixmap> </property> </widget> </item> Loading @@ -364,7 +364,7 @@ <string/> </property> <property name="pixmap"> <pixmap>ressources/logoENSICAEN.png</pixmap> <pixmap>:/logos/logoENSICAEN.png</pixmap> </property> </widget> </item> Loading @@ -374,7 +374,7 @@ <string/> </property> <property name="pixmap"> <pixmap>ressources/logoCNRS.png</pixmap> <pixmap>:/logos/logoCNRS.png</pixmap> </property> </widget> </item> Loading @@ -384,7 +384,7 @@ <string/> </property> <property name="pixmap"> <pixmap>ressources/logoUNICAEN.png</pixmap> <pixmap>:/logos/logoUNICAEN.png</pixmap> </property> </widget> </item> Loading Loading
CMakeLists.txt +1 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ if(Qt5Core_FOUND) src/gui/MainGui.cpp src/core/Statsgen.cpp src/core/Policy.cpp ressources/logos.qrc ) target_link_libraries(cppack-gui Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Charts ${CMAKE_THREAD_LIBS_INIT}) Loading
ressources/logos.qrc 0 → 100644 +8 −0 Original line number Diff line number Diff line <RCC> <qresource prefix="/logos"> <file>logoGREYC.png</file> <file>logoCNRS.png</file> <file>logoENSICAEN.png</file> <file>logoUNICAEN.png</file> </qresource> </RCC>
src/gui/MainWindow.ui +4 −4 Original line number Diff line number Diff line Loading @@ -354,7 +354,7 @@ <string/> </property> <property name="pixmap"> <pixmap>ressources/logoGREYC.png</pixmap> <pixmap>:/logos/logoGREYC.png</pixmap> </property> </widget> </item> Loading @@ -364,7 +364,7 @@ <string/> </property> <property name="pixmap"> <pixmap>ressources/logoENSICAEN.png</pixmap> <pixmap>:/logos/logoENSICAEN.png</pixmap> </property> </widget> </item> Loading @@ -374,7 +374,7 @@ <string/> </property> <property name="pixmap"> <pixmap>ressources/logoCNRS.png</pixmap> <pixmap>:/logos/logoCNRS.png</pixmap> </property> </widget> </item> Loading @@ -384,7 +384,7 @@ <string/> </property> <property name="pixmap"> <pixmap>ressources/logoUNICAEN.png</pixmap> <pixmap>:/logos/logoUNICAEN.png</pixmap> </property> </widget> </item> Loading