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