aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/bin/mobile
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2023-01-22 17:30:55 +0100
committerRenaud G <renaud@rolisteam.org>2023-01-22 17:30:55 +0100
commit0877e5a4cb56ba891985ac49c36b141fec8f38b2 (patch)
tree443496e48621cb748c40873647c52943f2456917 /src/bin/mobile
parente68edb4ca183e971c851ced5d91e2e91ab0fa946 (diff)
downloadOneRoll-0877e5a4cb56ba891985ac49c36b141fec8f38b2.tar.gz
OneRoll-0877e5a4cb56ba891985ac49c36b141fec8f38b2.zip
Update diceParser
Diffstat (limited to 'src/bin/mobile')
-rw-r--r--src/bin/mobile/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/mobile/CMakeLists.txt b/src/bin/mobile/CMakeLists.txt
index ddc0543..8c9627a 100644
--- a/src/bin/mobile/CMakeLists.txt
+++ b/src/bin/mobile/CMakeLists.txt
@@ -104,6 +104,5 @@ qt5_add_resources(RESOURCE_ADDED mobile.qrc)
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)
#qt5_use_modules()