From 75dc40406c2d20d20f3d843a04c9be34531e441c Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 12 Jan 2019 18:22:05 +0100 Subject: [PATCH] Deactivated text interface. --- CMakeLists.txt | 8 ++++---- translations/CMakeLists.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e6fa5d3..3a4402e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,10 +46,10 @@ configure_file ( set(COMMON_LIBRARIES ${LIBXDG_BASEDIR_LIBRARIES} vsqlitepp stdc++fs) -add_executable(whyblocked - src/interface_text.cpp src/whyblocked.cpp) -target_link_libraries(whyblocked ${COMMON_LIBRARIES} Qt5::Core) -install(TARGETS whyblocked DESTINATION ${CMAKE_INSTALL_BINDIR}) +# add_executable(whyblocked +# src/interface_text.cpp src/whyblocked.cpp) +# target_link_libraries(whyblocked ${COMMON_LIBRARIES} Qt5::Core) +# install(TARGETS whyblocked DESTINATION ${CMAKE_INSTALL_BINDIR}) if(NOT WITHOUT_GUI) add_executable(whyblocked-gui diff --git a/translations/CMakeLists.txt b/translations/CMakeLists.txt index 3c5dce8..0a1781d 100644 --- a/translations/CMakeLists.txt +++ b/translations/CMakeLists.txt @@ -7,7 +7,7 @@ qt5_create_translation(QM_FILES ${TS_SRC_FILES} ${TS_FILES} OPTIONS -no-obsolete) # qt5_add_translation(QM_FILES ${TS_FILES}) add_custom_target(translations ALL DEPENDS ${QM_FILES}) -add_dependencies(${CMAKE_PROJECT_NAME} translations) +# add_dependencies(${CMAKE_PROJECT_NAME} translations) add_dependencies(${CMAKE_PROJECT_NAME}-gui translations) install(FILES ${QM_FILES} DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/qt5/translations)