Link: @CplusplusQt Embedded: @EMBCpp • Allowed Topics: C++ and everything related to Qt • Use only English • No Private Message without asking user's permission • No NSFW • No Spam • No unauthorized Bots • No Offtopic • No Self Promotions
I would love to see Qt Front-end & Backend on both Android & ChromiumOS & FuschiaOS.
Читать полностью…I would love to see Qt Front-end & Backend on both Android & ChromiumOS & FuschiaOS.
Читать полностью…To use Snap7 with QT, you will need to install the library and its dependencies on your system, and then configure your QT project to use it. This typically involves adding the appropriate include paths and library directories to your project settings, and linking your project to the Snap7 library.
Once the library is installed and configured, you can use the provided APIs and functions to implement the PROFINET communication functions in your C++ code. This will typically involve creating a PROFINET device object, configuring its communication parameters, and then using the provided functions to send and receive data over the network.
Damn. Will check more later today. Gotta go back to work - this is pure hobby! 😊
Читать полностью…Try removing the one installed by Brew and keep only the one installed via Qt installer.
Читать полностью…shimaron@Christians-iMac-5 src % otool -L MandelPoster.app/Contents/Frameworks/QtGui.framework/Versions/A/QtGui
MandelPoster.app/Contents/Frameworks/QtGui.framework/Versions/A/QtGui:
@executable_path/../Frameworks/QtGui.framework/Versions/A/QtGui (compatibility version 6.0.0, current version 6.3.2)
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (compatibility version 45.0.0, current version 2113.40.126)
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 165.0.0)
/System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO (compatibility version 1.0.0, current version 1.0.0)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1858.112.0)
/System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 1557.5.4)
/System/Library/Frameworks/CoreText.framework/Versions/A/CoreText (compatibility version 1.0.0, current version 1.0.0)
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (compatibility version 300.0.0, current version 1858.112.0)
@executable_path/../Frameworks/libglib-2.0.0.dylib (compatibility version 7401.0.0, current version 7401.0.0)
@rpath/QtDBus.framework/Versions/A/QtDBus (compatibility version 6.0.0, current version 6.3.2)
/System/Library/Frameworks/Metal.framework/Versions/A/Metal (compatibility version 1.0.0, current version 261.13.0)
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL (compatibility version 1.0.0, current version 1.0.0)
/System/Library/Frameworks/AGL.framework/Versions/A/AGL (compatibility version 1.0.0, current version 1.0.0)
@executable_path/../Frameworks/libpng16.16.dylib (compatibility version 55.0.0, current version 55.0.0)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.11)
@executable_path/../Frameworks/libmd4c.0.dylib (compatibility version 0.0.0, current version 0.4.8)
@executable_path/../Frameworks/libfreetype.6.dylib (compatibility version 25.0.0, current version 25.3.0)
@executable_path/../Frameworks/libgthread-2.0.0.dylib (compatibility version 7401.0.0, current version 7401.0.0)
@rpath/QtCore.framework/Versions/A/QtCore (compatibility version 6.0.0, current version 6.3.2)
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit (compatibility version 1.0.0, current version 275.0.0)
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration (compatibility version 1.0.0, current version 1.0.0)
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 1300.23.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1311.100.3)
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 1141.1.0)
/usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 228.0.0)
Yes, I agree but most of the customers that will use the Qt final product software have to have a better distro. Interms of RedHat it was acquired by IBM and now they (IBM) have messed with CentOS...is the latest news I hear...
Читать полностью…Who in this group is currently working on this?
https://www.phoronix.com/news/Chromium-Qt-WIP
The deployment issue occurred first with the online installer. Then I installed brew, same issue.
Читать полностью…It seems so. It also seems as if macdeployqt didn't include it in the executable directory.
Читать полностью…I believe DBus is only for the Linux platform and not for macOS (please correct me if I am wrong).
Читать полностью…QtDBus has not been copied into the application framework directory, but apparently is required for QtGui to run
Читать полностью…