跳到內容

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.8k 主題 51.2k 貼文
  • No 'Go to Slot' in the context menu

    Unsolved
    3
    0 評價
    3 貼文
    841 瀏覽
    aha_1980A
    Hi @Muz1 As suggested by @J-Hilk I'd try updating Creator. It should work with 3.5.1 also, but I'm afraid nobody will be able to help you with that problem...
  • SLOVED.Where define the QTDIR in visual studio?

    Unsolved
    2
    0 評價
    2 貼文
    8k 瀏覽
    raven-worxR
    @suclida IIRC in the QtAddin settings and/or at the beginning of the vcxproj-file.
  • How to create online installer with Qt Installer Framework without Version specified?

    Unsolved
    1
    0 評價
    1 貼文
    349 瀏覽
    尚無回覆
  • qeglfsvivintegration.cpp: undefined reference to `fbCreateWindow'

    Unsolved
    2
    0 評價
    2 貼文
    2k 瀏覽
    A
    @Lorenc Sounds like you have the wrong version of EGL. You need libEGL-fb.so and not the x11 one.
  • Linguist - adding words manually.

    Unsolved
    10
    0 評價
    10 貼文
    3k 瀏覽
    SGaistS
    You could use ID based translation rather that text. Another idea would be to have a source file using QT_TRID_NOOP but that you don't compile as part of your application.
  • Android, installsize Release and Debug

    Solved
    2
    0 評價
    2 貼文
    497 瀏覽
    J.HilkJ
    Turns out I can answer my own question: Searching the internets I found this stackoverflow topic: The problem comes when calling androiddeployqt. If you look at the source, it creates a release package if it receives --release or also when it receives --sign. Qt Creator never passes the --release, so it compiles files as it should, but androiddeployqt only generates a release APK when you use a certificate, because Qt Creator passes the --sign
  • How to import QtMultimedia module in ubuntu 16.04 in a python program

    Solved
    7
    0 評價
    7 貼文
    3k 瀏覽
    SGaistS
    You're welcome ! Since you have it working now, please mark the thread as solved using the "Topic Tools" button so that other forum users may know a solution has been found :)
  • Qt installer framework: installer have problem create License folder during the installation

    Solved
    2
    1 評價
    2 貼文
    1k 瀏覽
    Q
    I found solution for this later. By adding <RequiresAdminRights>true</RequiresAdminRights> into package.xml and using component.addElevatedOperation("License"); in the installscript.qs so the installer gain admin right for real. I was using installer.gainAdminRights() in the installscript.qs, but it did not really gain the admin right, so the error pop up during the installation. The other thing I can add is that if you have both adding the tag and the installer.gainAdminRights() in the script it will give a not enough memory error during the installation.
  • Qt 5.9.4 OpenGL examples crash

    Unsolved
    19
    0 評價
    19 貼文
    8k 瀏覽
    F
    so, any suggestions on how to make EMGD + mesa 10.1.0 + Qt 5.9.4 work? Qt 5.3.2 works with the same combination. When Qt 5.3.2 qtbase/examples/opengl is built against Qt 5.9.4, they work as well, except 'stereo buffers' in contextinfo example. When Qt 5.9.4 qtbase/examples/opengl is built against Qt 5.9.4, examples such as cube, textures crash, and 'stereo buffers' in contextinfo fails as well.
  • 此主題已被刪除!

    Unsolved
    1
    0 評價
    1 貼文
    1 瀏覽
    尚無回覆
  • Unable to debug program, on raspberry Pi 3 from QT

    Solved
    11
    0 評價
    11 貼文
    5k 瀏覽
    aha_1980A
    @linuxTown: Cool - Thanks for your feedback. So please mark this thread as solved now.
  • QT Error: No winrtrunner.exe found.

    Unsolved msvc2017 msvc2015 begginer visual studio build and run
    3
    0 評價
    3 貼文
    24k 瀏覽
    aha_1980A
    hi @cc672012 you may have several problems, but the first one is that you assigned a 32bit compiler to a 64bit Qt version. That will not work.
  • Deploy several applications into one directory

    Unsolved
    3
    0 評價
    3 貼文
    948 瀏覽
    O
    Thank you for your answer. This is a point I have looked at, but I haven't found how to add a new repository to an existing maintenance tool without manual intervention from the user. If this is possible, I would appreciate having information about this.
  • How to run a C++ file from Qt?

    Unsolved
    21
    0 評價
    21 貼文
    6k 瀏覽
    M
    I did it the other way and it seems to be working fine now. Thanks!
  • Cannot overwrite file /home/armando/.config/QtProject/qtcreator/devices.xml: Too many open files

    Unsolved
    2
    0 評價
    2 貼文
    2k 瀏覽
    Paul ColbyP
    Hi @QtNewComer, Linux applies a limit on the number of files open for each user, so its possible (indeed, very likely) that you have files open from other processes using up most of your user limit - not necessarily Qt Creator. Have a look at the output of: ulimit -n - this shows you how many files your user is allowed to have open. Then try lsof which will show you what files are currently open - look through that list, and see which application(s) is using up your limit. You can try a command like: lsof | cut -d' ' -f1 | sort | uniq -c | sort -n to get a quick list of which processes have how many files open. Cheers.
  • Building Qt5 for cross-compilling to Raspberry Pi error

    Unsolved
    12
    0 評價
    12 貼文
    3k 瀏覽
    SGaistS
    Hi, You'll likely have to use the MariaDB package to be able to build the plugin for RPi. Hope it helps
  • I have reinstalled windows 10 still i get problems with the repositories

    Unsolved
    3
    0 評價
    3 貼文
    627 瀏覽
    jsulmJ
    @troste Reinstalling Windows to have a clean Qt setup?! Sounds heavy... If your problem is that the installer cannot download stuff from the repository then use https://github.com/JKSH/QtSdkRepoChooser to select another repository.
  • Gnu/Linux set path to shared libraries

    Solved
    17
    0 評價
    17 貼文
    16k 瀏覽
    cfdevC
    Ok many thanks all ! solved
  • Unable to compile Qt5.8 with MingW 64 bit compiler

    Solved
    16
    0 評價
    16 貼文
    12k 瀏覽
    _
    @Andrej-Debenjak it's not solution even in the slightest sense.
  • How to enable support of QtBluetooth..?

    Solved
    8
    0 評價
    8 貼文
    2k 瀏覽
    Pablo J. RoginaP
    @Rohith if your issue is solved, please don't forget to mark your post as such. Thanks.