summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
blob: 6fed992e5821395d37cc87568dcc2621a247070e (plain)
1
2
3
4
5
6
7
TEMPLATE = subdirs

qtHaveModule(gui): {
    qtHaveModule(interfaceframework): SUBDIRS += interfaceframework
    qtHaveModule(ifvehiclefunctions): SUBDIRS += ifvehiclefunctions
    qtHaveModule(ifmedia): SUBDIRS += ifmedia
}