a4ec90175c
amends 0d5170256c
.
Change-Id: Ifa178d38f602bb7c66ef13334673ff47e332af5b
Reviewed-by: Jørgen Lind <jorgen.lind@digia.com>
Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
11 lines
191 B
Prolog
11 lines
191 B
Prolog
requires(qtHaveModule(gui))
|
|
|
|
TEMPLATE = subdirs
|
|
CONFIG += no_docs_target
|
|
|
|
SUBDIRS += analogclock
|
|
SUBDIRS += rasterwindow
|
|
contains(QT_CONFIG, opengl(es2)?) {
|
|
SUBDIRS += openglwindow
|
|
}
|