qfeatures.prf 271 B

1234
  1. # This file needs to be loaded explicitly, as the evaluation is relatively
  2. # expensive, and not many projects will actually need it.
  3. QMAKE_QT_FEATURES = $$[QT_HOST_DATA/get]/mkspecs/qfeatures.pri
  4. include($$QMAKE_QT_FEATURES) | error("Failed to load $$QMAKE_QT_FEATURES")