Include header depending on Qt version [Solved]
-
I finally came to my senses and am stepping down from 5.x to 4.8.5, because there's too much unfinished business for the Mac in 5.x at this time. I seem to recall the existance of a way to include headers depending on the Qt version, but I can't recall how, and I can't seem to hit the right keywords on Google or here. Any ideas?
ie. something like [pseudo code]:
IF_GTE(QT_VERSION, 5) #include <QtConcurrent/QtConcurrentRun>
-