Skip to content

Instantly share code, notes, and snippets.

@j2doll
Created June 1, 2018 04:43
Show Gist options
  • Select an option

  • Save j2doll/001fceaaf4b40799ae93b2bbb76109d0 to your computer and use it in GitHub Desktop.

Select an option

Save j2doll/001fceaaf4b40799ae93b2bbb76109d0 to your computer and use it in GitHub Desktop.
check Qt version
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