跳到內容

Installation and Deployment

Your Qt just doesn't want to build? Your compiler can't find the libs? Here's where you find comfort and understanding. And help.
9.7k 主題 51.1k 貼文
  • Qmessgebox qt installation framework

    Unsolved
    1
    0 評價
    1 貼文
    180 瀏覽
    尚無回覆
  • Beaglebone Cross Compile

    Solved
    11
    0 評價
    11 貼文
    1k 瀏覽
    S
    @ununez try this https://sysprogs.com/w/fixing-rpath-link-issues-with-cross-compilers/. I had the same problem. Don't use gold linker. This is my configure: /opt/qt5pi/qt-everywhere-src-5.11.3/configure -opengl es2 -device buildroot -device-option CROSS_COMPILE=/opt/qt5pi/gcc-linaro-7.5.0-2019.12-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- -sysroot /opt/qt5pi/sysroot -prefix /usr/local/qt5pi -confirm-license -opensource -skip qtscript -skip wayland -skip qtwebengine -skip qtdatavis3d -nomake examples -make libs -pkg-config -no-use-gold-linker -v. Creat a folder called etc in sysroot(for expamle, /opt/qt5pi/sysroot/etc/ld.so.conf ). My ld.so.conf: /usr/local/lib/arm-linux-gnueabihf /lib/arm-linux-gnueabihf /usr/lib/arm-linux-gnueabihf /usr/local/lib Just see the site the above My target device is Armbian Buster with Linux 5.3.9-sunxi and host computer ubuntu(Distributor ID: Ubuntu Description: Ubuntu 16.04.7 LTS Release: 16.04 Codename: xenial )
  • Qt Installation framework

    Unsolved
    1
    0 評價
    1 貼文
    200 瀏覽
    尚無回覆
  • Installation QT via Intune to all my developers.

    Unsolved
    2
    0 評價
    2 貼文
    234 瀏覽
    SGaistS
    Hi and welcome to devnet, What exactly do you want to install through iTunes or through MSI ?
  • Building Qt for QNX

    Unsolved
    8
    0 評價
    8 貼文
    692 瀏覽
    SGaistS
    Speaking about the missing mkspec: @SGaist said in Building Qt for QNX: You have to copy it over from an actual version to possibly use it there. There might be additional work to be done though.
  • ld: error: unable to find library -lpnp_basictools

    Solved
    2
    0 評價
    2 貼文
    982 瀏覽
    _
    I installed LLVM and added an environment variable called, "LLVM_INSTALL_DIR" with location '<path>\LLVM\bin directory ". Then I added this variable to the path variable, reconfigured and rebuilt the project. Problem solved.
  • Qt Installation framework

    Unsolved
    3
    0 評價
    3 貼文
    405 瀏覽
    P
    Yes . I'm getting translations based on System Language. For Eg: If My system language is German than installer will be translated to German language. What I need is : -listing some languages after the Introduction page. -Based on the language I select than installer must change to that particular language for the subsequent pages. -Is it possible with Qt installer framework ?? If yes than how to apply in the installscript. Thanks for your response though..!
  • "linking with Qt installation "??

    Unsolved
    2
    0 評價
    2 貼文
    316 瀏覽
    kshegunovK
    Qt Creator is a tool, it's not Qt (the library). I haven't seen this dialog, but you should look for the directory where Qt was installed (usually that's where you have qmake and moc, at least most auto-detect tools look for qmake).
  • Missing gcc (?) , C++ project wants android stuff

    Unsolved
    5
    0 評價
    5 貼文
    814 瀏覽
    sierdzioS
    These are device settings, I was asking for Kit settings for the kit you are using. Since you don't want to compile/ run on Android, you can ignore Devices->Android and you can ignore those auto-generated Android kits. They are irrelevant here. We need to investigate why Qt Creator is trying to compile for Android when you select a Desktop kit (you do that right?).
  • Unknown module : networkauth

    Solved
    4
    0 評價
    4 貼文
    829 瀏覽
    S
    @kkoehne it worked!! thank you
  • Add OpenSSL statically linked

    Solved
    3
    0 評價
    3 貼文
    676 瀏覽
    SGaistS
    Hi, It is answered there indeed. You are linking against a dynamic library so you won't have a static result.
  • My QT Creator does not launch

    Unsolved
    10
    0 評價
    10 貼文
    4k 瀏覽
    jsulmJ
    @vs20 said in My QT Creator does not launch: libxcb-icccm.so.4 this lib is missing. Install libxcb-icccm4 package (this is the package name in Ubuntu).
  • QWebEngine on Ubuntu server

    Unsolved
    8
    0 評價
    8 貼文
    844 瀏覽
    D
    I mean, some websites require some JavaScript action, such as: Hello <div id="name"></div> <script> document.getElementById("name").innerHTML = "John"; </script> I want to get: Hello <div id="name">John</div> <script> document.getElementById("name").innerHTML = "John"; </script> "John" was added. #edit Other dynamic content may also appear e.g. using AJAX.
  • Qt 6 - Can't find 32-bit components in setup

    Solved
    3
    0 評價
    3 貼文
    831 瀏覽
    K
    Thanks @jsulm.
  • Problem installing QT

    Unsolved
    1
    0 評價
    1 貼文
    168 瀏覽
    尚無回覆
  • no package 'nss' found during build.

    Unsolved
    3
    0 評價
    3 貼文
    4k 瀏覽
    R
    @raven-worx Hi. I did specifically have all the nss I could find installed, but still failed the Qt5 v5.15.2 build. Here's what zypper lists: Name : libnss_slurm2-debuginfo Name : libnss_nis2 Name : libnss_nis2-32bit Name : libnss_slurm2 Name : libnss_usrfiles2 Name : libnss_usrfiles2-32bit Name : libnsssharedhelper0 Name : libnsssharedhelper0-32bit localhost:/home/owner # cat nss-comment owner@localhost:~> sudo zypper info nss | grep Name Looking specifically for "nss" shows 50 items, but not strictly "libnss" Name : libKF5DNSSD5 Name : libKF5DNSSD5-lang Name : libxmlsec1-nss1 Name : mozilla-nss Name : mozilla-nss-certs Name : nss-mdns Name : nss-mdns-32bit Name : libnss_slurm2-debuginfo Name : libvirt-nss-debuginfo Name : mozilla-nss-32bit-debuginfo Name : mozilla-nss-certs-32bit-debuginfo Name : mozilla-nss-certs-debuginfo Name : mozilla-nss-debuginfo Name : mozilla-nss-debugsource Name : mozilla-nss-sysinit-32bit-debuginfo Name : mozilla-nss-sysinit-debuginfo Name : mozilla-nss-tools-debuginfo Name : nss-myhostname-32bit-debuginfo Name : nss-myhostname-debuginfo Name : nss-mymachines-32bit-debuginfo Name : nss-mymachines-debuginfo Name : nss-systemd-debuginfo Name : apache2-mod_nss Name : libnss_nis2 Name : libnss_nis2-32bit Name : libnss_slurm2 Name : libnss_usrfiles2 Name : libnss_usrfiles2-32bit Name : libnsssharedhelper0 Name : libnsssharedhelper0-32bit Name : mozilla-nss-32bit Name : mozilla-nss-certs-32bit Name : mozilla-nss-devel Name : mozilla-nss-sysinit Name : mozilla-nss-sysinit-32bit Name : mozilla-nss-tools Name : nss-myhostname Name : nss-myhostname-32bit Name : nss-mymachines Name : nss-mymachines-32bit Name : nss-pam-ldapd Name : nss-pam-ldapd-32bit Name : nss-shared-helper-devel Name : nss-systemd Name : nss_ldap Name : nss_ldap-32bit Name : nss_wrapper Name : python2-nss Name : python3-nss Name : xmlsec1-nss-devel but even searching on the build opensuse page for libnss fails to turn it up specifically. See https://build.opensuse.org/search?search_text=libnss, so I am left to guess whether or not the nss package which Qt5 expects to find has been provided by the openSuse repositories.
  • Trying to fix 2 errors during build for openSuse Leap 15.2

    Solved
    10
    0 評價
    10 貼文
    1k 瀏覽
    R
    @mrjj Thanks for the wishes. I am keeping careful track of everything which occurs and documenting which steps (from which QT webpage) I am carefully following. So far I have over 30 hours in these 5 attempts to build QT5 v 5.15.2 but so far success has eluded me. I will keep trying however, but hopefully not flood the forum with the 5,518 lines of errors report and such things ;-)
  • Qt Creator Deploy on remote linux

    Unsolved
    1
    0 評價
    1 貼文
    163 瀏覽
    尚無回覆
  • SSL Handshake failed during installation windows 10

    Solved
    5
    0 評價
    5 貼文
    1k 瀏覽
    N
    The last version of qt installer solved the problem.
  • Installed Qt 5.14.2 [ Build failed with C++ 11 ]

    Unsolved
    5
    0 評價
    5 貼文
    2k 瀏覽
    SGaistS
    Hi, Since you are on RedHat, their documentation is your friend. Look for yum.