Navigation

    Qt Forum

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

    • 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 Qt Raspberry Pi Cross Compile
      Mobile and Embedded • raspberry pi 3 cross-compile source qt 5.12 • • Kanni1303  

      5
      0
      Votes
      5
      Posts
      1166
      Views

      Hi, I described the steps I followed in a post over here, https://mechatronicsblog.com/cross-compile-and-deploy-qt-5-12-for-raspberry-pi/ Some people found some issues and posted comments there, the “qendian” issue seems to be related to this bug, there is also a patch there. https://bugreports.qt.io/browse/QTBUG-71945
    • UNSOLVED Building Qt with MySQL driver
      Installation and Deployment • source mysql driver • • Montjet  

      11
      0
      Votes
      11
      Posts
      1572
      Views

      Ok, thank You so much. I will try to do it, tomorrow.
    • SOLVED What are the source and build directories for a plugin testing Qt Creator instance?
      Installation and Deployment • qt creator plugin configure source build directory • • hlindberg  

      8
      1
      Votes
      8
      Posts
      1339
      Views

      Thanks @J-Hilk The link provided needs other configuration. My machine configuration is Red Hat Linux - 32 bit Qt creator 1.2.92, based on Qt 4.6.0 (32 bit) Make version: GNU Make 3.81 Qmake version: 1.07a (Qt 3.3.6) Please let me know what are the pre-requisites for a plugin. I want to create a menu item for Qt creator. Thanks in advance.
    • SOLVED Qt SQLite plugin building / Case-insensitive matching of Unicode characters in SQLite
      General and Desktop • sql plugin build sqlite source • • michalos  

      4
      0
      Votes
      4
      Posts
      1525
      Views

      @michalos Well knowing windows searching, i always cheat and use https://www.voidtools.com/ On NTFS drives, it will find anything really fast and takes wildcards. Its only for filenames but on the other hand, it finds a file in secs even on a 4 TB drive. :)
    • How to configure modules when building Qt from git
      Installation and Deployment • qt5 build git source modules • • Aras  

      11
      0
      Votes
      11
      Posts
      9783
      Views

      @SGaist thank you for that! That took care of the qtquickcontrols2. Now I just have a hand full of other modules I need to build and install, according to these errors: /Live3DWidget.qml:4 module "QtQuick.Scene3D" is not installed /Live3DWidget.qml:9 module "Qt3D.Extras" is not installed /Live3DWidget.qml:7 module "Qt3D.Render" is not installed /Live3DWidget.qml:6 module "Qt3D.Core" is not installed /Live3DWidget.qml:8 module "Qt3D.Input" is not installed /Live3DWidget.qml:4 module "QtQuick.Scene3D" is not installed /Live3DWidget.qml:9 module "Qt3D.Extras" is not installed /Live3DWidget.qml:7 module "Qt3D.Render" is not installed /Live3DWidget.qml:6 module "Qt3D.Core" is not installed /Live3DWidget.qml:8 module "Qt3D.Input" is not installed /Live3DWidget.qml:4 module "QtQuick.Scene3D" is not installed /Live3DWidget.qml:9 module "Qt3D.Extras" is not installed /Live3DWidget.qml:7 module "Qt3D.Render" is not installed /Live3DWidget.qml:6 module "Qt3D.Core" is not installed /Live3DWidget.qml:8 module "Qt3D.Input" is not installed /Live3DWidget.qml:4 module "QtQuick.Scene3D" is not installed /Live3DWidget.qml:9 module "Qt3D.Extras" is not installed /Live3DWidget.qml:7 module "Qt3D.Render" is not installed /Live3DWidget.qml:6 module "Qt3D.Core" is not installed /Live3DWidget.qml:8 module "Qt3D.Input" is not installed /Live3DWidget.qml:4 module "QtQuick.Scene3D" is not installed /Live3DWidget.qml:9 module "Qt3D.Extras" is not installed /Live3DWidget.qml:7 module "Qt3D.Render" is not installed /Live3DWidget.qml:6 module "Qt3D.Core" is not installed /Live3DWidget.qml:8 module "Qt3D.Input" is not installed I will try to install relevant modules and try again. Will report back.
    • UNSOLVED How do I use qt after building it from source?
      General and Desktop • qt5 configure git source build qt • • Aras  

      8
      0
      Votes
      8
      Posts
      2390
      Views

      You have here a list of the modules and their state. QtWebkit as been deprecated and removed. QtQuick1 as been deprecated and removed You can still build them from sources but you have to clone them specifically.
    • UNSOLVED Project ERROR: Unknown module(s) in QT: script
      Installation and Deployment • qtcreator build source qt5.7.0 • • Aras  

      14
      0
      Votes
      14
      Posts
      11789
      Views

      Looks like you built the qtscript module successfully, that's why I'm asking whether you ran make install before trying to build the example.
    • UNSOLVED Sourcing a script using QProcess
      General and Desktop • qprocess script source shell • • Mark81  

      15
      0
      Votes
      15
      Posts
      7002
      Views

      @Mark81 Yes both the Hello World and content of the variable were shown. Again it's on OS X with a recent version of bash.
    • Building Qt from source on Windows
      Installation and Deployment • build windows 7 source • • janeb  

      8
      0
      Votes
      8
      Posts
      5214
      Views

      Hi @JKSH, @Leonardo, Many thanks for your tips and apologies for delay. I got distracted by another task, but will get back to this one again. Just to report what happened so far. All my attempts on one machine failed. Switching to another computer I managed to to statically build Qt and Qt Creator once (using your receipts), but failed to reproduce that again. I'm putting all this down to my inexperience on Windows platform. However, I have learnt a lot and I'll get back to this problem again. BTW, working with VS is not as scary as it originally looked :-). Once I managed to install it, that is. The installation of VS was a pain as due to my inexperience and some bugs. E.g. installing VS via RDC produces a transparent window - I waiting for hours for something to happen, then tried another version of VS, ... Best, J.
    • Unable to build QT 5.4 for iOS from source
      Mobile and Embedded • ios source 5.4.2 • • phobos8  

      9
      0
      Votes
      9
      Posts
      2658
      Views

      Oh well, I had a typo in my config path, sorry ! Configure and make work well now! cheers Manfred