summaryrefslogtreecommitdiffstats
path: root/examples/embedded/embedded.pro
blob: 70b5fa003b3890474c8010019b0af21765af4625 (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]/embedded
INSTALLS += sources

QT += widgets widgets