aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ivivehiclefunctions/CMakeLists.txt
blob: eeb88cc8141fe354630f727483ccd8693c6a2290 (plain)
1
2
3
4
5
6
7
8
# Generated from ivivehiclefunctions.pro.

if(QT_FEATURE_vehiclefunctions_simulation_backend)
    add_subdirectory(vehiclefunctions_simulator)
endif()
if(QT_FEATURE_vehiclefunctions_qtro_backend)
    add_subdirectory(vehiclefunctions_qtro)
endif()