qtbase/examples/gui/gui.pro

11 lines
180 B
Prolog
Raw Normal View History

requires(qtHaveModule(gui))
TEMPLATE = subdirs
CONFIG += no_docs_target
SUBDIRS += analogclock
SUBDIRS += rasterwindow
qtConfig(opengl(es2)?) {
SUBDIRS += openglwindow
}