blueprint-freespeech / ricochet-refresh

Anonymous peer-to-peer instant messaging
https://www.ricochetrefresh.net
Other
157 stars 27 forks source link

documentation: Qt Creator configuration #107

Closed wfr closed 2 years ago

wfr commented 2 years ago

Qt Creator in its default configuration throws lots of unknown type errors on Ricochet Refresh. This is due to Qt Creator's C++ code model option [x] Ignore precompiled headers.

We should document this behavior in order to make it easier for new prospective developers to explore Ricochet Refresh.

m-simonelli commented 2 years ago

We're moving to a CMake build system, so this may not apply anymore. I'll leave this open in the event that there's still an issue RE QT Creator after this migration