6462a454e3
It is neither documented nor very useful, and it has platform-specific issues as reported over the years. Remove it now as part of the example revamp initiative. Task-number: QTBUG-50278 Task-number: QTBUG-110093 Task-number: QTBUG-76054 Task-number: QTBUG-43209 Pick-to: 6.5 Change-Id: I6dadaf4162b4c19411c544b9f204c19e37aa740d Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
19 lines
407 B
Prolog
19 lines
407 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = hellowindow \
|
|
paintedwindow \
|
|
openglwindow \
|
|
qopenglwindow
|
|
|
|
qtHaveModule(widgets) {
|
|
SUBDIRS += contextinfo \
|
|
2dpainting \
|
|
hellogl2 \
|
|
qopenglwidget \
|
|
cube \
|
|
textures \
|
|
hellogles3 \
|
|
computegles31 \
|
|
stereoqopenglwidget
|
|
}
|