njeisecke

Results 8 comments of njeisecke

I'm trying this on macOS. After getting rid of Mono and Visual Studio Mac, with only pure .net code 3.1 SDK installed it started to work. * I've setup the...

Seems to work. I removed all of the mono stuff and use the "dotnet" command for everything. It builds and runs.

Android (or even iOS) support without multitouch would feel rather incomplete, me thinks. Actually I currently prototype a slint ui rewrite of a Qml application where multitouch is an important...

Same problem here. Qt installed with standard installer. ``` QT_SYSROOT: QT_INSTALL_PREFIX:/usr/local/Qt/6.4.3/macos QT_INSTALL_ARCHDATA:/usr/local/Qt/6.4.3/macos QT_INSTALL_DATA:/usr/local/Qt/6.4.3/macos QT_INSTALL_DOCS:/usr/local/Qt/Docs/Qt-6.4.3 QT_INSTALL_HEADERS:/usr/local/Qt/6.4.3/macos/include QT_INSTALL_LIBS:/usr/local/Qt/6.4.3/macos/lib QT_INSTALL_LIBEXECS:/usr/local/Qt/6.4.3/macos/libexec QT_INSTALL_BINS:/usr/local/Qt/6.4.3/macos/bin QT_INSTALL_TESTS:/usr/local/Qt/6.4.3/macos/tests QT_INSTALL_PLUGINS:/usr/local/Qt/6.4.3/macos/plugins QT_INSTALL_QML:/usr/local/Qt/6.4.3/macos/qml QT_INSTALL_TRANSLATIONS:/usr/local/Qt/6.4.3/macos/translations QT_INSTALL_CONFIGURATION: QT_INSTALL_EXAMPLES:/usr/local/Qt/Examples/Qt-6.4.3 QT_INSTALL_DEMOS:/usr/local/Qt/Examples/Qt-6.4.3 QT_HOST_PREFIX:/usr/local/Qt/6.4.3/macos QT_HOST_DATA:/usr/local/Qt/6.4.3/macos QT_HOST_BINS:/usr/local/Qt/6.4.3/macos/bin QT_HOST_LIBEXECS:/usr/local/Qt/6.4.3/macos/libexec QT_HOST_LIBS:/usr/local/Qt/6.4.3/macos/lib...

``` Compiling cxx-qt-lib v0.5.1 The following warnings were emitted during compilation: warning: In file included from /Users/njeiseck/projects/rust/qtcxx-tutorial/build/./cargo/build/x86_64-apple-darwin/debug/build/cxx-qt-lib-60fb58f0ddbc901d/out/cxxbridge/sources/cxx-qt-lib/src/core/qhash/qhash_qstring_qvariant.rs.cc:1: warning: /Users/njeiseck/projects/rust/qtcxx-tutorial/build/./cargo/build/x86_64-apple-darwin/debug/build/cxx-qt-lib-60fb58f0ddbc901d/out/cxx-qt-lib/qstring.h:10:10: fatal error: 'QtCore/QByteArray' file not found warning: #include warning: ^~~~~~~~~~~~~~~~~~~ warning:...

Looks like there was a fix for using frameworks in c6ac92851e7278f518c3c3ea17326851e6ff854f. Works with homebrew Qt but not with the binaries from the Qt installer, e.g. `-DCMAKE_PREFIX_PATH=/usr/local/Qt/6.5.0/macos`

Hi, thanks for giving this a try. I tried a fresh build based on your commit, this does now fail: [css-qt-build-fail.txt](https://github.com/KDAB/cxx-qt/files/12193123/css-qt-build-fail.txt) Building the "main" branch works, using **that** for building...

I've simply followed the build instruction. Why vcpkg is involved, I have no idea ;-) The vcpkg.json is from the repository.