summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
blob: 2003bc5146c227f3e591632e92c4017d3d61bd8d (plain)
1
2
3
4
5
6
7
8
TEMPLATE = subdirs
qtHaveModule(widgets): SUBDIRS += help designer linguist uitools assistant

!qtConfig(process): SUBDIRS -= assistant designer

qtNomakeTools( \
    assistant \
)