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.7k Topics 51.1k Posts
  • Qt5 Android static application

    Unsolved
    1
    0 Votes
    1 Posts
    265 Views
    No one has replied
  • QT5 for WebAssembly unknown module: qt quick quickcontrol2

    Solved
    19
    0 Votes
    19 Posts
    3k Views
    I
    @cristeab Thanks alot It worked now. It was just i needed to run from /usr/local/... not from build folder thanks alot
  • Signature problem (Android)

    Solved
    9
    0 Votes
    9 Posts
    3k Views
    B
    I reinstalled the ANDROID SDK and it is working now...
  • No valid kits found

    Unsolved
    2
    0 Votes
    2 Posts
    353 Views
    jsulmJ
    @rahul1234 I guess you mean QtQuick Stacked/Scroll applications? What Qt version do you use and how did you install it? If you go to your Kits - are there any warnings/errors?
  • Access SQL database server from Qt-WASM application

    Unsolved
    1
    0 Votes
    1 Posts
    413 Views
    No one has replied
  • ERROR: Feature 'xcb' was enabled, but the pre-condition 'libs.xcb' failed

    Unsolved
    9
    0 Votes
    9 Posts
    7k Views
    SGaistS
    Good ! Then please mark the thread as solved using the "Topic Tools" button so that other forum users may know a solution has been found :)
  • Cant deploy simple app

    Solved
    5
    0 Votes
    5 Posts
    670 Views
    G
    Hi Thanks everyone - I did try windeployqt but forgot the qml directory
  • how to prepare the development environment in macOS

    Solved
    2
    0 Votes
    2 Posts
    294 Views
    SGaistS
    Hi, What exactly did you not understood ? The QSqlDatabase setup part in your code ?
  • 0 Votes
    2 Posts
    296 Views
    SGaistS
    Hi, You are not the running your application at all. The error you have here is that the compiler doesn't get any input. How did you install Qt 5.12.0 on your Raspberry Pi 3 ? How does your .pro file look like ?
  • No kit 'qt.qt5.5122.gcc_64_kit' found error while downloading QT

    Unsolved
    2
    0 Votes
    2 Posts
    412 Views
    jsulmJ
    @Alegruz What exactly happens beside this warning (not error)? Does the installer not start? Does it terminate? ...?
  • Cannot build apk or even deploy

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    E
    Do someone know ? please
  • undefined reference to `qt_version_tag'

    Unsolved
    14
    0 Votes
    14 Posts
    3k Views
    aha_1980A
    @GastonMelo strange. so it seems deleting the whole folder is only possible solution. Btw: 5.13 is not official released yet (will be in few weeks), so better use 5.12.x for now.
  • Windows plugin missing

    Unsolved
    2
    0 Votes
    2 Posts
    350 Views
    sierdzioS
    Do the applications work when you build and run them from Qt Creator? Have you run windeployqt to deploy them? Which Qt version are you using? Which Windows version and which compiler?
  • Deploy app with mysqlplugin on OS X

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    SGaistS
    Thanks for the feedback !
  • Release error!!!

    Unsolved
    2
    0 Votes
    2 Posts
    363 Views
    K
    @autom Did you follow this https://doc.qt.io/qt-5/windows-deployment.html ? There are also the plugins in subfolders required. That is often forgotten.
  • Vulkan Examples not working

    Solved
    6
    0 Votes
    6 Posts
    890 Views
    SGaistS
    Great ! Note that this is currently a workaround as it should not be needed to build applications.
  • unsuitable Qt version “” from NOTFOUND, this code requires qt 4.x

    Unsolved
    5
    0 Votes
    5 Posts
    7k Views
    jsulmJ
    @gamaliel My Ubuntu 18.04 has Qt 4.8.7 packages like libqt4-dev, so you should be able to install Qt 4 easily.
  • Sharing CMakeLists.txt.user between docker container instances

    Unsolved
    2
    0 Votes
    2 Posts
    461 Views
    aha_1980A
    H i@vsc9, so in principle your problem is the same as https://forum.qt.io/topic/101003/qt-creator-shared-project-settings-for-cmake-project To keep it short: there is no solution yet, as the .*.user is not thought for sharing. Do you build from QtCreator within docker? Regards
  • no qt platform plugin could be initialized

    Solved
    6
    0 Votes
    6 Posts
    53k Views
    A
    I solved it by adding the ressources files in C:\Qt\Qt5.12.1\5.12.1\msvc2017_64\resources to the release folder beside app.exe
  • androiddeployqt ‘sh\r’: No such file or directory

    Solved
    5
    1 Votes
    5 Posts
    4k Views
    S
    The problem is solved. When I created a template in Projects -> Build Settings -> Build Android APK -> Create Template it was created in Windows environment. This template generated a folder (my ANDROID_PACKAGE_SOURCE_DIR) with AndroidManifest.xml, gradle files, libs and resources. In these folder the file named gradlew had the "End of line" as Windows Format, I changed it for UNIX / OS X Format and voila, the deploy succeeds.