diff options
| author | 2019-07-11 23:00:22 +0200 | |
|---|---|---|
| committer | 2019-07-11 23:28:42 +0200 | |
| commit | 3671171a4af23e8695a8ecbc9c6219f2e2f245de (patch) | |
| tree | 9622c104ca65905746a270f4ffba4faf0be243f1 /cli | |
| parent | 48c470b72cf32c49dc146f5859d67708759997b2 (diff) | |
| download | OneRoll-3671171a4af23e8695a8ecbc9c6219f2e2f245de.tar.gz OneRoll-3671171a4af23e8695a8ecbc9c6219f2e2f245de.zip | |
remove useless lines
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/CMakeLists.txt | 3 |
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() |