aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/CMakeLists.txt
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2019-07-11 23:00:22 +0200
committerRenaud G <renaud@rolisteam.org>2019-07-11 23:28:42 +0200
commit3671171a4af23e8695a8ecbc9c6219f2e2f245de (patch)
tree9622c104ca65905746a270f4ffba4faf0be243f1 /cli/CMakeLists.txt
parent48c470b72cf32c49dc146f5859d67708759997b2 (diff)
downloadOneRoll-3671171a4af23e8695a8ecbc9c6219f2e2f245de.tar.gz
OneRoll-3671171a4af23e8695a8ecbc9c6219f2e2f245de.zip
remove useless lines
Diffstat (limited to 'cli/CMakeLists.txt')
-rw-r--r--cli/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt
index 1c2d537..215287d 100644
--- a/cli/CMakeLists.txt
+++ b/cli/CMakeLists.txt
@@ -14,7 +14,6 @@ set(CMAKE_AUTOMOC ON)
set(EXECUTABLE_OUTPUT_PATH bin/)
-
# Find the QtWidgets library
find_package(Qt5Core)
include_directories(${Qt5Core_INCLUDES} ../)
@@ -78,5 +77,3 @@ add_executable( dice ${cli_sources} ${dice_QM} ${documentation_files})
target_link_libraries(dice diceparser ${Qt5Core_LIBRARIES} ${Qt5Gui_LIBRARIES} ${Qt5Svg_LIBRARIES})
INSTALL_TARGETS(/bin dice)
-
-#qt5_use_modules()