2c7b3726bf
while they are not built, their sources should be installed as long we don't delete them completely. Change-Id: I5e628e96cc9715520cb6e5aadb2cae61d1d03a4f Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
22 lines
412 B
Prolog
22 lines
412 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = hellowindow \
|
|
paintedwindow \
|
|
qopenglwindow
|
|
|
|
qtHaveModule(widgets) {
|
|
SUBDIRS += contextinfo \
|
|
threadedqopenglwidget \
|
|
2dpainting \
|
|
hellogl2
|
|
|
|
!wince: SUBDIRS += \
|
|
qopenglwidget \
|
|
cube \
|
|
textures \
|
|
hellogles3
|
|
}
|
|
|
|
EXAMPLE_FILES += \
|
|
legacy
|