Created
June 1, 2018 04:43
-
-
Save j2doll/001fceaaf4b40799ae93b2bbb76109d0 to your computer and use it in GitHub Desktop.
check Qt version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| lessThan(QT_MAJOR_VERSION, 5) { | |
| error("Cannot build current Qt MQTT sources with Qt version $${QT_VERSION}.") | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment