Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. install
    Log in to post

    • SOLVED Fresh Qt install, Qt Creator not working because Utils.dll wasn't found
      Installation and Deployment • qtcreator qt creator installation install qt creator 8.0 • • MatusGuy  

      11
      0
      Votes
      11
      Posts
      50
      Views

      @hskoglund No
    • UNSOLVED Qt and Tesseract Linkage
      Installation and Deployment • install • • OlegD  

      53
      0
      Votes
      53
      Posts
      215
      Views

      @OlegD said in Qt and Tesseract Linkage: Same error INCLUDEPATH +=D:\MinGW\msys\1.0\src\tesseract-ocr\include LIBS +=-D:\MinGW\msys\1.0\src\tesseract-ocr\include Remove that LIBS line, it's just plain wrong.
    • UNSOLVED Cannot install qt
      Installation and Deployment • install online installe offline install help install • • PleaseHelp  

      4
      0
      Votes
      4
      Posts
      297
      Views

      @PleaseHelp said in Cannot install qt: With the online installer I get literally no messages. "Your download should start automatically. If it doesn’t, click here." And then it doesn't and I click "here" and literally nothing happens. That sounds like an issue from your web browser. Try a different browser (Chrome, Firefox, Safari, Edge). Disable your extensions.
    • UNSOLVED How to install Qt Maintenance Tool on macOS using HomeBrew
      Installation and Deployment • macos install maintenancetool homebrew • • fsfarimani  

      7
      0
      Votes
      7
      Posts
      1771
      Views

      @fsfarimani no I have not checked each and every package. Also, not every package starting with qt has something to do with that framework. For example qtfaststart is a video related package. If you want more information about the packages provided by brew, you should contact their maintainers. The Qt Project does not handle them.
    • SOLVED I do not understand how to install QtWebEngineWidget
      Installation and Deployment • windows 10 install windows desktop build from sour qtwebenginewid • • Vistouf  

      5
      1
      Votes
      5
      Posts
      4264
      Views

      @SGaist It worked!! πŸ˜„πŸ˜„πŸ˜„πŸ˜„ Thanks!!! So for anyone else who stumbled here, the trick was to get this package from the Qt installer : MSVC 2017 64-bit And then go in Qt Creator, and use the aforementioned package as a "kit" to compile the project.
    • UNSOLVED Android: how to flush cached data?
      Mobile and Embedded • android install apk • • KroMignon  

      1
      0
      Votes
      1
      Posts
      240
      Views

      No one has replied

    • UNSOLVED Is there a way to manually update Maintenance Tool 3.0.2 ?
      Installation and Deployment • install tool qt 5.11 maintenance • • tkiprime  

      13
      0
      Votes
      13
      Posts
      10363
      Views

      @gregorburger Yes, we had such an issue last week, I hope it will work soon.
    • SOLVED QtCreator crashed and now will not start due to segfault
      Tools • install segfault qt-creator • • TMcSquared  

      35
      0
      Votes
      35
      Posts
      3735
      Views

      @nwoki Hi It means even it reports thats its QtWidgets that crashes, its likely not that DLL if a plain empty GUI project works. ( for exact same folder , same pc) I would next add some openGL to the test project see if it still runs. As it seems might be direclt related to Qt ( like wrong Qt dll loaded) so it could be the openGL for clients gfx card.
    • UNSOLVED Complete Windows installer
      Tools • install • • Fortran  

      2
      0
      Votes
      2
      Posts
      476
      Views

      Hi and welcome to devnet, Do you mean the Qt Installer Framework ?
    • UNSOLVED No examples/program is getting executed with Qt5.10.0
      Installation and Deployment • windows windows 10 visual studio install crashed • • Qjay  

      9
      0
      Votes
      9
      Posts
      2141
      Views

      @aha_1980 i cleaned my old project build tried it again. The build is successful but when i try to run same error as mentioned above. any changes : just uninstalled Qt5.9.1 .other than that nothing much. this is my compiler tab if it helps any !! p.. i have downloaded windows 10 SDK too now there is no triangle on msvc 32bit one but the problem still remains :/ .
    • UNSOLVED Reinstall Qt5 with QtMultimedia using Ubuntu Mate
      General and Desktop • module install • • Xenoshell  

      44
      0
      Votes
      44
      Posts
      13408
      Views

      It will be in the future when you'll build Qt again.
    • SOLVED Could somebody teach me how to install this?
      Qt WebKit • library qtwebkit install newbie • • JScars  

      9
      0
      Votes
      9
      Posts
      2796
      Views

      @JScars Please try binaries from http://download.qt.io/snapshots/ci/qtwebkit/qtwebkit/qtwebkit-Windows-Windows_7-Mingw53-Windows-Windows_7-X86.7z
    • Install Qt + qml on windows XP SP3? Which version/which files?
      Installation and Deployment • qml deploy install windows xp • • deleted323  

      1
      0
      Votes
      1
      Posts
      605
      Views

      No one has replied

    • UNSOLVED QtWebEngine build with errors
      Installation and Deployment • qtwebengine raspberry pi 2 install raspberry eglfs build error • • A Former User  

      2
      0
      Votes
      2
      Posts
      1019
      Views

      Old post but I had the same error; I had to build qtdeclarative BEFORE qwebchannel to solve this error.
    • SOLVED qmake does not generate 2nd install target in Makefile
      Tools • qtcreator qmake build install • • Aleksey_K  

      5
      0
      Votes
      5
      Posts
      3227
      Views

      Because QT_INSTALL_PLUGINS is defined at build time and is known to qmake. As for the double $ problem, that's rather a question for the NodeBB folks
    • UNSOLVED Reducing Qt installation directory size
      Installation and Deployment • build configure size install qt 4.8 • • Bart_Vandewoestyne  

      8
      0
      Votes
      8
      Posts
      3960
      Views

      @Bart_Vandewoestyne said: we're storing our Qt build in our version management system This is a strange thing to do, since Qt guarantees binary compatibility between minor versions, but well, you're free to choose. Unfortunately, I don't see how you could decrease the size further, beside deleting the docs, as the libraries are in the /lib directory and they're the next biggest size. Maybe store only the libs that you're using, i.e. these that you're going to deploy. No point in keeping QtXml if you're not using it, right?
    • SOLVED Unable to install "Uncrustify" C++ Beautifier in Qt Creator
      Tools • plugin install beautifier uncrustify • • JonB  

      9
      0
      Votes
      9
      Posts
      4404
      Views

      Alternatively, you can get the standalone Qt + Qt Creator package from http://www.qt.io/download-open-source/ -- you don't need to wait for the distro packagers to catch up. The latest versions are Qt 5.5 and Qt Creator 3.6.0
    • UNSOLVED Native QT compilation on Raspberry Pi 2
      Installation and Deployment • build raspberry pi raspberry pi 2 install native • • moogle42  

      6
      0
      Votes
      6
      Posts
      3129
      Views

      Were you able to solve this issue? I ran into the same problem on a Virtual Machine with Ubuntu Server 14.04
    • UNSOLVED Mysql drivers mac
      General and Desktop • mysql mac install driver load • • Yogi  

      2
      0
      Votes
      2
      Posts
      1213
      Views

      Hi and welcome to devnet, What sources did you download ? You have an option in the installer to get the sources that matches your installed Qt. If you take the time to search the forum, you'll find several threads about the MySQL plugin and OS X.
    • SOLVED Qt Installation
      General and Desktop • qmake install • • shahriar25  

      3
      0
      Votes
      3
      Posts
      1189
      Views

      Hi. I did what you said and it worked! thank you very much
    • UNSOLVED Procedure entry point error when installing Qt on Asus transformer book
      Installation and Deployment • install asus • • Calvev  

      1
      0
      Votes
      1
      Posts
      665
      Views

      No one has replied

    • UNSOLVED How to install qt quick enterprise control in linux(Ubuntu) ??
      Mobile and Embedded • qml install enterprise controller • • KrysTabaro  

      2
      0
      Votes
      2
      Posts
      987
      Views

      Hi and welcome to devnet, Usually: chmod +x name_of_the_file.run and then ./name_fo_the_file.run
    • QMake INSTALL not picking up binaries
      Installation and Deployment • qmake install pro file • • VRonin  

      3
      0
      Votes
      3
      Posts
      1998
      Views

      Thanks for your answer It's actually a dll but I get what you are saying. I tried adding target.files = $$DESTDIRNAME/*.dll target.files += $$DESTDIRNAME/*.lib target.files += $$DESTDIRNAME/*.pdb where DESTDIRNAME is the same value as DESTDIR but no change
    • Linux (Ubuntu 12.04) deployment
      General and Desktop • linux ubuntu install deploymet • • PabloAmunt  

      3
      0
      Votes
      3
      Posts
      1275
      Views

      Hi @PabloAmunt, packaging for Linux is a major pain in the ass. If you are targeting Ubuntu the place to start is the Ubuntu packaging guide: http://packaging.ubuntu.com/ Good luck!