From 664ac48622701dedaa816f5c27fff5f99389690e Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sun, 25 Sep 2016 04:19:05 +0200 Subject: -first draft of mobile application. --- mobile/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mobile/CMakeLists.txt') 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) -- cgit v1.2.3-70-g09d2