common.pri 297 B

12345678910
  1. lessThan(QT_MAJOR_VERSION, 5): error("requires Qt 5 and above")
  2. equals(QT_MAJOR_VERSION, 5):lessThan(QT_MINOR_VERSION, 12): error("requires Qt 5.12 and above")
  3. QT += core gui widgets network svg webenginewidgets webchannel
  4. QT += testlib
  5. CONFIG += c++14 testcase
  6. CONFIG += no_testcase_installs