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
  • libgcc_s_seg-1.dll was not found issue

    Unsolved deployment
    5
    0 Votes
    5 Posts
    1k Views
    L
    @jsulm I got it to work. Thank you very much :)
  • .exe Prozedureinstiegspunkt nicht gefunden || .exe "procedure entry point not found"

    Solved
    2
    0 Votes
    2 Posts
    371 Views
    L
    https://forum.qt.io/topic/69029/windeployqt-exe-doesn-t-create-a-working-package/9 Reply from @SGaist to above topic provided the solution In short if Qt Quick is used the flag --qmldir has to be used I didnt have a source subfolder therefore i used the Project folder and it worked Example Project location .....\App windeployqt.exe --qmldir ".....\App\sources" "path-to-exe\App.exe" I hope it may help someone who also struggels with this problem :) Thx to @SGaist for providing thesolution
  • FAILED: bin/Qt6WebEngineCored.dll lib/Qt6WebEngineCored.lib

    Solved
    6
    0 Votes
    6 Posts
    792 Views
    Christian EhrlicherC
    Then please mark the topic as solved, thx.
  • 0 Votes
    8 Posts
    1k Views
    Q
    @SGaist i have asked this question for help my friend to proper configuration of qt on its device. He has found that he made mistake while install qt on its device. for execute program he has to pass certain parameter like ./configure -lpthread ..... But he just pass ./configure so he not able to execute his code. Thank for your intuitiveness....
  • Conan and CMake find_package

    Unsolved
    2
    0 Votes
    2 Posts
    964 Views
    P
    What is your conan profile? The following profile does not work for me. [settings] arch=x86_64 arch_build=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=9 os=Linux os_build=Linux [options] [build_requires] [env]
  • Is it possible install Qt creator in wsl?

    Unsolved
    6
    1 Votes
    6 Posts
    18k Views
    J
    I see, thanks everyone, i didn espect so much help.
  • App released with windeployqt not showing UI

    Unsolved
    30
    0 Votes
    30 Posts
    5k Views
    F
    @J-Hilk Seems that with Qt 5.15.2 the problem is solved... I don't know how much time I spent trying to solve. Thank you! I'll be back if I see some other issues :)
  • Github workflow - Cannot run compiler 'cl'

    Solved
    4
    0 Votes
    4 Posts
    814 Views
    ?
    @Chris-Kawa thank you. That works
  • unable to configure dds and mng for static QT build

    Unsolved
    6
    0 Votes
    6 Posts
    393 Views
    C
    fyi: here is my entire configure command: ./configure --prefix=/Users/dtorske/Qt5.12.12-src/5.12.12/clang_64-static -static -release -nomake examples -nomake tests -nomake tools -opensource -no-sql-db2 -no-sql-ibase -no-sql-mysql -qt-libpng -qt-zlib -qt-libjpeg -qt-freetype -qt-pcre -qt-harfbuzz MNG_LIBDIR=/usr/local/lib MNG_INCDIR=/usr/local/include -mng -cups -v
  • 0 Votes
    2 Posts
    279 Views
    SGaistS
    Hi, You selected the winrt mkspec, I have a doubt that the QtScript module is available for that variant. Can you check that ?
  • set Qt path to configure in a project on Ubuntu

    Unsolved
    4
    0 Votes
    4 Posts
    523 Views
    JoeCFDJ
    @JoeCFD said in set Qt path to configure in a project on Ubuntu: pkg_cv_QT_LIBS prefix path in pkg pc files is not set properly when qt is installed. The prefix is something like /home/qt/work/install which does not exist and is not the installed path. Otherwise, export PKG_CONFIG_PATH=$Qt5_DIR/lib/pkgconfig:$PKG_CONFIG_PATH will solve the problem.
  • No Qt Platform Plugin Could Be Initialized -- no qwindows.dll in Qt build directory?

    Unsolved
    16
    0 Votes
    16 Posts
    14k Views
    J
    @hskoglund qtdiag -platform minimal: This plugin does not support createPlatformOpenGLContext! This plugin does not support createPlatformOpenGLContext! QRhiGles2: Failed to create temporary context This plugin does not support createPlatformOpenGLContext! QRhiGles2: Failed to create context Qt 5.15.5 (x86_64-little_endian-llp64 shared (dynamic) release build; by MSVC 2015) on "minimal" OS: Windows 10 Version 2009 [winnt version 10.0.19044] Architecture: x86_64; features: SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 AVX AVX2 RTM HLE Environment: QMAKESPEC="win32-msvc" QTDIR="C:\Qt\5.15.5-Win64.NET2015" QTVER="5.15.5" Features: QT_NO_EXCEPTIONS QT_NO_OPENSSL Library info: PrefixPath: C:\Qt\5.15.5-Win64.NET2015\qtbase DocumentationPath: C:\Qt\5.15.5-Win64.NET2015\qtbase\doc HeadersPath: C:\Qt\5.15.5-Win64.NET2015\qtbase\include LibrariesPath: C:\Qt\5.15.5-Win64.NET2015\qtbase\lib LibraryExecutablesPath: C:\Qt\5.15.5-Win64.NET2015\qtbase\bin BinariesPath: C:\Qt\5.15.5-Win64.NET2015\qtbase\bin PluginsPath: C:\Qt\5.15.5-Win64.NET2015\qtbase\plugins ImportsPath: C:\Qt\5.15.5-Win64.NET2015\qtbase\imports Qml2ImportsPath: C:\Qt\5.15.5-Win64.NET2015\qtbase\qml ArchDataPath: C:\Qt\5.15.5-Win64.NET2015\qtbase DataPath: C:\Qt\5.15.5-Win64.NET2015\qtbase TranslationsPath: C:\Qt\5.15.5-Win64.NET2015\qtbase\translations ExamplesPath: C:\Qt\5.15.5-Win64.NET2015\qtbase\examples TestsPath: C:\Qt\5.15.5-Win64.NET2015\qtbase\tests SettingsPath: @Christian-Ehrlicher Where are you seeing this? Which .pro file are you talking about?
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Offline installer creation

    Unsolved
    3
    0 Votes
    3 Posts
    578 Views
    I
    Thanks, I will see which option I will use.
  • Building Qt-Creator fails [windows]

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    cristian-adamC
    How are you trying to build Qt Creator? I can see Android there, but also Visual Studio 2022. Not a very common case. Qt Creator has in the documentation https://code.qt.io/cgit/qt-creator/qt-creator.git/about/ information about the build procedure. In essence it's like: $ "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat" $ cmake -D CMAKE_BUILD_TYPE=Debug -G Ninja -D CMAKE_PREFIX_PATH=c:/Qt/6.3.1/msvc2019_64 -S c:/Projects/QtCreator -B c:/Projects/QtCreator-Build-Debug $ cmake --build c:/Projects/QtCreator-Build-Debug
  • 0 Votes
    26 Posts
    12k Views
    SGaistS
    It looks like a warning rather than an error per se. You might have to configure something on the X server side.
  • Installed Qt6 to Linux ... cmake ... Target "Qt6::Core" was not found

    Solved
    6
    2 Votes
    6 Posts
    20k Views
    C
    Finding Qt just by setting Qt6_DIR currently does not work. That is tracked in https://bugreports.qt.io/browse/QTBUG-97615 and will be fixed in a future Qt version, but only for desktop platforms. For cross-compiled Qt, that won't be sufficient. For details, check https://forum.qt.io/topic/137551/cmake-finds-cross-compiled-qt6-config-files-but-qt6_found-is-set-to-false/5
  • gdb not working in Qt creator

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    cristian-adamC
    gdb.exe should simply start if you copy the directory structure. Have you tried unpacking x86_64-11.2.0-release-posix-seh-rt_v9-rev3.7z and running gdb from there? If it doesn't work, can you disable the anti-virus?
  • make failed during installation of Qtmqtt

    Solved
    16
    0 Votes
    16 Posts
    1k Views
    R
    Thank you @SGaist
  • qmake webengine not working

    Unsolved
    5
    0 Votes
    5 Posts
    490 Views
    Christian EhrlicherC
    Please mark the topic as solved then.