mumble/qt.pri
Mikkel Krautz fc0ab935ce Do not use the qtaccessiblewidgets plugin on Qt 5.4 and greater.
For those versions, it is built into QtWidgets.
2014-12-24 13:41:49 +01:00

4 lines
128 B
Plaintext

QT_VERSION = $$[QT_VERSION]
QT_MAJOR_VERSION = $$section(QT_VERSION, ., 0, 0)
QT_MINOR_VERSION = $$section(QT_VERSION, ., 1, 1)