Creator doesn't detect Qt libraries
Unsolved
Qt Creator and other tools
-
Hello everyone!
I'm having an issue with Creator not detecting Qt library components such as QObject and QString and underlines them with the message stating that they're an unknown type.
The project still compiles correctly, so I'm assuming that the .pro files are correct. This wasn't an issue earlier this week, so I'm guessing I accidentally changed some IDE configuration file.
I'm running Qt Creator on Ubuntu 20.04 using Qt version 5.12.2.
Could someone suggest a solution to get my syntax highlighting working correctly?