Navigation

    Qt Forum

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

    • UNSOLVED How to rebuild code in qtdatavis3d?
      Installation and Deployment • ubuntu 16.04 building qt • • Tom asso  

      5
      0
      Votes
      5
      Posts
      92
      Views

      You should always use the full path to the qmake binary of the Qt version you want to use to build your project/library/module.
    • SOLVED Building Qt 5.12.1 on Windows has install problems
      Installation and Deployment • building qt source • • JonathanA  

      3
      0
      Votes
      3
      Posts
      324
      Views

      Okay, I think the problem here is that I was doing 'jom release' when I built it and that just doesn't seem to work. If I just do 'jom', it seems to work fine.
    • UNSOLVED Cannot build from source (v5.5.0 tag) - method "setSourceRect" in class "QSGSimpleTextureNode" not found
      General and Desktop • 5.5 building qt setsourcerect • • Thomas233  

      23
      0
      Votes
      23
      Posts
      6297
      Views

      Nevermind! Finally managed it to get a build with webengine. You have just to execute the "qmake -r WEBENGINE_CONFIG+=use_system_ffmpeg" BEFORE ".configure" then it works :-p I`ve deployed the build over to development machine without problems. There are now just two compiler errors left which I think can be solved: libicu18n.so.55 not found (I think i can solve it by installing a icu18n-5 package if there are any?) Undefined references to dbus: "dbus connection unref" and so on, much more errors referencing to dbus (this is actually coming from webengine) How can I make a build which does not use libicu and dbus or at least uses system ones (if that helps in my case) ?
    • How to enable MEDIA_STREAM flag when building Qt?
      General and Desktop • configure building qt qt5.4.2 • • njozwiak  

      1
      0
      Votes
      1
      Posts
      494
      Views

      No one has replied

    • [SOLVED] Some modules are not available in configure
      Tools • configure building qt • • Eyeless  

      7
      0
      Votes
      7
      Posts
      2820
      Views

      @JKSH Thank you very much for your answer, I've successfully built Qt using your tutorial!
    • Configure Qt build for Android x86 on Genymotion on older CPU-s
      Mobile and Embedded • android building qt genymotion • • SeeLook  

      1
      0
      Votes
      1
      Posts
      801
      Views

      No one has replied

    • Building Qt5.5(single) from source for Olimex A10Lime
      Mobile and Embedded • cross compile embedded linux arm qt 5.5 building qt cortexa8 • • kafanti  

      5
      0
      Votes
      5
      Posts
      2626
      Views

      Yes, better to make clean build
    • Specific extra LIBS folder for Release and Debug when Building Qt
      Installation and Deployment • configure building qt icu • • Hernan Martinez  

      1
      0
      Votes
      1
      Posts
      440
      Views

      No one has replied

    • Trying to build up Qt with static linking on windows via mingw+jom vs VS2012 & constantly getting it crashed, please help
      Installation and Deployment • building qt qt build failed building static qt crash • • gestalt  

      2
      0
      Votes
      2
      Posts
      1196
      Views

      Hi and welcome to devnet, Don't put Qt in your PATH environment variable, it will not help and might even make things worse when building on Windows. You don't need to set all these variable and specially you should not append PATH to all of them. Also, why are you calling configure in C:\Windows\System32 ?
    • [Solved] build eror for Qt 5.3.2 for arm-linux-none-gnueabi
      Mobile and Embedded • cross compile building qt qkeysequence • • Jeff Andle  

      11
      0
      Votes
      11
      Posts
      2639
      Views

      spoiled by windows... I expected the Ubuntu trash to empty itself. 13GB of trash later I can build, no problem. openssl 1.0.2.c --> BlueTiger's ESMTP library --> sending email from my arm device. now to figure out an inconsistent issue with openssl for win64 missing openssl32.lib in the install (but the dll is there and it worked last night!?) .
    • Build Qt creator 3.4 on pi 2 [RESOLVED]
      QtonPi • qt5.5 qt creator raspberry building qt • • modjo756  

      17
      0
      Votes
      17
      Posts
      8112
      Views

      @FlorianB I'm trying to install qtcreator on a system that I don't have admin rights on. so: Install qt from source as I need the latest Install qtcreator Works fine, but as mentioned in your posts I manually did make install in qt5/qttools/src/designer/src/ lib, components, designer folder. Is there something else that I'm missing. I install qt to a prefix and set it as path. Installing qtcreator, qmake step works fine. I get the error (This is with current master Oct 7 2015): In file included from ../../../../qt-creator/src/libs/utils/shellcommand.cpp:31:0: ../../../../qt-creator/src/libs/utils/shellcommand.h:118:19: error: expected ‘;’ at end of member declaration ../../../../qt-creator/src/libs/utils/shellcommand.h:118:21: error: ‘override’ does not name a type ../../../../qt-creator/src/libs/utils/shellcommand.cpp:90:84: sorry, unimplemented: non-static data member initializers ../../../../qt-creator/src/libs/utils/shellcommand.cpp:90:84: error: in-class initialization of static data member ‘m_proxyFactory’ of non-literal type ../../../../qt-creator/src/libs/utils/shellcommand.cpp: In member function ‘virtual Utils::SynchronousProcessResponse Utils::ShellCommand::runCommand(const Utils::FileName&, const QStringList&, int, const QString&, Utils::ExitCodeInterpreter*)’: ../../../../qt-creator/src/libs/utils/shellcommand.cpp:338:42: error: ‘class Utils::Internal::ShellCommandPrivate’ has no member named ‘m_proxyFactory’ ../../../../qt-creator/src/libs/utils/shellcommand.cpp: In member function ‘Utils::SynchronousProcessResponse Utils::ShellCommand::runSynchronous(const Utils::FileName&, const QStringList&, int, const QString&, Utils::ExitCodeInterpreter*)’: ../../../../qt-creator/src/libs/utils/shellcommand.cpp:419:42: error: ‘class Utils::Internal::ShellCommandPrivate’ has no member named ‘m_proxyFactory’ ../../../../qt-creator/src/libs/utils/shellcommand.cpp: In member function ‘virtual bool Utils::ShellCommand::runFullySynchronous(const Utils::FileName&, const QStringList&, int, QByteArray*, QByteArray*, const QString&)’: ../../../../qt-creator/src/libs/utils/shellcommand.cpp:482:42: error: ‘class Utils::Internal::ShellCommandPrivate’ has no member named ‘m_proxyFactory’ ../../../../qt-creator/src/libs/utils/shellcommand.cpp: In member function ‘void Utils::ShellCommand::setOutputProxyFactory(const std::functionUtils::OutputProxy*()&)’: ../../../../qt-creator/src/libs/utils/shellcommand.cpp:547:8: error: ‘class Utils::Internal::ShellCommandPrivate’ has no member named ‘m_proxyFactory’ make[3]: *** [.obj/debug-shared/shellcommand.o] Error 1 make[3]: Leaving directory /nfs2/jain/qt-creator-build/src/libs/utils' make[2]: *** [sub-utils-make_first] Error 2 make[2]: Leaving directory/nfs2/jain/qt-creator-build/src/libs' make[1]: *** [sub-libs-make_first-ordered] Error 2 make[1]: Leaving directory `/nfs2/jain/qt-creator-build/src' make: *** [sub-src-make_first-ordered] Error 2
    • Static build of Qt, Qt5Network linking error
      General and Desktop • building qt static qt • • agabor  

      1
      0
      Votes
      1
      Posts
      1128
      Views

      No one has replied

    • Environment setup for building static qt
      Installation and Deployment • windows 7 static building qt msvc13 • • chebhou  

      3
      0
      Votes
      3
      Posts
      1117
      Views

      @SGaist thanks , I have actually compiled without the script no errors thought while compiling, but I'm not sure if the errors will popup when i start using the build, but it would be really useful for future builds also I'm compiling OpenCV , so here is my installation paths : DirectX SDK : C:\Program Files\Microsoft DirectX SDK (June 2010) Microsoft SDK : C:\Program Files\Microsoft SDKs MSVC : C:\Program Files\Microsoft Visual Studio 12.0 .NET : C:\Program Files\Microsoft.NET OpenSSL : C:\OpenSSL-Win32 Qt source : C:\Qt\5.4.1 thanks again for your time
    • Qt Source Build Win7: uic.exe not found
      General and Desktop • windows building qt • • ReinaldoJr  

      4
      0
      Votes
      4
      Posts
      3501
      Views

      @ReinaldoJr said: I'll make a cleanconf and then try as indicated. make confclean doesn't work any more, unfortunately. That's because the source code has been modularized since Qt 4. I think you need to delete everything and re-extract your source code. (If you checked out using git, you can call git submodule foreach "git clean -dfx")