About 792,000 results
Open links in new tab
  1. How clone qt source from git - Stack Overflow

    I need qt5.5 source code and I have seen this command: git clone git://code.qt.io/qt/qt5.git Does this gives qt 5.5 version or qt 5.6 alpha version? Is there a way to ...

  2. How do I use Qt in Visual Studio Code? - Stack Overflow

    May 15, 2017 · I'm using Linux Mint 18, and the Visual Studio Code marketplace doesn't list an extension for Qt.

  3. How to compile Qt 5 under Windows or Linux, 32 or 64 bit, static …

    Feb 18, 2013 · If you want your compiled source to be fully static with respect to the compiler (Visual Studio), you have to do this tweak in the QMAKE files of Qt. Go to the file (starting from …

  4. How to step into Qt source code in QT Creator with Qt 5.14 …

    Jul 15, 2020 · How to step into Qt source code in QT Creator with Qt 5.14 MSVC2017? Asked 5 years, 5 months ago Modified 5 years, 5 months ago Viewed 492 times

  5. How to see Qt Source code while coding by Qt Creator?

    Jul 16, 2015 · How to see Qt Source code while coding by Qt Creator ? when I Debug my program and hit a break point, and when I press F11 over a Qt function , Debugger steps into …

  6. Setup of Qt Creator to debug into Qt classes - Stack Overflow

    Where do I need to set the source code path of Qt (c:\Qt5\src), so I can debug my code, but also into a Qt class where necessary. -- Edit:Pavel's comment -- Pavel has given a good hint: But I …

  7. qt - Where can I find a source code repository of QMake ... - Stack ...

    Oct 27, 2017 · I tried to find the repository on Qt Project Git Repository Browser. I entered a message "qmake" in a search field. And I got a message "No repositories found". Is QMake …

  8. Qt C++ app crashes on startup before source library code executes

    5 days ago · In my Qt C++ project, I wanted to use the Faker++ library I integrated it in the standard way by editing CMakeLists.txt and adding the source code folder. set …

  9. QT 5.15.11 installer - Stack Overflow

    May 15, 2011 · Select the version you want (e.g. Qt 5.15.2) and install it. This way you don’t need to manually download and build from source — the installer can fetch the archived packages …

  10. Build specific modules in Qt6 (i.e. QtMqtt) - Stack Overflow

    So here is what I did so far: Get Qt source code from installer (installed to Qt/6.2.0/Src) Create a command line environment according to this manual Open cmd environment, navigate to build …