summaryrefslogtreecommitdiffstats
path: root/examples/embedded/embedded.pro
blob: fbdfe2e9088fce19d1f4a2f3fa4c3fd8db91c4bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE  = subdirs
SUBDIRS   = styleexample raycasting flickable digiflip

SUBDIRS += lightmaps
SUBDIRS += flightinfo

# install
sources.files = README *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded
INSTALLS += sources

QT += widgets widgets