2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = subdirs
|
2011-07-04 08:30:18 +00:00
|
|
|
SUBDIRS = styleexample raycasting flickable digiflip
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
SUBDIRS += lightmaps
|
|
|
|
SUBDIRS += flightinfo
|
|
|
|
|
|
|
|
# install
|
|
|
|
sources.files = README *.pro
|
2011-06-23 14:59:09 +00:00
|
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded
|
2011-04-27 10:05:43 +00:00
|
|
|
INSTALLS += sources
|
|
|
|
|
2011-05-08 07:13:40 +00:00
|
|
|
QT += widgets widgets
|