KDAB / cxx-qt

Safe interop between Rust and Qt
https://kdab.github.io/cxx-qt/book/
993 stars 66 forks source link

Make sure CXX_QT_ vs. CXXQT_ prefix is used consistently #996

Closed LeonMatthesKDAB closed 1 month ago

LeonMatthesKDAB commented 1 month ago

We currently use both CXXQT and CXXQT_ for some variable prefixes.

As established in https://github.com/KDAB/cxx-qt/pull/983#discussion_r1674222739 , we should unify this to a single prefix that should be used everywhere. Likely CXXQT is the prefix to go with.

So rename all variables that start with CXXQT_ to start with CXXQT instead.

ahayzen-kdab commented 1 month ago

Note that we use cxxqt_import_crate in CMake, should that be changed too ?

LeonMatthesKDAB commented 1 month ago

Yup, doing that as part of #999