90c65880b0
Change-Id: I2413f14f0c2d9179868877615d6131bf4ca7ea16 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
11 lines
195 B
Prolog
11 lines
195 B
Prolog
requires(qtHaveModule(gui))
|
|
|
|
TEMPLATE = subdirs
|
|
CONFIG += no_docs_target
|
|
|
|
SUBDIRS += analogclock
|
|
SUBDIRS += rasterwindow
|
|
contains(QT_CONFIG, opengl(es1|es2)?) {
|
|
SUBDIRS += openglwindow
|
|
}
|