9ce8281417
The qfilesystemmodel.pro was recently moved to the gui tests subfolder,
but it uses widgets inside. Skip it in a no-widgets build.
Amends fb9ec8ad44
Task-number: QTBUG-86187
Change-Id: I955556ffddad483d4c25602ae126b8c2433091b2
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
10 lines
222 B
CMake
10 lines
222 B
CMake
# Generated from itemmodels.pro.
|
|
|
|
add_subdirectory(qstandarditem)
|
|
if(TARGET Qt::Widgets)
|
|
add_subdirectory(qstandarditemmodel)
|
|
endif()
|
|
if(TARGET Qt::Widgets AND NOT MINGW)
|
|
add_subdirectory(qfilesystemmodel)
|
|
endif()
|