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

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