RTXI / rtxi

Tutorials, FAQs, and more at http://rtxi.org/docs
GNU General Public License v3.0
53 stars 15 forks source link

Merge qt5 branches of all modules with master. (for v2.1) #100

Closed sudorook closed 8 years ago

sudorook commented 8 years ago

The master branches of all modules are set to use Qt4. The qt5 branches need to be merged into the master branch right before v2.1 is released.

sudorook commented 8 years ago

Qt4 and Qt5 are very similar, so just using preprocessor directives based on QT_VERSION will accomplish this with only a few lines of code per modules. There's no need for separate branches for Qt versions.