Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment

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.8kTopics51.4kPosts
  • Which version of Qt am I using? How do I find out?

    WatchingIgnoringScheduledPinnedLockedMoved
    1
    18Votes
    1Posts
    25kViews
    No one has replied
  • Problem with Qt6 Xdg plugin's RPATH in deployment

    WatchingIgnoringScheduledPinnedLockedMoved Unsolved
    4
    0Votes
    4Posts
    87Views
    However I continuously received that error on libraries not belonging to Qt itself. For example, /usr/lib/qt6/plugins/platforminputcontexts/libfcitx5platforminputcontextplugin.so doesn't have RPATH information, either. I'd like to ask if there's a way to limit the generic Qt deploy tool to certain Qt libraries?
  • 0Votes
    4Posts
    44Views
    Hello again.Well, problem solved !My qt-everywhere-src-5.15.XX directory was placed behind a path with French accents (eg $HOME/Téléchargements).Accents (and very likely other non-ASCII chars) within the qt source directory's path is not supported by the configure script.My configure script ran OK :)Thanks
  • Debugging MWE of pyside6-deploy with WebEngine

    WatchingIgnoringScheduledPinnedLockedMoved Unsolvedpyside6-deploywebengine
    2
    0Votes
    2Posts
    58Views
    Hi,I haven't yet used that tool, especially on Windows but did you see the warning about dumpbin not being found ?That might help you get better result.
  • Error During Cross Compilation

    WatchingIgnoringScheduledPinnedLockedMoved Unsolved
    1
    0Votes
    1Posts
    44Views
    No one has replied
  • 3Votes
    5Posts
    1kViews
    Bumping this thread as well because I've encountered the same issue and haven't found a solution so far.
  • Qt Design Studio Not Available in Maintenance Tool

    WatchingIgnoringScheduledPinnedLockedMoved Solved
    5
    0Votes
    5Posts
    163Views
    Ok, fair enough the installer is slightly different I'll try it!ooh thats a section here![image: 1326d4f1-56ff-45e2-9785-a9576e5094cf.png]and if you miss that in your initial selection/installation you don't get the option anymore?Interesting
  • Qt Installer Framework - update remote repo for existing installation

    WatchingIgnoringScheduledPinnedLockedMoved Unsolved
    6
    0Votes
    6Posts
    613Views
    I'm also currently fighting this issue.I see, that the repository url got changed in the MyAppMaintenance.dat file, but not in the .ini file.I tried to remove the .ini file via scripting during the installation and also found out that I can use the GlobalConfig operation (https://doc.qt.io/qtinstallerframework/operations.html) to clear the field in the .ini file. But when the installer closes or restarts, it overwrites my changes. No solution so far…
  • Assistance on building Qt SDK from source for Ubuntu 22.04 on aarch64

    WatchingIgnoringScheduledPinnedLockedMoved Unsolved
    7
    0Votes
    7Posts
    472Views
    You should use only one thread to see exactly what is going wrong.That said, it looks like it happens in the QtWebEngine module. Unless you actually need it, I would recommend leaving it out. It's a massive module that is usually hard to build.
  • build qt6 on arm64 debian10 or Ubuntu 18

    WatchingIgnoringScheduledPinnedLockedMoved Unsolved
    12
    0Votes
    12Posts
    4kViews
    [image: f9b7c1c0-d732-4c68-8610-aebfee7a10f8.png]use std::function
  • Installation Error

    WatchingIgnoringScheduledPinnedLockedMoved Unsolved
    12
    0Votes
    12Posts
    5kViews
    Did any one got the solution to resolve that error
  • Does the qsb command line tool exist?

    WatchingIgnoringScheduledPinnedLockedMoved Unsolved
    3
    0Votes
    3Posts
    214Views
    qsb is the Qt shader bake cli : https://doc.qt.io/qt-6/qtshadertools-qsb.htmlIt seems to be provided by qt6-shader-baker or qt6-shadertools
  • macdeployqt again

    WatchingIgnoringScheduledPinnedLockedMoved Unsolved
    5
    0Votes
    5Posts
    321Views
    @SGaist Yes, it said libwebpmux depends on libsharpyuv but it didn't try to copy that one over. I found out libwebpmux is a dependency of a freerdp3 we use. So it seems macdeployqt either wasn't made for 3rd party libraries or it fails to handle them. It looks like I need to handle those dependencies by myself somehow.
  • open source online installer x64 can't run on win11 25H2

    WatchingIgnoringScheduledPinnedLockedMoved Unsolved
    4
    0Votes
    4Posts
    290Views
    Please redownload the version 4.10. There should be no difference how the 4.10 is built compared to 4.9 (same Qt version, not sure if the Windows OS version has been updated between). If it still fails, please try to run it from terminal with options -d -d and paste the output here, thanks.
  • QtIFW

    WatchingIgnoringScheduledPinnedLockedMoved Unsolved
    2
    0Votes
    2Posts
    246Views
    Even with the admin account, Windows still needs to launch UAC:https://learn.microsoft.com/en-us/windows/security/application-security/application-control/user-account-control/how-it-works"A user that is a member of the Administrators group can sign in, browse the Web, and read e-mail while using a standard user access token. When the administrator needs to perform a task that requires the administrator access token, Windows automatically prompts the user for approval. This prompt is called an elevation prompt, and its behavior can be configured via policy or registry."installer.hasAdminRights() is true only when the UAC has been accepted. Unfortunately I don't have a solution for you to differentiate between normal and admin user. Windows does not seem to have a registry value for it either which script could utilize.Even with the UAC accepted, connection to the repository and download should be possible. Please file a report about this with details to https://qt-project.atlassian.net if it is not working for you
  • Question regarding component.addOperation("Mkdir", path) in QtIFW

    WatchingIgnoringScheduledPinnedLockedMoved Unsolvedqtifw
    2
    0Votes
    2Posts
    138Views
    I cannot reproduct that, the installer addOperation simpy calls QDir::root().mkpath(dirName)https://doc.qt.io/qt-6.9/qdir.html#mkpathCould you double check that the file with that name did not already exist? Then QDir::mkpath probably is not able to make the folder with the same name
  • Qt creator doesn't open terminal anymore on macOS Monterey.

    WatchingIgnoringScheduledPinnedLockedMoved Unsolved
    15
    2Votes
    15Posts
    4kViews
    @0b_sure I've lost two days googling, solving this problem ... your solution did the trick! TY!
  • Qt Creator 18.0.1 lags for 1-3 sec

    WatchingIgnoringScheduledPinnedLockedMoved Unsolved
    3
    0Votes
    3Posts
    245Views
    @masa123 said in Qt Creator 18.0.1 lags for 1-3 sec:I havent done anything after the installation other than setting up the android virtual device.This looks like QTCREATORBUG-27311: QtCreator 7: lag every 10 seconds.Qt Creator has an issue with Android on Windows when is doing some adb startup on the UI thread.Please do update the bug report with the specific details that your development machine has.
  • Qt doesn't build statically in CMake

    WatchingIgnoringScheduledPinnedLockedMoved Unsolved
    4
    0Votes
    4Posts
    239Views
    @ewalve said in Qt doesn't build statically in CMake:I can't see anywhere.https://wiki.qt.io/Building_a_static_Qt_for_Windows_using_MinGW
  • Qt quick application not visible on Raspberry Pi 1920x515

    WatchingIgnoringScheduledPinnedLockedMoved Unsolved
    10
    0Votes
    10Posts
    483Views
    @MHermann If you want to know why a module was enabled or disabled in configure run then check the content of config.log file.
  • First post
    Last post

Looks like your connection to Qt Forum was lost, please wait while we try to reconnect.


[8]ページ先頭

©2009-2026 Movatter.jp