diff options
Diffstat (limited to 'mobile/CMakeLists.txt')
| -rw-r--r-- | mobile/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mobile/CMakeLists.txt b/mobile/CMakeLists.txt index 12e629a..0ccff18 100644 --- a/mobile/CMakeLists.txt +++ b/mobile/CMakeLists.txt @@ -92,8 +92,9 @@ SET( diceGui_sources maincontroler.cpp ../highlightdice.cpp ) +qt5_add_resources(RESOURCE_ADDED mobile.qrc) -add_executable( diceGui ${diceGui_sources} ${diceGui_QM} ) +add_executable( diceGui ${diceGui_sources} ${diceGui_QM} ${RESOURCE_ADDED} ) target_link_libraries(diceGui ${Qt5Core_LIBRARIES} ${Qt5Widgets_LIBRARIES} ${Qt5Gui_LIBRARIES} ${Qt5Qml_LIBRARIES} ${Qt5Quick_LIBRARIES}) INSTALL_TARGETS(/bin diceGui) |