5 lines
271 B
Plaintext
5 lines
271 B
Plaintext
|
# 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")
|