- 
    
Bug
 - 
    Resolution: Done
 - 
    
P3: Somewhat important
 - 
    6.2.2
 - 
    None
 
- 
        
 - 
        a4783abc60 (qt/qtbase/6.3)
 
When "ico" feature is configured off, libqico.so is not built, but its tests are still run and fail (at least on webOS).
src/gui/configure.cmake:
qt_feature("ico" PUBLIC PRIVATE
LABEL "ICO"
CONDITION QT_FEATURE_imageformatplugin
)
src/plugins/imageformats/CMakeLists.txt:
if(QT_FEATURE_ico)
add_subdirectory(ico)
endif()
/tests/auto/gui/image/CMakeLists.txt:
add_subdirectory(qicoimageformat)
| For Gerrit Dashboard: QTBUG-99633 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V | 
| 388985,3 | tst_QIcoImageFormat: move the test behind a feature flag | dev | qt/qtbase | Status: MERGED | +2 | 0 | 
| 389032,2 | tst_QIcoImageFormat: move the test behind a feature flag | 6.3 | qt/qtbase | Status: MERGED | +2 | 0 |