Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. how to override the qt installation folder ?
Forum Updated to NodeBB v4.3 + New Features

how to override the qt installation folder ?

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 2 Posters 290 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    hello ,
    i can't modify my installation folder for Qt , on linux ubuntu 23.10 with kernel : 6.5.0-42-generic
    could the developpers modify the installation executable ?because i need a library for compiling :

    ~/Téléchargements/wireshark-4.2.5.tar(1)/wireshar
    k-4.2.5/build$ make -j4
    [ 0%] Built target docs
    [ 0%] Building C object CMakeFiles/capture_opts.dir/capture_opts.c.o
    [ 0%] Built target cli_main
    [ 0%] Building C object CMakeFiles/shark_common.dir/extcap_parser.c.o
    [ 0%] Generating wireshark_de.qm
    /bin/sh: 1: Syntax error: "(" unexpected
    make[2]: *** [CMakeFiles/vcs_version.dir/build.make:70 : CMakeFiles/vcs_version] Erreur 2
    make[1]: *** [CMakeFiles/Makefile2:3251 : CMakeFiles/vcs_version.dir/all] Erreur 2
    make[1]: *** Attente des tâches non terminées....
    /opt/Qt/Tools/QtDesignStudio/qt6_design_studio_reduced_version/bin/lrelease: /usr/lib/x86_64-linux-gnu/libQt6Core.so.6: version `Qt_6.7' not found (required by /opt/Qt/Tools/QtDesignStudio/qt6_design_studio_reduced_version/bin/lrelease)
    make[2]: *** [ui/qt/CMakeFiles/qtui_autogen_timestamp_deps.dir/build.make:85 : ui/qt/wireshark_de.qm] Erreur 1
    make[1]: *** [CMakeFiles/Makefile2:11127 : ui/qt/CMakeFiles/qtui_autogen_timestamp_deps.dir/all] Erreur 2
    [ 0%] Building C object CMakeFiles/shark_common.dir/file_packet_provider.c.o
    [ 1%] Building C object CMakeFiles/shark_common.dir/frame_tvbuff.c.o
    [ 1%] Built target shark_common
    [ 1%] Built target capture_opts
    make: *** [Makefile:156 : all] Erreur 2

    image of error:
    Capture d’écran du 2024-06-28 15-31-44.png

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      How did you configure your build ?
      It seems that the wrong version of Qt is used at some point.
      It seems there's a mix of Qt Design Studio and system libraries. Which neither should be involved if the configuration is done properly.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved