Re: [Interest] QtQuick app fatal DCOM errors (Microsoft Store app)

2023-09-21 Thread Cristian Adam via Interest
On 21-Sep-23 13:44, Paul Masri-Stone wrote: Hi, I'm trying to get a Qt6/CMake app packaged for the Microsoft Store (for Windows 10/11 PCs). Cristian Adam showed me how this can be done for a QtWidgets app on Qt 6.5.2, using the Qt Affine example project. I have tested this locally and it wo

Re: [Interest] slower compilation with Qt6

2023-07-24 Thread Cristian Adam via Interest
The compilation time degradation is being tracked at [QTBUG-97601] Compilation speed decrease with Qt 6.2 compared to Qt 5.15.2 - Qt Bug Tracker For Qt Creator I use https://ccache.dev/ (yes, it works with MSVC) so that even if it takes longer to com

Re: [Interest] QtCreator - CMAKE_PREFIX_PATH with multiple paths

2023-02-09 Thread Cristian Adam via Interest
On 02/09/2023 16:58, Nuno Santos wrote: Cristian, Are you able to do this in the QtCreator build settings? Because for me it gets red and it And then it does not work at all: CMake Error at CMakeLists.txt:16 (find_package):   By not providing "FindQt6.cmake" in CMAKE_MODULE_PATH this projec

Re: [Interest] QtCreator - CMAKE_PREFIX_PATH with multiple paths

2023-02-09 Thread Cristian Adam via Interest
On 02/09/2023 16:29, Nuno Santos wrote: Hi, Is anyone able to tell me if QtCreator is able to have a CMAKE var defined with multiple values? The default value for a project is %{Qt:QT_INSTALL_PREFIX}, is it possible to append more paths? How? Thanks! Nuno I have for Qt Creator itself th

Re: [Interest] What is the right way of creating a static lib that has qml resources with cmake?

2023-01-23 Thread Cristian Adam via Interest
>> Yes, there is. There's -Wl,--whole-archive for the Unix linkers. This should >> solve the problem for everyone except MSVC users. > That option is not very attractive because: > a, as you state yourself, it doesn't work on MSVC. MSVC also has a /wholearchive

Re: [Interest] Qt 6 and Windows with MSVC 2019

2022-12-29 Thread Cristian Adam via Interest
Hi Nuno, The error message says that there is no CMAKE_CXX_COMPILER specified. Your CMake command has only -S and -B parameters. This means that you already have configured the project with an invalid CMAKE_CXX_COMPILER parameter. Delete your build directory and try again or click on "Re-co

Re: [Interest] [Development] Qt 6.5 Is Irrelevant for More than 95% of Mac Desktops

2022-12-19 Thread Cristian Adam via Interest
Hi, See qt-creator/plugin-telemetry.git - A plugin that collects usage data from Qt Creator users. This data is used to improve the Qt user experience and is one information source for product decisions. Cheers, Cristian

Re: [Interest] Android: debugger not working

2022-12-08 Thread Cristian Adam via Interest
Hi, Welcome to the world of native Android development! In this world you need to really pay attention on which NDK you are using. Things can break on minor versions. Not every combination of host OS, NDK and Qt is guaranteed to work. sdk_definitions.json\android\qtcreator\share - qt-creator/