Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 10.0.1
-
Mac OS X 13.4 (22F66)
Qt Creator 10.0.1
Based on Qt 6.4.3 (Clang 13.0 (Apple), arm64)
Built on May 4 2023 01:23:31
~ cmake --version
cmake version 3.26.4
~ clang++ --version
Apple clang version 14.0.3 (clang-1403.0.22.14.1)
Target: arm64-apple-darwin22.5.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
~ clang --version
Apple clang version 14.0.3 (clang-1403.0.22.14.1)
Target: arm64-apple-darwin22.5.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
Mac OS X 13.4 (22F66) Qt Creator 10.0.1 Based on Qt 6.4.3 (Clang 13.0 (Apple), arm64) Built on May 4 2023 01:23:31 ~ cmake --version cmake version 3.26.4 ~ clang++ --version Apple clang version 14.0.3 (clang-1403.0.22.14.1) Target: arm64-apple-darwin22.5.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin ~ clang --version Apple clang version 14.0.3 (clang-1403.0.22.14.1) Target: arm64-apple-darwin22.5.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin
Description
Hello
I just reinstalled the latest Qt 6.5.1 on my Mac Book Pro M1. Before reinstalling the latest version here is what I did.
- I uninstalled the previous version using Maintenance Tool (Remove All).
- Removed all "qt" instances from ~/.local, ~/.config and ~/Library
- I made sure /opt/Qt was removed by Maintenance Tool, this is the path where I always install Qt.
- My zsh env variables are set to
QT_SELECT=6 QT_VERSION=6.5.1 QT_PLUGIN_PATH=/opt/local/qtPlugins:/opt/local/qtcharts: PATH contains "/opt/Qt/6.5.1/macos/bin"
Now, I downloaded the latest online installer and selected 6.5.1 excluding iOS and Android.
After the installation, I rebooted my machine, and after login in I opened Qt Creator and then a cmake project. This is a small "C" console utility. It is NOT C++ and has no Qt parts in it.
After building the project, I do set the breakpoint in the very first line of the main and start debugging. Every time I start debugging I see this message on Application Output.
Detected Qt Version: 0x0 (namespace='no namespace') Found function QObject::property: 0x0 Found function QObject::customEvent: 0x0
Not sure if I am missing something in my cmake CMakeList.txt.
If I open the "clock" Qt example, I do not see this message in Application Output.
In addition, If I open a new Qt Creator and do not open any projects, and I look into Kits I see this "warning" in Qt Versions.
Checking in Terminal, I can see the path to making is valid. I can here is version output
~ /opt/Qt/6.5.1/macos/bin/qmake --version
QMake version 3.1
Using Qt version 6.5.1 in /opt/Qt/6.5.1/macos/lib
When I hover over the yellow warning icon I see this message. Nothing else. This looks correct.
Qt Version 6.5.1 Location of make /opt/Qt/6.5.1/macos/bin/qmake