You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
271 B
5 lines
271 B
5 months ago
|
# 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")
|