Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -324,92 +324,8 @@ target_link_libraries(pokerth_client PUBLIC pokerth_pr
 install(TARGETS pokerth_client DESTINATION bin OPTIONAL COMPONENT pokerth_client)
 install(DIRECTORY data DESTINATION share/pokerth COMPONENT pokerth_client)
 install(FILES pokerth.desktop DESTINATION share/applications COMPONENT pokerth_client)
-install(FILES pokerth.desktop DESTINATION $ENV{HOME}/.local/share/applications COMPONENT pokerth_client)
 install(FILES pokerth.png DESTINATION share/pixmaps COMPONENT pokerth_client)
 
-
-# POKERTH.qml-client ... unfinisihed
-
-set(POKERTH_QML_CLIENT_SRC src/pokerth.cpp
-    src/core/common/loghelper_client.cpp
-    src/core/common/qttools/qthelper/qthelper.cpp
-    src/core/common/qttools/qttoolswrapper.cpp
-    src/core/common/qttoolsinterface.cpp
-    src/gui/qt6-qml/cpp/retranslate.cpp
-    src/gui/qt6-qml/cpp/settingsxmlhandler.cpp)
-
-qt_add_resources(POKERTH_QML_CLIENT_SRC src/gui/qt6-qml/qml.qrc)
-
-set(QML_FILES
-    src/gui/qt6-qml/pokerth.qml
-    src/gui/qt6-qml/components/CustomCheckBox.qml
-    src/gui/qt6-qml/components/CustomComboBox.qml
-    src/gui/qt6-qml/components/CustomTabBar.qml
-    src/gui/qt6-qml/components/CustomToggle.qml
-    src/gui/qt6-qml/components/GamePlayerBox.qml
-    src/gui/qt6-qml/components/GamePlayerSelfBox.qml
-    src/gui/qt6-qml/components/GuiSettings.qml
-    src/gui/qt6-qml/components/InternetGameSettings.qml
-    src/gui/qt6-qml/components/LocalGameSettings.qml
-    src/gui/qt6-qml/components/LogsSettings.qml
-    src/gui/qt6-qml/components/NetworkGameSettings.qml
-    src/gui/qt6-qml/components/NicknameAvatarSettings.qml
-    src/gui/qt6-qml/components/ResetSettings.qml
-    src/gui/qt6-qml/components/SideMenu.qml
-    src/gui/qt6-qml/components/SoundSettings.qml
-    src/gui/qt6-qml/components/CustomButton.qml
-    src/gui/qt6-qml/components/StyleSettings.qml
-    src/gui/qt6-qml/pages/AboutPage.qml
-    src/gui/qt6-qml/pages/GamePage.qml
-    src/gui/qt6-qml/pages/InternetGamePage.qml
-    src/gui/qt6-qml/pages/LocalGamePage.qml
-    src/gui/qt6-qml/pages/LogsPage.qml
-    src/gui/qt6-qml/pages/NetworkGameCreatePage.qml
-    src/gui/qt6-qml/pages/NetworkGameEnterPage.qml
-    src/gui/qt6-qml/pages/PreLoader.qml
-    src/gui/qt6-qml/pages/SettingsPage.qml
-    src/gui/qt6-qml/pages/StartPage.qml
-    src/gui/qt6-qml/config/StaticData.qml
-    src/gui/qt6-qml/config/Parameters.qml)
-
-set(TS_FILES
-    src/gui/qt6-qml/i18n/pokerth_de_DE.ts
-    src/gui/qt6-qml/i18n/pokerth_fr_FR.ts
-    src/gui/qt6-qml/i18n/pokerth_en_US.ts
-)
-
-qt_add_translations(pokerth_qml-client
-    TS_FILES        ${TS_FILES}
-    SOURCES         ${POKERTH_QML_CLIENT_SRC} ${QML_FILES}
-    RESOURCE_PREFIX "/i18n"
-)
-
-add_executable(pokerth_qml-client "${POKERTH_QML_CLIENT_SRC}")
-
-target_include_directories(pokerth_qml-client PUBLIC
-    src
-    src/config
-    src/core
-    src/core/common
-    src/core/common/qttools
-    src/core/common/qttools/qthelper
-    src/gui
-    src/gui/qt6-qml/cpp)
-
-target_link_libraries(pokerth_qml-client PUBLIC pokerth_lib)
-target_link_libraries(pokerth_qml-client PUBLIC pokerth_protocol)
-target_link_libraries(pokerth_qml-client PUBLIC LibCurl)
-target_link_libraries(pokerth_qml-client PRIVATE Qt6::Core Qt6::Gui Qt6::Quick Qt6::Qml Qt6::Sql Qt6::Xml Qt6::Svg Qt6::QuickControls2 Qt6::Widgets)
-
-target_compile_definitions(pokerth_qml-client PUBLIC QML_CLIENT)
-
-install(TARGETS pokerth_qml-client DESTINATION bin OPTIONAL COMPONENT pokerth_qml-client)
-install(DIRECTORY data DESTINATION share/pokerth COMPONENT pokerth_qml-client)
-install(FILES pokerth_qml.desktop DESTINATION $ENV{HOME}/.local/share/applications COMPONENT pokerth_qml-client)
-install(FILES pokerth_qml.desktop DESTINATION share/applications COMPONENT pokerth_qml-client)
-install(FILES pokerth.png DESTINATION share/pixmaps COMPONENT pokerth_qml-client)
-
-
 # POKERTH.dedicated_server
 
 set(POKERTH_SERVER_SRC src/pokerth_server.cpp
@@ -498,7 +414,6 @@ target_include_directories(pokerth_official_server PUB
 
 target_link_libraries(pokerth_official_server PUBLIC LibCurl)
 target_link_libraries(pokerth_official_server PUBLIC -lircclient)
-target_link_libraries(pokerth_official_server PUBLIC "${MYSQLPP_LIBRARIES}")
 target_link_libraries(pokerth_official_server PUBLIC pokerth_dbofficial)
 target_link_libraries(pokerth_official_server PUBLIC pokerth_lib)
 target_link_libraries(pokerth_official_server PUBLIC pokerth_db)
