Skip to content

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 Topics 51.2k Posts
  • HelloWorld 5.10.1 / MSVC2013 build fails in qstringview.h

    Unsolved
    3
    1 Votes
    3 Posts
    2k Views
    B
    @jsulm Ha! They're up to rev 5 now, and that fixed my problem. Thanks!
  • Compiling Qt 5.10.0 with GCC on macOS 10.13?

    Solved
    4
    0 Votes
    4 Posts
    7k Views
    SGaistS
    Clang has become the default compiler since Xcode 4.2 and the only one available since 5.0.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Qt mkspec have warning

    Solved
    3
    0 Votes
    3 Posts
    576 Views
    darongyiD
    Thanks !!! 0_1519092448346_pic.png
  • Qt 5.9.1 winrt prebuilt binaries.

    Solved
    2
    0 Votes
    2 Posts
    863 Views
    jsulmJ
    @Hetal Use Qt Online Installer and select one of the packages starting with UWP (which exactly depends on your Visual Studio version and platforms you want to support).
  • Cannot Run Compiler 'cl'

    Unsolved
    2
    0 Votes
    2 Posts
    641 Views
    A
    @drhalftone It sounds like you don't have your kit set up properly. That is where you point it at the compiler you want to use. Check that in settings and make sure you have a kit and there are no red exclamations.
  • Qt 5.10.0, msvc2015, windeployqt with -sql stops Qt from finding drivers

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    J
    Yes, I do have multiple versions installed, but I made sure to compile and windeploy with the correct ones. In any case, with your advice, we were able to solve the issue: void openDatabase(const QString &databasePath) { static bool initialized = false; QSqlDatabase database; if (!initialized) { database = QSqlDatabase::addDatabase("QSQLITE"); initialized = true; } else { database = QSqlDatabase::database(); } With this, the error is gone and the program works both with and without windeployqt. As you said, we only use this in the openDatabase function. Thank you for your advice! In retrospect the solution is rather obvious, but the strange behavior with windeploy really got us confused :)
  • Qt charts - licensing issue

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    K
    @sierdzio Thank you very much. I didn't know about QWt. I hope it is good, otherwise i will have to switch to C#/WPF. Greetings
  • Make: Nothing to be done for 'first'

    18
    0 Votes
    18 Posts
    25k Views
    jsulmJ
    @biswasp said in Make: Nothing to be done for 'first': "make: Nothing to be done for 'first'" This isn't a problem. As already said in this thread it means that the project is already built and up to date. If you app doesn't start then you have another problem. Build your app in Debug mode and then try to start it with debugger pressing F5. Maybe it simply crashes or some DLLs are missing.
  • Cannot deploy debug plugins with macdeployqt, Qt 5.9.1, macOS10.12.6

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    SGaistS
    Can you show your .pro file ?
  • Deploying Qt application to Windows Embedded Compact device

    4
    0 Votes
    4 Posts
    1k Views
    jsulmJ
    @paulgc None of them. As @JKSH already said you need to build Qt by yourself for your target device. There is no official Qt build for your device (it is not possible to provide Qt binaries for all existing devices).
  • ignoring '-Zc:inline' and error C1001

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    jsulmJ
    @smartonion https://msdn.microsoft.com/en-us/library/y19zxzb2.aspx INTERNAL COMPILER ERROR(compiler file file, line number) Can you show your code you're trying to compile? And as @SGaist said: please provide more information.
  • Can't upload my apk file to google play

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    L
    Yep that did it. I didn't sign the package. Won't do that again in a hurry. Thank you guys
  • Qt 5.10.0 building mysql driver on Windows

    Unsolved mysql driver error library not def windows 10
    14
    0 Votes
    14 Posts
    10k Views
    E
    @koahnig You're right, I think I'll go for it. Thx for your time et your help anyway.
  • Error on importing C headers

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    aha_1980A
    @_BXL_ sorry as this is no standard QtCreator I cannot help you. Maybe the ROS plugin maintainers can.
  • Basic question

    Moved Unsolved
    2
    0 Votes
    2 Posts
    603 Views
    SGaistS
    Hi and welcome to devnet, What exact version of Qt did you install ? If it's one of the Visual Studio version, did you first install the corresponding Visual Studio edition ? Including the C++ tools ? If you don't have VS installed, the usual fast way is to select the MinGW edition for which Qt provides the corresponding compiler so you can start right away (no, it can't do that for VS, it's forbidden by Microsoft).
  • 0 Votes
    2 Posts
    1k Views
    SGaistS
    Hi, Use the amd64 command prompt when building Qt.
  • Plugin errors, & can't set path with qt.conf.

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    raven-worxR
    @teux said in Plugin errors, & can't set path with qt.conf.: (libts-0.0.so.0: cannot open shared object file: No such file or directory) you problem seems that the eglfs plugin doesn't load, because it can't find the dependency to libts?
  • 1 Votes
    2 Posts
    666 Views
    jsulmJ
    @Rajarshi Did you try what @JKSH suggested in the topic you linked?
  • Windows install download size

    Unsolved windows 10 inst
    3
    0 Votes
    3 Posts
    6k Views
    B
    @SGaist Thanks. I see now how to drill down.